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