var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Child's play
";
arnews[0] += "In the middle of everything there is a pool. It's flanked by beach chairs under umbrellas, picture-perfect palm trees, actresses, publicists, reporters and other hangers-on. Four good-looking young guys dressed in Hollywood-wear -- skinny jeans, jackets with the collars up and, on one, a loose, pulled-back beanie -- are posing for photographers.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:07:45 GMT";
arnews[0] += "
";
arnews[1]="Infotainment
";
arnews[1] += "Los Angeles: Actress Stephanie Pratt arrives for the premiere of 'Ninja Assassin' at Grauman's Chinese Theatre in Hollywood.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:26:36 GMT";
arnews[1] += "
";
arnews[2]="Billy Elliot - Dean-Charles Chapman returns as Billy
";
arnews[2] += "November 30, 2009 , twelve year old Dean-Charles Chapman from Essex will return to the London cast of Billy Elliot the Musical to play the title role.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:40:03 GMT";
arnews[2] += "
";
arnews[3]="The doctor takes a wife - again
";
arnews[3] += "\"I hate all the attention\"...Brynne Gordon and Geoffrey Edelston at Bondi Beach... Edelsten and Gordon at the Brownlow medal.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 14:18:41 GMT";
arnews[3] += "
";
arnews[4]="Leiper's Fork: Poem captures the spirit of Veterans Day
";
arnews[4] += "Today we pay tribute to the men and women who have served in the armed forces of this great country.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Classic Cougars
";
arnews[5] += "Barton Community College point guard Karon Burton talks the situation over with Cougar head coach Craig Fletchall during Sunday's game against St.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 08: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("