var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Idol' spotlight on judges
";
arnews[0] += "Personnel shake-ups on \"American Idol,\" which premiered Tuesday, have turned attention to the judges.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:15:00 GMT";
arnews[0] += "
";
arnews[1]="Elaine Elias, Michael White and the Original Liberty City Jazz Band, plus Frank Wess coming to town
";
arnews[1] += "A run of winter jazz performances in the area continues on Sunday, Feb. 14, when The Music Hall presents a Bossa Nova Valentine's Day, featuring a performance by renowned Brazilian pianist and jazz vocalist Eliane Elias at 8 p.m. Elias and her group will provide an evening of sensuous music that will combine her Brazilian roots with her remarkable ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 04:25:41 GMT";
arnews[1] += "
";
arnews[2]="Three Area Boards Meet Monday Evening
";
arnews[2] += "Topic: School News School Board : Three Area Boards Meet Monday Evening Published Online Feb 09, 2010 - 12:58 PM The Laredo, Grundy R-5 and Newtown-Harris boards of education held meetings Monday evening, with the Laredo board cutting an aide position and the R-5 and Newtown-Harris boards offering principal contracts.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:02:00 GMT";
arnews[2] += "
";
arnews[3]="Tuesday, Feb. 9, 2010
";
arnews[3] += "Musick, Kayla Joy, 46, of Gary, Texas, and formerly of Bossier City, died Sunday; services at 3 p.m. Wednesday at Hawthorn Funeral Home, Carthage, Texas.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Grapevinea "Ellen DeGeneres, Amy Robach, Taylor Lautner, and Sheryl Crow
";
arnews[4] += "Actor Taylor Lautner arrives at the premiere of New Line Cinema's 'Valentine's Day' held at Grauman's Chinese Theatre on February 8, 2010 in Los Angeles, California.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:10:24 GMT";
arnews[4] += "
";
arnews[5]="Red alert on red tape
";
arnews[5] += "Less government, more business. That was the theme of many of the speakers at the DuPage County Business Summit held Monday at the Naperville Municipal Center.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 09:51:18 GMT";
arnews[5] += "
";
arnews[6]="Nearly 30 file on the first day
";
arnews[6] += "North Carolina Rep. Bill Owens, D-Pasquotank, talks with other election candidates waiting to file Gary White, Bill Lehmann, Connie Thornley, and Clay Foreman III at the Board of Elections Office, Monday.";
arnews[6] += "
Publ.Date : Tue, 09 Feb 2010 08:28:43 GMT";
arnews[6] += "
";
totcount = 7;
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("