// JavaScript Document
$(document).ready(function() {

	$('#logo').click(
		function(){
			window.location.href = '/index.php';
		}
	);




});
