var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lead actor Will Ferrell arrives at the premiere of the Universal comedy,
";
arnews[0] += "The concept seemed like a good idea: pair funnyman Will Ferrell with a cult kids show from the '70s and hilarity is bound to ensue.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 12:31:59 GMT";
arnews[0] += "
";
arnews[1]="Who are Hollywood's most overpaid stars?
";
arnews[1] += "Home : Top Stories : Who are Hollywood's most overpaid stars? Who are Hollywood's most overpaid stars? Dorothy Pomerantz, Forbes.com Date: Sunday Nov.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 12:23:52 GMT";
arnews[1] += "
";
arnews[2]="A wild and crazy list of best comedy albums ever
";
arnews[2] += "Like relics from a simpler time, two new comedy albums recently showed up on my desk: Artie Lange's \"Jack and Coke,\" a switchblade-vicious assault from Howard Stern's sidekick; and \"The 2000 Year Old Man: The Complete History,\" a deluxe packaging of Carl Reiner and Mel Brooks' classic bit.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 11:30:19 GMT";
arnews[2] += "
";
arnews[3]="Hepburna s fashionable frocks hit auction block
";
arnews[3] += "Sunday, November 22, 2009 at 2:13 a.m. Audrey Hepburn once declared her look was \"attainable\" and an upcoming auction of some of the fashionable film star's wardrobe will make that possible.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 10:13:12 GMT";
arnews[3] += "
";
arnews[4]="If You Don't Eat Your Meat You Can't Have Any Pudding
";
arnews[4] += "1 November 21st, 2009 at 11:47 pm gocart mozart Good night John. 2 3 November 21st, 2009 at 11:53 pm MikeJ 1977 is a long, long way away.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 06:35:29 GMT";
arnews[4] += "
";
arnews[5]="11/22 Bouquets
";
arnews[5] += "The family of Izere \"Buddy\" Murphy gratefully acknowledges and continually thanks all the friends for their love, gifts and concern during our bereavement.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 06:02:57 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("