jQuery(document).ready(function(){SetLayout()});function SetLayout(){var b=jQuery(window).height();var g=$("#newsWrap");var f=0;$("li",g).each(function(){var h=$(this).height();f=(h>f)?h:f});$("li",g).each(function(){$("div.news",this).height(f)});$("#newsWrap").height(f);var e=0;if($(".leftBox").height()<$(".rightBox").height()){e=$(".rightBox").height()+17}else{e=$(".leftBox").height()+17}$(".leftBox").height(e);var c=$("#headerWrap").height();$("#contentWrap").height(e);var d=$("#contentWrap").height()+10;var a=$("#footerWrap").height();$("#mainWrap").height(c+d+a)};
