function doReport(anchr){
	obj=document.getElementById("report");	
	h=(screen.availHeight!="undefined")?screen.availHeight:window.innerHeight;
	w=(screen.availHeight!="undefined")?screen.availHeight:window.innerWidth;
	obj.style.top=((h-300)/2)+"px";
	obj.style.left=((w+250)/2)+"px";
	obj.style.display="block";
	obj.innerHTML='Please write down the reason for reporting this: <br><textarea name="why" id="why" cols="34" rows="7"></textarea><br><br><input type="button" value="Report" onclick="alert(\'Thanks your for the concern!\');location.href=\''+anchr.href+'&why=\'+encodeURIComponent(document.getElementById(\'why\').value);"><input type="button" value="Cancel" onclick="obj.style.display=\'none\';">';
}
function track(id){obj=document.getElementById("imgtrack");obj.src="http://www.funnycorner.net/track.php?id="+id+"&table=links";}
function CreateBookmark() {
 title = "Funny Pictures - Funny Corner"; 
 url = location.href;

	if (window.sidebar){
		window.sidebar.addPanel(title, url,"");
	} else if(window.external){
		window.external.AddFavorite( url, title); }
	else if(window.opera && window.print){
		return true; }
 }