jQuery(function() { 
	//Make entire header a link
	/* rfros 2010/01/11 -- updated layout_t1.css #header > a[href="/"]
	jQuery('#header').css('cursor','pointer');
	jQuery('#header').click(function() {
		window.location = '/';
	});*/
});
