  function elementClicked(oElement) {
       if (oElement == tdClick) {
           location.href = "http://www.jollyhippo.com/";
       }
   }
 