function pl(){try{document.images.b1.src="http://www.sherv.net/adult/pl-adult-emoticon.gif";}catch(err){}
//attachLB();
}

function popit(url){
	//if (navigator.userAgent.indexOf('MSIE') !=-1){
		newwindow=window.open(url,'name','top=0,left=0,height=' + screen.availHeight + ',width=' + screen.availWidth);
		if(window.focus){newwindow.focus()}
		//if(newwindow)window.blur();
		return false;
	//}
}

function attachLB(){
//alert("Attaching!");
if(document.getElementsByTagName){
	var links = document.getElementsByTagName("a");
	for(var i=0; i <links.length; i++){
		if (links[i].href.match("fid=adult$")){
			links[i].onclick = function(){
				popit('http://www.sherv.net/aj/?i=1&s=S_ADX2&r=1&h=1');
				return true;
			};
		}
	}
}
}

window.onload=pl;