var banner_loaded = 0;

function set_mousemove(random) {
	show_ads(random)
//	document.getElementsByTagName("body")[0].setAttribute('onmousemove','if (banner_loaded == 0) show_ads('+random+');');
}

function show_ads(random) {
	if (document.getElementById('werbung')) {
		document.getElementById('werbung').innerHTML = "<iframe id='ad_iframe' marginheight='0' marginwidth='0'  frameborder='0' style='border:none;margin:0px;padding:0px;width:720px;height:90px;'></iframe>";
		var ifrm = document.getElementById('ad_iframe');
		ifrm = (ifrm.contentWindow) ? ifrm.contentWindow : (ifrm.contentDocument.document) ? ifrm.contentDocument.document : ifrm.contentDocument;
		ifrm.document.open();
		ifrm.document.write(" \
<html><head></head><body> \
<script type='text/javascript'> \
var m3_u = (location.protocol=='https:'?'https://adserve.escortgirls.in/www/delivery/ajs.php':'http://adserve.escortgirls.in/www/delivery/ajs.php'); \
var m3_r = "+random+"; \
if (!document.MAX_used) document.MAX_used = ','; \
document.write('<scr'+'ipt type=\\'text/javascript\\' src=\\''+m3_u); \
document.write('?zoneid=4&amp;target=_blank&amp;blockcampaign=1'); \
document.write('&amp;cb=' + m3_r); \
if (document.MAX_used != ',') document.write ('&amp;exclude=' + document.MAX_used); \
document.write('&amp;loc=' + escape(window.location)); \
if (document.referrer) document.write('&amp;referer=' + escape(document.referrer)); \
if (document.context) document.write('&context=' + escape(document.context)); \
if (document.mmm_fo) document.write('&amp;mmm_fo=1'); \
document.write('\\'><\/scr'+'ipt>'); \
</script> \
</body></html>");
		ifrm.document.close();
	}
	
	if (document.getElementById('toperotik')) {
		document.getElementById('toperotik').innerHTML = "<img src='http://www.top-erotik.org/pr.php?ref=www.escortgirls.in&amp;style=4' alt='Erotik Counter Escort Service Seitensprung Swinger' class='toperotik' width='80' height='15' />";
	}
	document.getElementsByTagName("body")[0].style.background = "url(http://www.escortgirls.in/pics/escort_back.jpg)";
	document.getElementsByTagName("body")[0].style.backgroundAttachment = "fixed";
	document.getElementsByTagName("body")[0].style.backgroundPosition = "top";
	document.getElementsByTagName("body")[0].style.backgroundRepeat = "no-repeat";
	banner_loaded = 1;
}
