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');
}

window.onload = function(){
	if(document.forms.length > 0 && !/\/search\.aspx/.test(location.href)){
		document.forms[0].keywords.focus();		
	}
}