$(document).ready(function(){
	$('.logo').click(function(){
		window.location = 'index.php';
	});
});