function wtpopup(){
	wtpopupwin = window.open('/inc/wt.aspx', 'wtpopup', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=400,height=250');
}

function installOffermatica(){
	var p = location.hostname.split(".")[0];
	var s = "www";
	switch(p){case "dev": case "sta":s = p; break;default:break;}
	document.write("<scr"+"ipt id=\"UX_SCRIPT_INCLUDE\" type=\"text/javascript\" src=\"http://"+s+".green2s.com/ux/main.js\"></scr"+"ipt>");	
}
installOffermatica();