var b1dis = "<a href=\"";
var bdis = "\"><img src=\"";
var edis = " width=\"179\" height=\"98\" alt=\"RaceDeck Happenings\" border=\"0\"></a>";
var rnumb = "";
var img = "";

rnumb += Math.floor(Math.random()*7);
img = rnumb;
if (img == "0") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_2WT.jpg\"" +edis);
}
if (img == "1") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_DIY.jpg\"" +edis);
}
if (img == "2") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_EMHE.jpg\"" +edis);
}
if (img == "3") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_GG.jpg\"" +edis);
}
if (img == "4") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_HT.jpg\"" +edis);
}
if (img == "5") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_MCC.jpg\"" +edis);
}
if (img == "6") {
document.write(b1dis+ "happ.html" +bdis+ "images/happ_MH.jpg\"" +edis);
}


