// JavaScript Document

images = new Array(3);

images[0] = "<img src='images/gif2.gif' alt='Oryzadayspa.com' border='0' />";

images[1] = "<a href = 'http://www.kanyabeautysalon.com' target='_blank'><img src='images/gif3.gif' alt='Visit Kanyabeautysalon.com' border='0' /></a>";

images[2] =  "<a href = 'http://www.bouncehere.com' target='_blank'><img src='images/gif1.gif' alt='Visit BounceHere' border='0' /></a>";
index = Math.floor(Math.random() * images.length);

