var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jimmy Kimmel Brings the Pain on The Jay Leno Show; "I'm...
";
arnews[0] += "Jay Leno has taken A LOT of flack from the late-night community for muscling his way back into The Tonight Show and thereby thoroughly screwing Conan O'Brien. A Pretty much the only place he hasn't been lambasted is The Jay Leno Show until last night, that is.";
arnews[0] += "
Publ.Date : Sat, 16 Jan 2010 07:28:51 GMT";
arnews[0] += "
";
arnews[1]="2009 Boys Soccer All-Star Team
";
arnews[1] += "Central's Reco McLaren moves the ball in a game against Trumbull this season. McLaren led the FCIAC with 25 goals and is the Connecticut Post MVP in boys soccer.";
arnews[1] += "
Publ.Date : Fri, 11 Dec 2009 01:21:20 GMT";
arnews[1] += "
";
arnews[2]="Religious group wants children's book banned here
";
arnews[2] += "The local arm of a national Catholic group wants banned from Windsor Catholic schools a childrena s book -- The Golden Compass, now a big budget movie -- thata s already being boycotted in the U.S. and banned from another Ontario school board.";
arnews[2] += "
Publ.Date : Tue, 27 Nov 2007 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Under the radar #56
";
arnews[3] += "Who: Perhaps best known as a member of Courtney Love's backup band in the mid-2000s, Autumn has gained a loyal cult following the past few years for her own, eccentrically provocative solo work, as well as her collaborations with Billy Corgan, Dethklok and the metal band Otep.";
arnews[3] += "
Publ.Date : Thu, 03 Dec 2009 00:28:56 GMT";
arnews[3] += "
";
arnews[4]="Gold prices rebound as dollar resumes decline
";
arnews[4] += "Ted and Barney pick a fight with guys sitting in their favorite booth in an attempt to change how their friends perceive them.";
arnews[4] += "
Publ.Date : Tue, 01 Dec 2009 02:18:26 GMT";
arnews[4] += "
";
arnews[5]="FHA proposes tighter rules for lenders
";
arnews[5] += "Ted and Barney pick a fight with guys sitting in their favorite booth in an attempt to change how their friends perceive them.";
arnews[5] += "
Publ.Date : Tue, 01 Dec 2009 02:18:21 GMT";
arnews[5] += "
";
arnews[6]="Yellowstone Nat'l Park approves development plan
";
arnews[6] += "Ted and Barney pick a fight with guys sitting in their favorite booth in an attempt to change how their friends perceive them.";
arnews[6] += "
Publ.Date : Tue, 01 Dec 2009 02:17:59 GMT";
arnews[6] += "
";
arnews[7]="Lawyers: Ex-soldier should have had military trial
";
arnews[7] += "Ted and Barney pick a fight with guys sitting in their favorite booth in an attempt to change how their friends perceive them.";
arnews[7] += "
Publ.Date : Tue, 01 Dec 2009 02:17:52 GMT";
arnews[7] += "
";
arnews[8]="Forest Service eyes night flying against fires
";
arnews[8] += "Ted and Barney pick a fight with guys sitting in their favorite booth in an attempt to change how their friends perceive them.";
arnews[8] += "
Publ.Date : Tue, 01 Dec 2009 02:17:46 GMT";
arnews[8] += "
";
totcount = 9;
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("