//UN.animation
  $(document).ready(function()
	{
		$(window).resize(function() { set_sizes();});
		setInterval( "ch_slide()", 7000 );
		some_repair();
		ie_warning();
  });


	function isIE()
	{
		var IE=v=false,n;try{n=navigator.appVersion;IE=(n.indexOf('MSIE')!=-1)}catch(e){}
		if(IE)v=n.substr(n.indexOf('MSIE')+5,1);return parseInt(v);
	}

	
	function confrim_del(s_tmp,where_go)
	{
		var answer=confirm(s_tmp);
		if (answer) window.location.href=where_go;
	}
	
	function confrim_del_wback(s_tmp,where_go)
	{
		var answer=confirm(s_tmp);
		if (answer) window.location.href=where_go;
		else history.back();
	}


	
	function some_repair()
	{

	
	function ie_warning()
	{

	
	}


 
});


	
