$(document).ready(function(){
	$('h1').click(function(){
		location.href="http://cav-000.com/";
	});
});
