<!--
ads=new Array();
ads["lesbian250x100"]=new Array();
ads["lesbian250x100"][0]="<A class=\"a2\" href=\"http://www.ladieskissladies.com/cgi-bin/click.cgi?ferroc55383\"><img src=\"images/ladies-kiss-ladies.jpg\" width=\"250\" height=\"100\" border=\"0\" alt=\"ladies kiss ladies\"><br>LADIES KISS LADIES</A>";
ads["lesbian250x100"][1]="<A class=\"a2\" href=\"http://www.licknylons.com/cgi-bin/click.cgi?ferroc55383\"><img src=\"images/licknylons.jpg\" width=\"250\" height=\"100\" border=\"0\" alt=\"lick nylons\"><br>LICK Nylons</A>";
ads["lesbian250x100"][2]="<A class=\"a2\" href=\"http://www.licksonic.com/cgi-bin/click.cgi?ferroc55383\"><img src=\"images/licksonic.jpg\" width=\"250\" height=\"100\" border=\"0\" alt=\"lick sonic\"><br>LICK SONIC</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;
}
//-->