var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ZAC EFRON PARTIES AT GIRLS ALOUD'S SARAH HARDING'S LONDON CLUB KANALOA - Daily Star
";
arnews[0] += "Zac Efron - US sexpot and High School Musical actor - is only in London for three days but he’s still found the time to rave it up. The pint-sized man-boy , 22, enjoyed a night partying at Sarah Harding’s banging new club Kanaloa. After arriving ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 00:18:00 GMT";
arnews[0] += "
";
arnews[1]="TV Junkie: 'Curb' Finale Looms; Bon Jovi on Conan + Video - Laist.com
";
arnews[1] += "We're very much looking forward to Sunday's \"Curb Your Enthusiasm\" season finale. The \"Seinfeld\" reunion has been played perfectly - not overemphasized and very realistically positioned for the best comedic effect. A comedian on the circuit told me ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:05:00 GMT";
arnews[1] += "
";
arnews[2]="Sarah Harding marks turning 28 with a grown-up night out... and ... - Daily Mail
";
arnews[2] += "Sarah Harding celebrated her 28th birthday with a very grown-up night out last night. The Girls Aloud singer marked her big day with a quiet dinner with boyfriend Tom Crane. Rather than the drunken antics of previous years, the two appeared relaxed ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:04:00 GMT";
arnews[2] += "
";
arnews[3]="When keeping it real means keeping it fake - South Coast Today
";
arnews[3] += "Decades of Christmas specials have established a set of standards to live up to, or down to, as in the case of \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" (9 p.m., CMT). The first principle of the inappropriately early Christmas special is to ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:00:00 GMT";
arnews[3] += "
";
arnews[4]="Cross country: Comet girls 12th in county, boys 19th - Explore Baltimore County
";
arnews[4] += "The Catonsville girls placed 12th with 366 points in the Class 3A Maryland State Cross Country championship race won by River Hill. The Comets were led by sophomore Sarah Harding, who placed 43rd in 23:20. Freshman Sophie Mantelli (54th, 23:46 ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:04:00 GMT";
arnews[4] += "
";
arnews[5]="Gerard Butler turns 40 with Jonathan Ross, Friday Nov. 20 - Monsters and Critics
";
arnews[5] += "Friday Night with Jonathan Ross brings birthday boy Gerard Butler, ringing in the big \"4-0\" with Ross this Friday, 9:00 p.m. ET/PT on BBC AMERICA Friday Night with Jonathan Ross brings birthday boy Gerard Butler, ringing in the big \"4-0\" with Ross ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 04:51: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("