$(document).ready(function(){
    if( $( '#home' ).length ) {
        $( '#wrapper' ).attr( 'style', 'cursor:pointer' );
        $( "#home #submenu a" ).bigTarget( {clickZone : '#wrapper' } );
    }
});

