<!--

//store the quotations in arrays

images = new Array(3);

images[0] = "<a href = 'http://www.mohshawaii.com' target='_blank'><img src='images/ads/ad1.jpg' alt='John D. Moyer, MD'></a>";

images[1] = "<a href = 'http://www.globaltelmedia.com' target='_blank'><img src='images/ads/ad2.gif' alt='Globaltel Media'></a>";

images[2] = "<a href = 'http://www.jsimmsagency.com/mobile.htm' target='_blank'><img src='images/ads/ad3.jpg' alt='jsimms agency'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);

//done

// -->
