document.writeln("<div id=\"ad_DIV\" style=\"z-index:99999; left:0px;   width:210px;  position:absolute; top:20px; height:116px; \">");
document.writeln("<a href=\"http://www.iaguk.co.uk/high-end2010/\" target=\"_blank\"><img src=\"http://www.iaguk.co.uk/high-end2010/ad.gif\" border=\"0\" width=\"210\" height=\"116\"><\/a><\/div>");
if(document.documentElement.clientHeight!=0&&document.documentElement.clientHeight!=8)
{
	document.getElementById("ad_DIV").style.top=(document.body.clientHeight-116)+"px" ;
	document.getElementById("ad_DIV").style.left=(document.body.clientWidth-210)+"px";
}
else
{
	document.getElementById("ad_DIV").style.top=(document.body.clientHeight-116)+"px" ;
	document.getElementById("ad_DIV").style.left=(document.body.clientWidth-210)+"px";
}
moveR();
function moveR() {
	if(document.documentElement.clientHeight!=0&&document.documentElement.clientHeight!=8)
	{
		var top = document.body.scrollTop | document.documentElement.scrollTop;
		var left = document.body.scrollLeft | document.documentElement.scrollLeft;
		document.getElementById("ad_DIV").style.top=(document.documentElement.clientHeight+top-116)+"px";
		document.getElementById("ad_DIV").style.left=(document.documentElement.clientWidth+left-210)+"px";
		setTimeout("moveR();",80)
	}
	else
	{
		var top = document.body.scrollTop | document.documentElement.scrollTop;
		var left = document.body.scrollLeft | document.documentElement.scrollLeft;
		document.getElementById("ad_DIV").style.top=(document.body.clientHeight+top-116)+"px";
		document.getElementById("ad_DIV").style.left=(document.body.clientWidth+left-210)+"px";
		setTimeout("moveR();",80)
	}
}
