function gotourl(t){
	if(t != ''){
		window.location=t;
	}
}