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