function MakeBanner(random){
var now = new Date();
var sec = now.getSeconds();
sec=sec+random;
var how_many_ads = 12;
var ad = sec % how_many_ads;
ad +=1;
if (ad==1) {
	txt="";
	url="http://www.storycircle.org/owlcircle/withcourage/";
	alt=" Peggy Moody: With Courage and Common Sense";
	image="http://www.storycircle.org/graphics/0292701888.gif";
}
if (ad==2) {
	txt="";
	url="http://www.storycircle.org/WhatWildness/";
	alt=" Peggy Moody: What Wildness is This?";
	image="http://www.storycircle.org/graphics/landstories.gif";
}
if (ad==3) {
	txt="";
	url="http://www.storycircle.org/cookbook/";
	alt=" Peggy Moody: Kitchen Table Stories";
	image="http://www.storycircle.org/graphics/KTScoverS.jpg";
}
if (ad==4) {
	txt="";
	url="http://www.storycircle.org/startingpoints.shtml";
	alt=" Peggy Moody: Starting Points";
	image="http://www.storycircle.org/graphics/StartingPoints4.jpg";
}
if (ad==5) {
	txt="";
	url="http://www.storycircle.org/owlcircle/yourlifeyourstory.shtml";
	alt=" Peggy Moody: Your Life, Your Story";
	image="http://www.storycircle.org/graphics/yourlife.jpg";
}
if (ad==6) {
	txt="";
	url="http://cafepress.com/storycircle";
	alt=" Peggy Moody: Story Circle Network: CafePress shop";
	image="http://storycirclebookreviews.org/graphics/ad_scncafepress.jpg";
}
if (ad==7) {
	txt="";
	url="http://www.storycircle.org/SartonMemoirAward";
	alt=" Peggy Moody: Sarton Memoir Award";
	image="http://storycirclebookreviews.org/graphics/ad_sarton.gif";
}
if (ad==8) {
	txt="";
	url="http://www.susanalbert.com/together.shtml";
	alt=" Susan Wittig Albert: Together, Alone: memoir, life experiences 1985-2007";
	image="http://storycirclebookreviews.org/graphics/ad_albert.jpg";
}
if (ad==9) {
	txt="";
	url="http://www.susanalbert.com/extraordinary.shtml";
	alt=" Susan Wittig Albert: An Extraordinary Year: memoir, life experiences 2008";
	image="http://storycirclebookreviews.org/graphics/ad_albert2.jpg";
}
if (ad==10) {
	txt="";
	url="http://www.riehlife.com";
	alt=" Janet Riehl: Sightlines: A Family Love Story in Poetry and Music¶An audio book of story-poems based on the award-winning book, Sightlines: A Poet's Diary. This 4-CD collection stitches together the lives of six generations. The fiddles, mandolin, guitar, and songs weave memories of a bygone time.";
	image="http://storycirclebookreviews.org/graphics/ad_janetriehl.jpg";
}
if (ad==11) {
	txt="";
	url="http://www.storycircleeditorialservice.org";
	alt=" Peggy Moody: SCN Editorial Service";
	image="http://storycirclebookreviews.org/graphics/ad_scneditorialservice.jpg";
}
if (ad==12) {
	txt="";
	url="http://www.SomeoneToTalkToTheBook.com";
	alt=" Samantha White: An inspirational memoir by a psychotherapist, telling the intimate story of how she healed from her emotional, spiritual, and physical collapse in the aftermath of a string of major life tragedies. She describes how she developed and followed her 'Recipe for a Healed Life,' and provides the recipe for readers who may want to adapt it to their own lives.";
	image="http://storycirclebookreviews.org/graphics/ad_white2.jpg";
}
document.write('<center>');
document.write('<a href=\"' + url + '\" target=\"_blank\">');
/*
document.write('<img src=\"' + image + '\" width=')
document.write(width + ' height=' + height + ' ');
document.write('width=' + width + ' height=' + height + ' ');
document.write('alt=\"' + alt + '\" border=1><br>');
*/
document.write('<img src=\"' + image + '\" ')
document.write('alt=\"\" border=1><br>');
document.write('<small>' + txt + '</small></a>');
document.write('</center>');
// End -->
}

