function clearField(thefield) {
	if (thefield.defaultValue==thefield.value)
	thefield.value = ""
} 

function NewWindow(mypage, myname, w, h, scroll) {
	var winl = (screen.width - w) / 2;
	var wint = (screen.height - h) / 2;
	winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable=no, status=no, menubar=no'
	win = window.open(mypage, myname, winprops)
	if (parseInt(navigator.appVersion) >= 4)
		win.window.focus();
}

// Doubleclick/Sportgenic Ads
sgi_ord=Math.random()*10000000000000000;
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
if (typeof _gat != 'undefined') {
var pageTracker = _gat._getTracker("UA-3542600-2");
pageTracker._initData();
pageTracker._trackPageview(); }