
/**
 *
 * @access public
 * @return void
 **/
function goToURL(url){
  window.location = url;
}