var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'NCIS' Secrets from Sean Murray - ETOnline.com
";
arnews[0] += "Not everyone knows it, but Sean was a child actor who acted in 'This Boy's Life' with Leo back in 1993. \"I just knew him as a guy that I would play Street Fighter II with at the 7-11,\" Sean says. That very same year, he also worked with Sarah Jessica ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 01:48:00 GMT";
arnews[0] += "
";
arnews[1]="Temp: 29° - Toledo Blade
";
arnews[1] += "U.S. Rep. Bob Latta (R., Bowling Green) has nominated 23 young men and women from northwest Ohio to U.S. military academies. A nomination does not guarantee acceptance. Some are multiple nominations. They are: Air Force Academy Kyle Antoszewski ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 09:10:00 GMT";
arnews[1] += "
";
arnews[2]="Is the 'Masquerade' Over on Tonight's 'NCIS?' - ETOnline.com
";
arnews[2] += "Gibbs ( Mark Harmon ) and the \"NCIS\" team are in a race against time on tonight's episode when a terrorist group threatens to detonate a \"dirty bomb\" in Washington, D.C. -- and ET's Kevin Frazier is on the set. Of course, Gibbs is working with a ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:10:00 GMT";
arnews[2] += "
";
arnews[3]="Donahue vs. Murray in Buchanan mayoral race - LoHud.com
";
arnews[3] += "BUCHANAN — Mayor Al Donahue will face a challenge from a member of the village Board of Trustees in the upcoming election. Trustee Sean Murray is heading the Democratic slate as the mayoral candidate. His running mates are Nicholas Zachary, a ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 05:47:00 GMT";
arnews[3] += "
";
totcount = 4;
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("