// default scripts based on jQuery
$(document).ready(function(){
	$("#header .moduletable-slogan").css("cursor","pointer").click(function(e){
		self.location.href="/index.html";
/*		e.stopPropagation(); */
	});
});
