function goto(u){
	window.location = u;
	alert(u);
	return false;
}