var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrities take center stage today at Pebble
";
arnews[0] += "Huey Lewis tees off on the first hole at Pebble Beach during a practice round Tuesday in preparation for the AT&T Pebble Beach National Pro-Am. Unless you've recently ingested some unusual mushrooms, there's nothing inherently funny about watching a man line up a putt at a golf tournament - unless, of course, the tournament is the 3M Celebrity ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 12:18:29 GMT";
arnews[0] += "
";
arnews[1]="James Clement: "I've got to focus and do the whole social, networking, talking thing"
";
arnews[1] += "After exiting the game in two back-to-back seasons in equally disappointing ways - first he was voted out while holding two immunity idols, the second time an injury forced him from the game - James plans to play an entirely different game this time.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 06:36:25 GMT";
arnews[1] += "
";
arnews[2]="Quizword Crossword
";
arnews[2] += "You can do today's quiz crossword in two ways. Either print out the file below and fill it in with a pen, or click on our special link to let you fill in the grid online.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 00:01:00 GMT";
arnews[2] += "
";
arnews[3]="Hong Kong animation studio Imagi International, behind 'TMNT,' 'Astro Boy', shuts down
";
arnews[3] += "The Hong Kong studio behind \"TMNT\" and \"Astro Boy\" has shut down as its parent company tries to recover from losses.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:05:08 GMT";
arnews[3] += "
";
arnews[4]="Astro Boy Electronic Action Figure - 24.99
";
arnews[4] += "Am I a real boy? It's not often you hear a comic book hero shouting 'I've got machine guns in my butt!*' But Astro Boy is no ordinary comic book hero, he's a manga legend .";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 19:55:22 GMT";
arnews[4] += "
";
arnews[5]="Well done for East & North Des Moines - 2/9/10
";
arnews[5] += "Samuel Burt of Des Moines, a student at Central Academy and Hoover High School, will be in Washington, D.C., Feb.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 05:00:00 GMT";
arnews[5] += "
";
totcount = 6;
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("