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