function SetThemePag(x)
{	
	window.location.href = "/ChinaHotels/HotelTopic.aspx?SubjectID="+_g("Ssubject").value+"&SortBy="+_g("Ssort").value+"&PageNum="+x;
}
function SetThemeSortBY(x)
{
	var SortBy="T_price";
	if(_g("Radio_2").checked)SortBy="T_cityname";
	if(SortBy.indexOf("T")>=0)
	{
		window.location.href = "/ChinaHotels/HotelTopic.aspx?SubjectID="+_g("Ssubject").value+"&SortBy="+SortBy.replace("T_","")+"&PageNum=1";
	}
	else
	{
		window.location.href = "/ChinaHotels/HotelTopic.aspx?SubjectID="+_g("Ssubject").value+"&SortBy="+_g("Ssort").value+"&PageNum="+SortBy;
	}
}
