function showAd() {
	
	document.write('<iframe width="' + window.ad_width + '" height="' + window.ad_height + '" vspace="0" hspace="0" allowtransparency="true" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" style="border:0px;" src="/keeponmoving/servlet/ShowAd?advertice_key=' + window.ad_key + '&ident=' + window.ad_ident + '&ad_width=' + window.ad_width + '&ad_height=' + window.ad_height + '"></iframe>');
}
showAd();
