<!--
ads=new Array();
ads["punishedgirls150x150"]=new Array();
ads["punishedgirls150x150"][0]="<A href=\"http://www.affiliate-cash.de/kunden.php?nummer=294693678&progid=25415\" onMouseOver=\"window.status=\'http://www.punished-girls.com/\';return true\" onFocus=\"window.status=\'http://www.punished-girls.com/\';return true\" onMouseOut=\"window.status=\' \';return true\" onClick=\"exit=false\" target=\"_top\"><IMG src=\"images/pg_150x150_1.gif\" width=150 height=150 style=\"border-color:BLACK\" alt=\"Punished Girls\"></A>";


function ShowAd(niche,size,num){
	gr=niche+size;
	if(gr in ads) {
		c=ads[gr].length;
		if(num<=c){
			document.write(ads[gr][num-1]);	
		}
		else return false;
	}
	else return false;
}
//-->