var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NOT Tim Tebow's Girlfriend
";
arnews[0] += "Google \"Tim Tebow's girlfriend\" and there's a better than average chance you'll come up with a picture of British glamor model Lucy Pinder who is actually not the Heisman Trophy-winning quarterback's girlfriend, but bears a mild resemblance to some girl that Tebow was photographed with a few years ago.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 22:12:40 GMT";
arnews[0] += "
";
arnews[1]="What Recession? Proverbial Chocolate Teapot Sells for Five Thousand Pounds to Anonymous Buyer
";
arnews[1] += "Sebastian Conran is just one of the many celebrities including Jonathan Ross , Alan Carr , The Saturdays and West Ham Utd, who have given their support to a CelebriTEA pot auction which will raise funds for the Typhoo Sports for All initiative in partnership with the Federation of Disability Sport.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Curtain comes down on dance festival
";
arnews[2] += "THE curtain has come down on this year's Grimsby Dance Festival, with organisers hailing it as a \"massive success\". Dozens of youngsters from across North East Lincolnshire, representing many different dance schools, have taken to the stage at Cleethorpes Memorial Hall.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 08:17:44 GMT";
arnews[2] += "
";
arnews[3]="Rosie Jones In Front
";
arnews[3] += "I have no idea why I haven't moved to Great Britain yet, because with Kelly Brook , Gemma Atkinson , Lucy Pinder , Sophie Howard , Keeley Hazell , Vikki Blows , and Lauren , God seemed to mark that island as the land flowing with hot white chicks with big tits.";
arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 12:41:00 GMT";
arnews[3] += "
";
arnews[4]="The Original Ending Of Paranormal Activity
";
arnews[4] += "Paranormal Activity is completely owning the box office right now , and Popeater managed to find the original ending.";
arnews[4] += "
Publ.Date : Wed, 28 Oct 2009 13:28:00 GMT";
arnews[4] += "
";
arnews[5]="The Original Ending Of Paranormal Activity
";
arnews[5] += "Paranormal Activity is completely owning the box office right now , and Popeater managed to find the original ending.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 13:28: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("