<!-- Java go to in nieuw -->
function go_to(name){
  var num = Math.floor(Math.random() * 10)+1 
  httpincl="0";
  switch(name){
  case "kattenkijkplezier":URL="www.kattenkijkplezier.nl";break;
  case "britskorthaarforum":URL="www.britskorthaarforum.nl";break;
  case "kattenencyclopedie":URL="www.kattenencyclopedie.com/index.php?menuid=22&menuname=Rassen%20overzicht";break;
  case "garfieldtrailer":URL="film.upclive.nl/trailers/item.php?id=19758#";break;
  default:URL=""+name+"";break;
  }
  window.open("http://"+URL+"", "window"+num+"", "");
}


<!-- Java functie om de gehele <td> als link te gebruiken -->

<!--
function getLink(elem) {
var child_array = elem.childNodes; var i=0;
for (; i<child_array.length; i++) {
if(child_array[i].nodeName.toLowerCase() == "a") break;
else continue;
}return(child_array[i]);}


function LmOver(elem, clr)
{var linkElem = getLink(elem);
elem.style.backgroundColor = clr;
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{var linkElem = getLink(elem);
elem.style.backgroundColor = clr;
}

function LmDown(elem, clr)
{var linkElem = getLink(elem);
elem.style.backgroundColor = clr;
elem.style.cursor = 'hand';}

function LmUp(path)
{location.href = path;}
//-->

