var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Girls' basketball | Kentucky outlook: No. 2 Marion County loaded with young talent
";
arnews[0] += "For years Iroquois High School's \"Fantastic Four\" was the buzz of girls' basketball in Kentucky, and last season the four capped their senior campaigns with a state championship.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Tracked Down: Stan Van Gundy, Chris Evans, Steve Grogan & more...
";
arnews[1] += "Orlando Magic head coach Stan Van Gundy chowing on fish 'n' chips, calamari and chowder at the Barking Crab .";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:28:29 GMT";
arnews[1] += "
";
arnews[2]="Photo
";
arnews[2] += "Kristen Stewart and Robert Pattinson filmed much of The Twilight Saga: New Moon in British Columbia.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:55:40 GMT";
arnews[2] += "
";
arnews[3]="Christmas Love at Lake Tahoe
";
arnews[3] += "Fantastic. Wow. Wow. Wow. This book will delight you from the first page to the end.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:26:27 GMT";
arnews[3] += "
";
arnews[4]="Thor casting continues. Idris Elba is in, but is Stan the Man out?
";
arnews[4] += "Idris Elba and Heimdall... Typecasting? Not hardly. Thor, God of Thunder and one of the original Avengers has not had an easy time of it.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pop Talk: 1,000 comics to read, sci-fi convention, and Joss Whedon to direct 'Glee'
";
arnews[5] += "Whether you agree with Isabella's list or not, the richness of imagination and comic tradition included in these pages is an absolute treat.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:53:29 GMT";
arnews[5] += "
";
arnews[6]="Jessica Alba & her cute bb walk around Bev Hills, 11/19.
";
arnews[6] += "OMG the way the baby's pants blend into Jessica's shirt in that first picture it kind of looks like the baby is floating.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 20:58:30 GMT";
arnews[6] += "
";
arnews[7]="Reflecting on the a Twilighta Backlash
";
arnews[7] += "With this writing, I make a plea to all my fellow geeks. Let's relax a bit on the \"Twilight\" hate, okay? There seem to be two distinct classes of people in the world right now: Those who love and live for the world created in Stephenie Meyer's fiction, and those who detest it with the fiery passion of a thousand bursting suns.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 06:29:56 GMT";
arnews[7] += "
";
arnews[8]="Microsoft Office's Last Stand
";
arnews[8] += "It's difficult to overstate the success of Microsoft Office. Calling it one of the best-selling tech products of all time is a bit like calling Michael Jackson a very popular musician - it's certainly accurate, but it woefully misses the mark.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 06:06:19 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("