$(document).ready(function(){
	$('#bgHead').css('cursor', 'pointer').click(function(){
		document.location.href = './';
	});
});

