function messagepicker(){
//copyright © 2008, James Heimerl.All Rights Reserved
a="Visit www.n-sda.org to see the latest newsletter.;Sarah and Gage passed the NSSDN 40 acre night eval. May 17 ;Sarah and Gage passed the water certification June 10;Sharolyn and Ariel passed the water certification June 10;Sarah and Gage passed their 160 acre air scent eval June 28;Karla & Gussie passed the 40 acre night search eval July 19;Congratulations to Karla and Gussie for passing their Air Sc;";
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];
}
