function redirect( url )
{ //alert(url);
	location.href = url;
}
