// JavaScript Document

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=750,height=750,left = 140,top = 112');");
}

function querySt(qry) {
	hu = window.location.search.substring(1);
	gy = hu.split("&");
	for (i=0;i<gy.length;i++) {
		ft = gy[i].split("=");
		if (ft[0] == qry) {
			return ft[1];
		}
	}
}

function getURL(){
		var id = querySt("id");
		var goURL;
		
		if (id=="food"){
			goURL="http://www.4e534b.com/pg.aspx?source=CNSK_MAXUPTIME&url=http://www.nskmaxuptime.com/food.htm";
		}else if (id=="mining"){
			goURL="http://www.4e534b.com/pg.aspx?source=CNSK_MAXUPTIME&url=http://www.nskmaxuptime.com/mining.htm";
		}else{
			goURL="http://www.4e534b.com/pg.aspx?source=CNSK_MAXUPTIME&url=http://www.nskmaxuptime.com/other.htm";
		}
}
