$(document).ready(function(){
	$('#logo').click(function(){
		window.location='index.html';
	});
});

//setTimeout('window.location.reload()',2000);
