// JScript source code
jQuery(document).ready(function() {
	$('#header h1').click(function() {
		window.location.href="/index.aspx";
	});
});

