function goToURL(location)
{
window.location.href = location;

}

