( function ( $ ) { $( document ).ready( function () {

$( '.initialFocus' ).focus();

} ); } )( jQuery );
