function popUp() {
URL = "/wt.aspx";
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=400,height=250');");
}

function wtpopup(){
	wtpopupwin = window.open('/wt.aspx', 'wtpopup', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=250');
}

function includeScript(src,id) {
	document.write('<sc' + 'ript src="' + src + '" type="text/javascript"'+(id?" id=\""+id+"\"":"")+'></sc' + 'ript>');
}

includeScript('http://www.green2s.com/ux/main.js',"UX_SCRIPT_INCLUDE");
