$(document).ready(function(){


globalContainerHeight = $('#globalContainer').height();







$('#sidebarContainer').css('height', globalContainerHeight - 20);

$('#contentContainer').css('height', globalContainerHeight);






	//loads slideshow

    setInterval( "slideSwitch()", 3000 ); //the interval was 2000 not 3000

    

  

    

});
