var how_many_ads = 21;
var now = new Date();
var sec = now.getSeconds();
var ad = sec % how_many_ads;
ad +=1;

if (ad==1) {
txt="Candle Lightin\' Time book cover";
url="/special/dunbar/bookcover_gallery.html";
longtext="Candle Lightin\' Time book cover";
randomgraphic="/special/dunbar/images/book_covers/candle_lighting_time.gif";
}




if (ad==2) {
txt="Folks from dixie book cover";
url="/special/dunbar/bookcover_gallery.html";
longtext="Folks from dixie book cover";
randomgraphic="/special/dunbar/images/book_covers/folks_from_dixie.gif";
}


if (ad==3) {
txt="Goodness of saint rocque book cover";
url="/special/dunbar/bookcover_gallery.html";
longtext="Goodness of saint rocque book cover";
randomgraphic="/special/dunbar/images/book_covers/goodness_of_saint_rocque.gif";
}

if (ad==4) {
txt="Howdy Honey Howdy book cover";
longtext="Howdy Honey Howdy book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/howdy_honey_howdy.gif";
}

if (ad==5) {
txt="In old plantation days book cover";
longtext="In old plantation days book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/in_old_plantation_days.gif";
}


if (ad==6) {
txt="Joggin\' erlong book cover";
longtext="Joggin\' erlong book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/jogging_erlong.gif";
}

if (ad==7) {
txt="Li\'l Gal book cover";
longtext="Li\'l Gal book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/lil_gal.gif";
}



if (ad==8) {
txt="Lyrics of hearthside book cover";
longtext="Lyrics of hearthside book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/lyrics_of_hearthside.gif";
}


if (ad==9) {
txt="Lyrics of love and laughter book cover";
longtext="Lyrics of love and laughter book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/lyrics_of_love_and_laughter.gif";
}



if (ad==10) {
txt="Lyrics of lowly life book cover";
longtext="Lyrics of lowly life book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/lyrics_of_lowly_life.gif";
}



if (ad==11) {
txt="Lyrics of lowly life book cover";
longtext="Lyrics of lowly life book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/lyrics_of_lowly_life2.gif";
}

if (ad==12) {
txt="Lyrics of sunshine and shadow book cover";
longtext="Lyrics of sunshine and shadow book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/lyrics_of_sunshine_and_shadow.gif";
}


if (ad==13) {
txt="Majors and minors book cover";
longtext="Majors and minors book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/majors_and_minors.gif";
}


if (ad==14) {
txt="Poems of cabin and field book cover";
longtext="Poems of cabin and field book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/poems_of_cabin_and_field.gif";
}

if (ad==15) {
txt="The heart of happy hollow book cover";
longtext="The heart of happy hollow book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/the_heart_of_happy_hollow.gif";
}

if (ad==16) {
txt="The love of landry book cover";
longtext="The love of landry book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/the_love_of_landry.gif";
}




if (ad==17) {
txt="The sport of the gods book cover";
longtext="The sport of the gods book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/the_sport_of_the_gods.gif";
}

if (ad==18) {
txt="The strength of gideon book cover";
longtext="The strength of gideon book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/the_strength_of_gideon.gif";
}



if (ad==19) {
txt="The uncalled book cover";
longtext="The uncalled book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/the_uncalled.gif";
}

if (ad==20) {
txt="When malindy sings book cover";
longtext="When malindy sings book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/when_malindi_sings.gif";
}


if (ad==21) {
txt="Oak and Ivy book cover";
longtext="Oak and Ivy book cover";
url="/special/dunbar/bookcover_gallery.html";
randomgraphic="/special/dunbar/images/book_covers/oak_n_ivy.gif";
}


if (url != null)
{
document.write('<a href=\"' + url + '\">');
}
document.write('<img ');
//document.write(' height=' + height + ' ');
document.write("alt=\"' + txt + '\" border=0 ");
document.write("onMouseOver=\"window.status=\''+ txt +'\';  return true\" ");
document.write('src=\"' + randomgraphic + '\">');
if (url != null)
{
document.write('</a><br>');
}
//This is commented on 1/13/05 to prevent displaying of a black spacer image around the original image
//document.write('</tr><tr><td valign=\"top\" bgcolor=\"#000000\"><img src=\"/images/home/spacer.gif\" width=\"1\" height=\"1\"></td></tr><tr>');

//document.write('</tr><tr><td valign=\"top\"></td></tr><tr>');
document.write('<font face="Verdana" color="#000099" size="2">');
document.write(longtext);
document.write('</font>');

document.write('<br>');
document.write('<br>');
document.write('<font face="Verdana" color="#008000" size="2"><a href="/special/dunbar/bookcover_gallery.html"> More book covers</a></font><br>');

