var url = encodeURIComponent(window.location);
if((!ad_counter) || (ad_counter<1) || (ad_counter>4)){ var ad_counter=1; }
if(window!=top){
	document.write('Geegain Advertisements are not allowed to place inside frames. You must add the publishing code directly to your web page. Visit <a target="_blank" href="http://advertising.geegain.com/details/publisher_terms.htm">here</a> for more details.');
}else if(place && url && ad_counter<4) {
	document.write('<s'+'cript language="javascript" src="http://adserver.geegain.com/showads.php?place='+place+'&url='+url+'"></s'+'cript>');
	ad_counter++;
}