function messagepicker(){
//copyright © 2008, James Heimerl.All Rights Reserved
a="Visit www.n-sda.org to see the latest newsletter.;Jim and Gryphon passed their night cert 5/7/2010!;Ari passed his NSSDN water recertification on June 26th 2010;Gus passed his LETS land recertification on June 16th 2010!;Wendy and Kyra passed their LETS Water and Land Cadaver June;K-9 Gus passed his LETS Water Recertification July, 2010!;";
var arr1 = a.split(";");
numberOfImages=arr1.length
number=Math.random()*numberOfImages-1;
numberOfBanners=Math.round(number+0.5)-1;
number=Math.random()*numberOfBanners;
rnd=Math.round(number+0.5);
return arr1[rnd];
}
