// discount sort after country
//-------------------------------------------------------------------------------------------------------
function go_sc_guide(host, user_id, country, sort, object, city){
	window.location.href = host+'discounts/2'+country+object+sort+'000001.html?ci='+city
};
//-------------------------------------------------------------------------------------------------------