
$(function() {
    setInterval( "MainSlideSwitch()", 6000 );
});


$(function() {
    setInterval( "slideSwitch()", 5000 );
});

