var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Brown, Rhodes engaged - Island Packet Online
"; arnews[0] += "Mr. and Mrs. Henry Grady Brown III, of Beaufort announce the engagement of their daughter, Caroline Hurst Brown, to Thomas Lee Rhodes III, son of Virginia Tindal Rhodes and Thomas Lee Rhodes Jr., of Summerton. The bride-elect is the granddaughter of ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:55:00 GMT"; arnews[0] += "
"; arnews[1]="Brown Academy "Dancing With The Stars" A Success - Chattanoogan
"; arnews[1] += "I just wanted to express my thanks to everyone from Tommie Brown International Academy who made their 'Dancing with the Stars' night such a success. Members of the faculty and administration showed off their best moves, as six pairs of dancers ..."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 17:47:00 GMT"; arnews[1] += "
"; arnews[2]="Irish dissidents paying travellers to steal guns - The Guardian
"; arnews[2] += "Billy Campbell said his father was security-conscious and kept his guns in separate parts. He said: \"A shotgun is in three parts and the thieves, thugs, or whatever you want to call them have stolen two out of three. \"The third part is being retained ..."; arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 05:18:00 GMT"; arnews[2] += "
"; arnews[3]="Unleash the fury: Heather Locklear's back on 'Melrose Place" - Inside Bay Area
"; arnews[3] += "That shaking underneath Hollywood recently was not from a quake, but from the force unleashed by the return of a TV powerhouse no less than William Shatner reprising his role as Capt. James T. Kirk or Larry Hagman taking over \"Dallas\" again. Amanda ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 03:24:00 GMT"; arnews[3] += "
"; arnews[4]="Letterman, love and laughter - Tonight South Africa
"; arnews[4] += "The women are dominating the small screen from tonight - appearing on hit talk shows, starring in girl power-type movies and unravelling murder mysteries. Celebrity talk show host Dave Letterman will have his hands full this week, as a bevy of ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 07:00:00 GMT"; arnews[4] += "
"; totcount = 5; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");