if (!document.layers){document.write("<style type='text/css'>#fixme {position: absolute; right: 0px; bottom: 0px;z-index: 999;}body > div#fixme {position: fixed;}</style><!--[if gte IE 5.5]><![if lt IE 7]><style type='text/css'>div#fixme {right: auto; bottom: auto;left: expression( ( -0 -0 ) + 'px' );top: expression( ( +0 - fixme.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );}</style><![endif]><![endif]--><div id='fixme' style='height: 260px; width: 406px;'><embed src='http://www.ekolik.com/videolar/pronected/internet_gunumuzde.swf' width='406' height='260' quality='high' wmode='transparent' /></div>");}


var DivBox = "fixme"
var zaman_asimi
var browserName=navigator.appName; 
function DivSetPosition(){
	if (document.getElementById(DivBox)){
		if (document.getElementById(DivBox).style.display != "none"){
			document.getElementById(DivBox).style.left = 0  + "px";
			document.getElementById(DivBox).style.top = (document.body.scrollTop + document.body.offsetHeight - 4 - document.getElementById(DivBox).offsetHeight) + "px";
		}
	}
zaman_asimi = setTimeout("DivSetPosition()",0);
}
if (browserName=="Microsoft Internet Explorer"){DivSetPosition();}
