function redirect_url(my_url)
{
		document.location.href= my_url;
}