/* Unique solution to open https link into a new window */
as=document.getElementById('balanceChecker')
as.target="WBI";
as.title="Launches in new window";
as.onclick=function(){
	var newWindow=window.open('','WBI','scrollbars,dependant=no,directories=no,hotkeys=no,resizable,left='+parseInt((screen.availWidth-820)/2)+',top='+parseInt((screen.availHeight-parseInt(screen.availHeight/2))/2)+',menubar=no,toolbar=no,location=no,personalbar=no,status=no,height='+parseInt(screen.availHeight/2)+',width=820');
	newWindow.focus();
}

/* google analytics */
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"));
try {
	var pageTracker=_gat._getTracker("UA-10998277-1");
	pageTracker._trackPageview();
}
catch(err){}
