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