$(document).ready(function(){

    $("#banner").click(function(){
        location.href = 'index.php';
    })
});
