$(document).ready(function(){function b(){var c=parseInt($("#main-top").height());var f=parseInt($("#block-left").height())-(c-parseInt($("#block-left").css("top")))+92;$("#main-middle").height(f);var e=(parseInt($("#block-right").height())+parseInt($("#block-right").css("top")))-(c+f);$("#bottom-links").css("top",e);var g=parseInt($("#block-middle").height())+parseInt($("#block-middle").css("top"));var d=(g)-(c+f);$("p#motto").css("margin-top",(d>11)?d:11);$("#main-bottom").height(e+50);}function a(){if($.browser.msie){$("#rotator").cycle({fx:"fade",speed:1000,timeout:4500,random:1,cleartype:0});}else{$("#rotator").cycle({fx:"fade",speed:1000,timeout:4500,random:1,cleartype:0});}}b();a();});
