// JavaScript Document

function gourl2(url){
	window.location.href=url;
}
function gourl(url){
	main.location.href=url
}
	
