// JavaScript Document

	function tiao(url)
	{
		 window.location.href=url;
		}
