var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Home show features wide variety of vendors at Expo - Enid News & Eagle
";
arnews[0] += "The fourth annual Home for the Holidays Home & Garden – Craft & Gift Show hosted booths displaying everything from baby clothing to construction equipment to wine. Around 170 exhibitors showed their goods and services Saturday at Chisholm Trail ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:16:00 GMT";
arnews[0] += "
";
arnews[1]="Elvis Costello to Present Spectacle Blu-ray in NY - Blu-ray.com
";
arnews[1] += "... features Sir Elton John, President Bill Clinton, Tony Bennett, Lou Reed, Julian Schnabel, The Police, Smokey Robinson, Rufus Wainwright, Jakob Dylan, Jenny Lewis, She & Him, Diana Krall, Herbie Hancock, Rosanne Cash, Norah Jones, Kris ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 10:30:00 GMT";
arnews[1] += "
";
arnews[2]="Smith Family of Nashville, Tenn., Wins Second Annual National Family ... - Consumer Electronics Net
";
arnews[2] += "Smith Family Out-Cooks Three Other Families to Win National Boys & Girls Club Competition ATLANTA, Nov. 20 /PRNewswire-USNewswire/ -- The Smith family of Nashville, Tenn., was named winner of the second annual National Family PLUS Cook-Off, which was ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:11:00 GMT";
arnews[2] += "
";
arnews[3]="Xmas comes early for Tony - The Sun
";
arnews[3] += "Jane-Margaret and Tony's eldest daughter Jenny Lewis, a 33-year-old full-time mum, were dramatically saved when both came close to death during difficult births. Tony said: \"The neighbours think I'm mad, but they understand it's all for a good reason ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 17:17:00 GMT";
arnews[3] += "
";
arnews[4]="This weekend: KJHK Farmer's Ball - University Daily Kansan
";
arnews[4] += "Discover a crop of new talent tomorrow and Saturday at KJHK’s Farmer’s Ball, the station’s annual music competition. Hear eight acts perform on Friday night, and the four crowd favorites compete again on Saturday night. Contributed photo Farm ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 05:56:00 GMT";
arnews[4] += "
";
arnews[5]="Sackville, C.P. Allen advance - The Chronicle Herald
";
arnews[5] += "Macdonald 45 — At Lockview, Jenny Lewis led all scorers with 28 points as the Dragons sunk the Flames. Shelby Reilly scored 16 and Nikki Riley added 13 for Lockview. Hillary Graham was the only Sir John A. player to reach double digits in points.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 10:05:00 GMT";
arnews[5] += "
";
totcount = 6;
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("