<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->
<!-- Begin
var how_many_ads = 9;
var now = new Date()
var sec = now.getSeconds()
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
alt="Honor";
art="http://www.remartwork.com/images/home/Honor.jpg";
width="432";
height="432";
}
if (ad==2) {
alt="Marooned";
art="http://www.remartwork.com/images/home/Marooned.jpg";
width="500";
height="389";
}
if (ad==3) {
alt="unthinkable";
art="http://www.remartwork.com/images/home/unthinkable.jpg";
width="504";
height="373";
}
if (ad==4) {
alt="Expectations";
art="http://www.remartwork.com/images/home/Expectations.jpg";
width="468";
height="397";
}
if (ad==5) {
alt="Raven";
art="http://www.remartwork.com/images/home/Raven.jpg";
width="480";
height="360";
}
if (ad==6) {
alt="Yellowstone Waterfall";
art="http://www.remartwork.com/images/home/waterfall.jpg";
width="497";
height="372";
}
if (ad==7) {
alt="sacrament";
art="http://www.remartwork.com/images/home/Sacrament.jpg";
width="497";
height="335";
}
if (ad==8) {
alt="Ophelia";
art="http://www.remartwork.com/images/home/Ophelia-large.jpg";
width="325";
height="432";
}
if (ad==7) {
alt="Arabian";
art="http://www.remartwork.com/images/home/1001-arabian-nights.jpg";
width="477";
height="360";
}
document.write('<center>');
document.write('<img src=\"' + art + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=0><br>');
document.write('</center>');
// End -->






