var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Cheryl on Sharon Osbourne NOT As Sexy As Susan Boyle: Official
";
arnews[0] += "SUSAN Boyle and Sharon Osboune in sex death match horror: THERE are debates that can rage for eons: * Who is Posher, Victoria Beckham or Rebecca Loos? * Is John Grimes a better singer than Edward Grimes? * Is EastEnders more authentic than Coronation Street? And to this list we add another question: Is Susan Boyle sexier than Sharon Osbourne? ...";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 19:06:07 GMT";
arnews[0] += "
";
arnews[1]="Max, lies and videotape - Max Clifford inteview
";
arnews[1] += "While the master of PR Max Clifford was exposing philandering politicians for their hypocrisy, he was cheating on the wife he adored.";
arnews[1] += "
Publ.Date : Sun, 01 Nov 2009 03:48:30 GMT";
arnews[1] += "
";
arnews[2]="Decade timeline
";
arnews[2] += "January - Y2K bug fails to happen - BBC's reality tv show ' Castaways ' begins recording - White Teeth by Zadie Smith published, goes on to win the Guardian First Book Award February - Flooding in Mozambique kills hundreds and displaces more than a million people.";
arnews[2] += "
Publ.Date : Sat, 17 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Beckham is US's top flop
";
arnews[3] += "David Beckham was out celebrating with his England teammates after beating Belarus 3-0 at Wembley.";
arnews[3] += "
Publ.Date : Fri, 16 Oct 2009 15:45:38 GMT";
arnews[3] += "
";
arnews[4]="Oz brothel king moves in
";
arnews[4] += "THE former owner of a Sydney brothel, once accused of kidnapping his manager in an incident involving gunmen, has opened a beachside restaurant in one of Auckland's most exclusive suburbs.";
arnews[4] += "
Publ.Date : Sun, 11 Oct 2009 01:26:31 GMT";
arnews[4] += "
";
arnews[5]="Marriage licences
";
arnews[5] += "MILLER, Andrew, and LOOS, Jennifer, both town of Frankfort, Sept. 19, 2009. ARNDT, Mark, and ZEMAR, Christina, both of Schofield, Sept.";
arnews[5] += "
Publ.Date : Sat, 03 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Homb, Eccles lead Dukes: Golden Warriors go three games to top Ottawa
";
arnews[6] += "Mitch Homb and Ryan Eccles shared medalist honors with 4-over-par 40s to lead the Dixon boys golf team to a 166-185 win over Ottawa on Monday at Timber Creek Golf Course.";
arnews[6] += "
Publ.Date : Tue, 29 Sep 2009 20:06:54 GMT";
arnews[6] += "
";
totcount = 7;
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("