function goLink(theLink) {
  if(document && document.location && document.location.href) {
    document.location.href=theLink;
  }
}