var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katy Perry's churchy dad dampens wedding rumours.
";
arnews[0] += "LOVED up KATY PERRY has introduced RUSSELL BRAND to her pastor dad. I would have loved to have been a fly on the wall at that meeting - because you can imagine how well it went down.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:56:51 GMT";
arnews[0] += "
";
arnews[1]="West Ham to launch own lingerie outfit
";
arnews[1] += "West Ham United have launched a claret and blue lingerie outfit as worn by US singer Katy Perry at this month s MTV Awards to sell to their fans.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:05:19 GMT";
arnews[1] += "
";
arnews[2]="Hull v West Ham
";
arnews[2] += "Barclays Premier League Venue: KC Stadium Date: Saturday, 21 November 2009 Kick-off: 1500 GMT Coverage: Full commentary on BBC London 94.9 fm & online, BBC Sport website, BBC Radio 5 Live, local radio, Final Score & highlights on Match of the Day Hull goalkeeper Boaz Myhill is still doubtful with a knee injury so Matt Duke could continue in goal.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:22:01 GMT";
arnews[2] += "
";
arnews[3]="Sports Celebrities, Travel, Cars, Video Games, Shopping, and More
";
arnews[3] += "The Nov. 22 Washington Redskins at Dallas Cowboys game topped all other events last week in number of tickets sold.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:58:18 GMT";
arnews[3] += "
";
arnews[4]="Katy Perry strips down music for MTV
";
arnews[4] += "\"American Idol\" contestants should be thankful that they have caring, sharing Ellen DeGeneres on the panel now and not Katy Perry.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 12:40:51 GMT";
arnews[4] += "
";
arnews[5]="A lesson from Leon
";
arnews[5] += "You may decide not to use this picture either.... up to you. Many times I read about a person long gone and I marvel at what an amazing person that former resident was.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:01:21 GMT";
arnews[5] += "
";
arnews[6]="Founder to speak about home culture
";
arnews[6] += "American teenagers are being kidnapped and brainwashed by an electronic culture with values their parents would never accept, says a man who has probably preached to more teens than anyone else in America.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 08:25:27 GMT";
arnews[6] += "
";
arnews[7]="I Really Love My ...
";
arnews[7] += "Always the trendsetter, Kate Bosworth adds a red-hot touch to her acid-washed jeans with a pair of scarlet buckle ChloA booties while hanging out in L.A. and partying in London.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 06:33:59 GMT";
arnews[7] += "
";
totcount = 8;
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("