$(document).ready(function() {


$('#introImg img').fadeIn('slow', function(){

$('.sideBar').height($('.mainBar').height());

});

});

