<!--

function goto(n){
  var URL= new Array();
  URL[1]="http://www.gamblingarts.com";

  location.href=URL[n];
}

// -->