<!--
var banners=4;
var bannerimg=new Array(banners);
var bannerurl=new Array(banners);
bannerimg[1]="http://www.mcmillanoffshore.com/graphics/mostmap.jpg"; bannerurl[1]="http://www.mcmillanoffshore.com/pictures.htm";
bannerimg[2]="http://www.mcmillanoffshore.com/graphics/frontpic.jpg"; bannerurl[2]="http://www.mcmillanoffshore.com/pictures.htm";
bannerimg[3]="http://www.mcmillanoffshore.com/graphics/frontpic2.jpg"; bannerurl[3]="http://www.mcmillanoffshore.com/pictures.htm";
bannerimg[4]="http://www.mcmillanoffshore.com/graphics/frontpic3.jpg"; bannerurl[4]="http://www.mcmillanoffshore.com/pictures.htm";

var r=Math.random();
r=Math.round(r*(banners-1));
r++;

document.write ("<A HREF='"+bannerurl[r]+"'><IMG BORDER=0 SRC="+bannerimg[r]+"></A><BR>");
//-->


