jQuery(document).ready(function(){ jQuery('#banner').cycle(); jQuery('#luxurygallery').cycle({ fx:'fade', speed:2500, timeout:2500 }); }); jQuery(window).load(function() { if ( jQuery('#main-content').height()+50 > jQuery('#sidebar').height() ) { jQuery('#sidebar').height(jQuery('#main-content').height() + 115); } });