$(document).ready(function() {
    setInterval( "slideSwitch()", 5000 );
    window_dimensions();
});


