var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Police bring message to Watson Academy
";
arnews[0] += "The Career Pathways rap session at Bernard Watson Academy for Boys began with a siren and flashing lights as Gary Police Officer Cpl.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:24:39 GMT";
arnews[0] += "
";
arnews[1]="A Disastrous Dinner
";
arnews[1] += "You overcooked the noodles. The steak it was too tough. The mashed potatoes were lumpy.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:21:23 GMT";
arnews[1] += "
";
arnews[2]="ABC twangs to a great week of viewership
";
arnews[2] += "Country music helped ABC to its best ratings week in more than a year. The network, which narrowly lost to CBS for the distinction of America's most popular TV network last week, aired the Country Music Association awards to 17.2 million people, according to the Nielsen Co.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:04:59 GMT";
arnews[2] += "
";
arnews[3]="Kazini: Police equipped to crush riots, not to investigate
";
arnews[3] += "The very unfortunate and rather bizarre manner of death of former Army Commander Maj.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:57:53 GMT";
arnews[3] += "
";
arnews[4]="'CSI: The Experience,' at the new Fort Worth Museum of...
";
arnews[4] += "By ALYSON WARD A good science museum exhibit gives you a lot to look at and read.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:22:00 GMT";
arnews[4] += "
";
arnews[5]="Fort Worth Museum of Science and History opens to the public with ribbon cutting ceremony Nov. 20
";
arnews[5] += "After breaking ground, Nov. 27, 2007, the new 166,000-square-foot Fort Worth Museum of Science and History building will open to the public.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 15:01:20 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("