var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Evening News Briefs Nov. 22
";
arnews[0] += "A* Jeffersonville Open Mic Nite at JHS The Jeffersonville High School Tri Hi Y Club will host an Open Mic Nite at 7 p.m. on Tuesday in the school's cafeteria.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 01:00:00 GMT";
arnews[0] += "
";
arnews[1]="Martha Stewart Says Sarah Palin Is 'A Dangerous Person'
";
arnews[1] += "Martha Stewart on Friday said former Alaska Governor Sarah Palin is \"a dangerous person,\" and \"anyone like that in government is a real problem.\" Speaking with HLN's \"Showbiz Tonight\" producer Jenny D'Attoma, Stewart also said Palin is \"very boring\" and \"confused.\" Ironically, when asked if she has seen any of Palin's recent interviews, Stewart ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 00:42:22 GMT";
arnews[1] += "
";
arnews[2]="Kiwi men too sexy for NZ sheilas
";
arnews[2] += "Kiwi blokes are among the world's most attractive, but New Zealand women are struggling in the good-looks competition, according to a website that lets only beautiful people sign up.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:55:45 GMT";
arnews[2] += "
";
arnews[3]="New Moon rising for movie's young cast
";
arnews[3] += "Twilight co-stars Kellan Lutz, Nikki Reed and Jackson Rathbone attend a fan event in Oct.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:31:08 GMT";
arnews[3] += "
";
arnews[4]="Yummy Mommies
";
arnews[4] += "If it seems like celeb mothers have it all, maybe that's because they do -- drivers, cooks, trainers, maids, masseuses, skin-care experts, hairstylists, personal assistants, secretaries and a fleet of nannies.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 19:44:46 GMT";
arnews[4] += "
";
arnews[5]="What kids are thankful for
";
arnews[5] += "Ever wonder what kids are thankful for at Thanksgiving time? Having enough food to eat and a nice home to live in were mentioned quite often by local students.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 08:00: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("