function set_height(src,element,h)
{
 if(!$.browser.opera) return;
 height=$(src).height();
 $(element).height(height);
}
function hide_element(element)
{
 $(element).hide();
}

function position_elements()
{
 set_height("#body-right","#body-right-id");
  height=$("#marki").height()+170;
  $("#main").height(height);

  if($.browser.msie)
  {
   //позиционируем страницу emex, в ie7
   height=$("#body-content-left__emex").height();
   $("#table-main__emex").height(height+300);
  }
}

//window.onload=position_elements;
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4485756-4']);
_gaq.push(['_trackPageview']);

(function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

