var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gallery: Artworks - Herald-Dispatch
";
arnews[0] += "... Felder, Jasmine Felder, Barry Westmoreland, Khadejah Stubblefield, Jewel Webb, Jonathan Riner, Jasmine Riner, Billie Williams, Shakasia Wolfolk, Jazzy Johnson, China Markum and J'lisa Kelly, The artists that coordinated the project were Mark ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:24:00 GMT";
arnews[0] += "
";
arnews[1]="New artwork unveiled at Barnett Center - Herald-Dispatch
";
arnews[1] += "... Felder, Jasmine Felder, Barry Westmoreland, Khadejah Stubblefield, Jewel Webb, Jonathan Riner, Jasmine Riner, Billie Williams, Shakasia Wolfolk, Jazzy Johnson, China Markum and J'lisa Kelly. Artists Mark Earnhart and Libby Meathe coordinated the ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[1] += "
";
arnews[2]="Reunion Arena demolition to start at 7 a.m. Tuesday - Pegasus News
";
arnews[2] += "DALLAS — The Reunion Arena roof structure demolition will start at 7 a.m. Tuesday, Nov. 17 and may take until Thursday, Nov. 19 to be completely on the ground. The controlled drop of the roof structure was originally set for a Dec. 7 - 21 timeframe ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 21:37:00 GMT";
arnews[2] += "
";
arnews[3]="Reunion roof will come down quietly this week - Denton Record-Chronicle
";
arnews[3] += "AED's owners, Eric and Lisa Kelly, are being followed by cameras from the Learning Channel's coming series The Imploders . Those cameras will be rolling during Reunion's demolition this week, and footage will air on an undetermined date.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 05:01:00 GMT";
arnews[3] += "
";
arnews[4]="Singer has even higher hopes - Desert Sun
";
arnews[4] += "At 15, Chloë Agnew left her home in Dublin, Ireland, to become the youngest member of Celtic Woman. “It was very hard leaving home at such a young age,” Agnew said from Lubbock, Texas, on one of the last stops of the group's “Isle of Hope ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:30: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("