/* Google Analytics */
/* commented out by GB 2/24/08 due to virus complaints */
/* uncommented by GB 6/03/08 due to virus complaints */
var ggl = '<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>'
document.write(ggl);
window.setTimeout('gglAnalytics()',2000);

function gglAnalytics(){
	_uacct = "UA-463198-2";
	urchinTracker();
}

/* End Google Analytics */


function hideTopPopupMenu() {
	if (top.frames[0]!=null){
		top.frames[0].hide();
	}
}
