function Search_OnSave(){
	PropertyCart.RefreshInlineView();
}
var PropertyCart = new EstateWeb_Objects_PropertyCartManager();

function SearchResultsSimple_PerPage_OnChange(o){
	location.href = "search.aspx?"+HttpManager.Request.AddToQueryString("pp", o.value);
}

HttpManager.Browser.events.addHandler("onload", window, function(){
	if(HttpManager.Request.QueryString("id").length > 0){
		SearchResultMapping_Map_ViewProperty_OnView(HttpManager.Request.QueryString("id"))
	}
} );

function SearchResultsSimpleCommercial_PerPage_OnChange(o){
	location.href = "commercialsearch.aspx?"+HttpManager.Request.AddToQueryString("pp", o.value);
}

HttpManager.Browser.events.addHandler("onload", window, function(){
	if(HttpManager.Request.QueryString("id").length > 0){
		SearchResultMapping_Map_ViewProperty_OnView(HttpManager.Request.QueryString("id"))
	}
} );



