$(document).ready(function(){
  scriptRootUrl = document.getElementById("g_sHostname").value;//"http://localhost/gp.1gb.ru2/";
  scriptUrl = scriptRootUrl + "session/";
  imagesFrontendUrl =  scriptRootUrl + 'images/frontend/';
})
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18726501-1']);
  _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);
  })();

	var bookmarkurl="http://globalprice.su";
	var bookmarktitle="Global Price - Элитная недвижимость в Москве";

	function addbookmark(){
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle);
	}
	function setHome(ob) {
		ob.style.behavior='url(#default#homepage)';
		if(document.all){
			ob.setHomePage('http://globalprice.su');
		} else {
			document.location.href = 'http://globalprice.su';
		}
	}
	function changeRowsPerPage(rows_per_page, url){
		$.post(scriptRootUrl + "inc/rows_per_page.php?rows_per_page=" + rows_per_page, {},
    	function(data){
			document.location = url + '1/';
		}
		);
	}
