function getUrl(url)
{
 document.location.href=url;
}
