function homePageOnload(){loadwidget()}function synchronizeHeight(){if($("#homeMidLeft")&&$("#homeMidRightBottom")){var e=$("#homeMidLeft").height();var b;var d=10+2;if($("#homeMidRightBottomiPhone")){b=$("#homeMidRightBottomiPhone .whiteBgDiv").height();d=d+10}else{b=0}var c=$("#homeMidRightTop .whiteBgDiv").height();var a;if($("#homeMidRightBottom")){a=$("#homeMidRightBottom .whiteBgDiv").height();d=d+10}else{a=0}var a=e-b-d-c;if(a<=0){$("#widgetsContainer").height(e+30);synchronizeHeight()}}}function SetRecommendationsHeight(){var b=7;var a=0;var c=0;if($("#homeMidRightBottomiPhone")){b=b+5;a=$("#homeMidRightBottomiPhone .whiteBgDiv").height()}if($("#homeMidRightBottom")){b=b+5;c=$("#homeMidRightBottom .whiteBgDiv").height()}var d=$("#homeMidRightTop .whiteBgDiv").height()+a+c;if($("#widgetsContainer").height()<d){$("#widgetsContainer").height(d+b)}}function loadwidget(){if(window.XMLHttpRequest){oXML=new XMLHttpRequest()}else{oXML=new ActiveXObject("Microsoft.XMLHTTP")}var a="displaywidget.aspx?gcontent=true&htmlonly=1&ocust=0&closebtn=0&sponex="+sponex;oXML.open("GET",a,true);oXML.onreadystatechange=function(){if(oXML.readyState==4){var b=oXML.responseText;var c=document.getElementById("widgetsContainer");if(b=="nopoll"){c.innerHTML='<div class="NoPolls" style="padding: 20px 0 280px 0">'+GetLocalizedString(34)+'<br/><br/><a href="/popular" class="NoPollsLink">'+GetLocalizedString(35)+"</a></div>"}else{OutputWidget(0,b,c);oXML=null}SetRecommendationsHeight()}};oXML.send(null)}addEvent(window,"load",homePageOnload);
