function RunBannerRandomNew()
{

var images=new Array(9);

images[0]="<a href = '/success_stories/spotlight_tiber.cfm'><img src='/images/successstories/adriana-small.jpg' alt='Adriana DeLuca and Michelle Lalonde' border='0'  width='179' height='136' align='bottom'></a>";

images[1] = "<a href = '/success_stories/spotlight_barbara.cfm'><img src='/images/successstories/barbara-small.jpg' alt='Barbara O'Hara'  border='0' width='179' height='136' align='bottom'></a>";

//images[2] = "<a href = '/success_stories/spotlight_karla.cfm'><img src='/images/successstories/karla-small.jpg' alt='Karla Dueck Thiessen' border='0'  width='179' height='136' align='bottom'></a>";

images[2] = "<a href = '/success_stories/spotlight_lori.cfm'><img src='/images/successstories/lori-small.jpg' alt='Lori Mitchell' border='0' width='179' height='136' align='bottom'></a>";

images[3] = "<a href = '/success_stories/Mariette_DeGagne.cfm'><img src='/images/successstories/mariette-small.jpg' alt='Mariette DeGagné' border='0' width='179' height='136' align='bottom'></a>";

images[4] = "<a href = '/success_stories/Kristina_Poturica.cfm'><img src='/images/successstories/kristina-small.jpg' alt='Kristina Poturica' border='0' width='179' height='136' align='bottom'></a>";

images[5] = "<a href = '/success_stories/spotlight_sara.cfm'><img src='/images/successstories/sara-small.jpg' alt='Sara Hutniak' border='0' width='179' height='136' align='bottom'></a>";

images[6] = "<a href = '/success_stories/spotlight_lenore.cfm'><img src='/images/successstories/lenore-small.jpg' alt='Lenore Chartrand' border='0' width='179' height='136' align='bottom'></a>";

images[7] = "<a href = '/success_stories/spotlight_joan.cfm'><img src='/images/successstories/joan-small.jpg' alt='Joan Grandmont' border='0' width='179' height='136' align='bottom'></a>";

images[8] = "<a href = '/success_stories/spotlight_constance.cfm'><img src='/images/successstories/constance-small.jpg' alt='Constance Menzies' border='0' width='179' height='136' align='bottom'></a>";

index = Math.floor(Math.random() * images.length);

document.write(images[index]);
}




