var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Preseason boys baskeball rankings
";
arnews[0] += "2. Mesa: With PG Jahii Carson at the wheel, it will get even better in January when 6-9 Tulsa-bound Blondy Baruti becomes eligible.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:49:06 GMT";
arnews[0] += "
";
arnews[1]="Colts' backup quarterbacks work while No. 18 plays
";
arnews[1] += "Peyton Manning has started all 185 games of his 12-year NFL career. He has taken every snap in 157 of them.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:46:10 GMT";
arnews[1] += "
";
arnews[2]="Review: "The Twilight Saga: New Moon"
";
arnews[2] += "New Moon , the second installment of the Twilight series, is a critic-proof movie.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:06:36 GMT";
arnews[2] += "
";
arnews[3]="'New York, I Love You' has lovely moments
";
arnews[3] += "In 'New York, I Love You,' short stories seem to end just as they're beginning. For transcendence, look closely.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:32:19 GMT";
arnews[3] += "
";
arnews[4]="Circle expands TV presence
";
arnews[4] += "Management/production firm Circle of Confusion is expanding its smallscreen presence, sealing a first-look deal with 20th Century Fox TV.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 01:38:42 GMT";
arnews[4] += "
";
arnews[5]="Are Our Days With Downey Jr. Numbered?
";
arnews[5] += "Imagine, if you would, that Channing Tatum were chosen to play Tony Stark. What about Hayden Christensen as Sherlock Holmes? Paul Walker as Kirk Lazarus? The world of film would get a lot dimmer without Robert Downey Jr., the comeback man of the decade.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:38:12 GMT";
arnews[5] += "
";
arnews[6]="NewJohn Leguizamo onstage: A man of many stories and voices
";
arnews[6] += "The Karpel Group John Leguizamo is at the Times-Union Center for two nights. It takes only one John Leguizamo to fill an entire stage.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 00:16:20 GMT";
arnews[6] += "
";
arnews[7]="Rachel Bilson's Not A Fan Of Hollywood
";
arnews[7] += "Rachel Bilson hasn't even tied the knot yet with husband to be Hayden Christensen and she's already talking about leaving Hollywood to raise a family.";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 23:24:10 GMT";
arnews[7] += "
";
arnews[8]="New York, I Love You by Kimberley Jones
";
arnews[8] += "The central thesis in this omnibus of short films seems to be that New York is not its landmarks or its landscape; New York is its people.";
arnews[8] += "
Publ.Date : Thu, 19 Nov 2009 13:26:32 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("