var mybody = document.getElementsByTagName("body")[0];
var newdiv = document.createElement('div');
newdiv.innerHTML = '<a href="http://www.televisiosensefronteres.cat/enllacans"><img src="http://www.televisiosensefronteres.cat/arxius/boto1.png" alt="boto" /></a>';

var styles = document.createElement('style');
styles.setAttribute('type', 'text/css');

if (styles.styleSheet) {   //Per detectar l'anafabet de l'explorer, sense ell són 4 línies tot això
	var css = '<!--\ndiv#boto {\nright: auto; bottom: auto; position: absolute;\nleft: expression( ( 0 - boto.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + \'px\' );\ntop: expression( ( 0 - boto.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + \'px\' );\n}\n-->\n';
	styles.styleSheet.cssText = css;
	var headRef = document.getElementsByTagName('head')[0];
	headRef.appendChild(styles);
	
	var clear="http://www.televisiosensefronteres.cat/img/clear.gif" //path to clear.gif

	
	pngfix=function(){var els=document.getElementsByTagName('*');var ip=/\.png/i;var i=els.length;while(i-- >0){var el=els[i];var es=el.style;if(el.src&&el.src.match(ip)&&!es.filter){es.height=el.height;es.width=el.width;es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+el.src+"',sizingMethod='crop')";el.src=clear;}else{var elb=el.currentStyle.backgroundImage;if(elb.match(ip)){var path=elb.split('"');var rep=(el.currentStyle.backgroundRepeat=='no-repeat')?'crop':'scale';es.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+path[1]+"',sizingMethod='"+rep+"')";es.height=el.clientHeight+'px';es.backgroundImage='none';var elkids=el.getElementsByTagName('*');if (elkids){var j=elkids.length;if(el.currentStyle.position!="absolute")es.position='static';while (j-- >0)if(!elkids[j].style.position)elkids[j].style.position="relative";}}}}}

	window.attachEvent('onload',pngfix);

} else {                // the world
	newdiv.style.position = "fixed";
	newdiv.style.right = "0px";
	newdiv.style.bottom = "0px";
}

newdiv.setAttribute('id','boto');
mybody.appendChild(newdiv);
