//Edit below for random banners

images = new Array(5);


images[0] = "<a href = 'http://www.thomaslucier.com/bookscdroms.html'><img src='http://www.thomaslucier.com/img/rotating/no_nonsense.jpg' border='0'></a>";

images[1] = "<a href = 'http://www.thomaslucier.com/bookscdroms.html'><img src='http://www.thomaslucier.com/img/rotating/optionsbook.jpg' border='0'></a>";

images[2] = "<a href = 'http://www.thomaslucier.com/bookscdroms.html'><img src='http://www.thomaslucier.com/img/rotating/preforeclosure.jpg' border='0'></a>";

images[3] = "<a href = 'http://www.thomaslucier.com/bookscdroms.html'><img src='http://www.thomaslucier.com/img/rotating/turnaround_front_cover.jpg' border='0'></a>";

images[4] = "<a href = 'http://www.thomaslucier.com/bookscdroms.html'><img src='http://www.thomaslucier.com/img/rotating/usedandbruisedcover.jpg' border='0'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);