// JavaScript Document
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_popupMsg(msg) { //v1.0
  alert(msg);
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}


rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd() {
         rnd.seed = (rnd.seed*9301+49297) % 233280;
         return rnd.seed/(233280.0);
};

function rand(number) {
         return Math.ceil(rnd()*number);
};




// Script by Evan Nemerson
//
// E-mail:      evangnem@icqmail.com
// Web Site:    http://SitesByEvan.8m.com/
// Voice Mail:  (760)708-6400 x2871
//
// This script may be reproduced and/or re-distributed infinitly
// so long as all comments are left intact.


// Here's where you can edit the script. Replace the number inside
// of the parenthises after "rand" with how many images you want
// the script to choose from. Add or delete if statements as
// needed. If you have any questions, contact me.
var number=rand(3)-1
var url="URL"
if (number == 0) {url="http://www.billiard-zone.com/pool_tables.html"; src="images/HONEY_TAPERED_CORNER.JPG";};
if (number == 1) {url="http://www.billiard-zone.com/pool_tables.html"; src="images/OAK_RAMS_HORNS_CORNER.JPG";};
if (number == 2) {url="http://www.billiard-zone.com/pool_tables.html"; src="images/MAHOGANY_BALL_CLAW_COMPLETE.JPG";};
function go() {
location.href=url;
}
// -->
