// JavaScript Document

function gourl(theURL) { //v2.0
  window.open(theURL,"_self");
}

