$(document).ready(function() {
	$("#top_logo").click(function(){
		window.location = "index.php";
	});
});
