{
document.write( ' '
+' <!-- Start OddShop Code --> '
+' <div id="boxArea"> '
+ '<h2>Looking for a TOP BET tonight?</h2><P>How about this ...<BR>');

function oddsArray() {
 for (i=0; i*2<oddsArray.arguments.length; i++) {
  this[i] = new Object();
  this[i].src = oddsArray.arguments[i*2];
  this[i].href = oddsArray.arguments[i*2+1];
 }
 this.length = i;
}

function getoddsNum() {
   return Math.floor( Math.random() * odd.length );
}
 
var odd = new oddsArray(         

"Wed 11th<BR>Blackburn 4.00<BR>at BetFred", "betfred_sports.html"  ,
"Wed 11th<BR>Man United 2.00<BR>at Canbet", "canbet.htm"  
);

var odds_num = getoddsNum(); 

document.write(' '
+ ' <A target="_blank" HREF="'+odd[odds_num].href+'">'+ odd[odds_num].src +'</A><BR>'
+ ' (Click on the bet to go to the bookie)</p>'
+ ' </div> ' );
}
