$(document).ready(function() {
	$("#banner-left").click(function(){
		window.open("index.php", "_self");
	});
	
});
