//function to redirect the page to the specified url
function redirect_me($url)
{	
	window.location.href = $url;
}
