 $(document).ready(function() {
        $("#tjhotel").load("/hotel/hoteltuijian.aspx")
		 // $("#HotelContent0").load("/h1.html")
         $("#tq").load("/weather/view.aspx")
        $('#slider').s3Slider({
            timeOut: 5000
        });
		
 
    });
	




function postsearch(){

var  str = "_" ;
if($("[name='ojingdian'][checked]").length==0){
	
alert("选择你要去的景点");	
	
}
else
{
$("[name='ojingdian'][checked]").each( function ()  {
str+=$( this ).val()+"_"; } )
str=str.substr(0,str.length-1);
str=unescape(str);
self.location.href='http://www.uutrip.net/xianlu/search'+str+'/';
}
}
	
