$(document).ready(function(){if($.browser.mozilla)$('.profile-nav').each(function(i){$(this).click(function(){$(window).unbind('scroll')})})});$(document).scroll(function(){if($('.wysiwyg-wrapper td.cke_contents').size()==4){$('.wysiwyg-wrapper td.cke_contents').each(function(i){$(this).css('height','150px')});$('body').css('height',(parseInt($('body').css('height'))-600)+'px');$(this).unbind('scroll')}});

