var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Katy Perry outrages fans after calling emerging minor star 'fresh meat ... - Newstrack India
";
arnews[0] += "London, February 9 (ANI): Katy Perry has been slammed by her Twitter fans after posting a raunchy photograph of an emerging teenager and calling her \"fresh meat\". The I Kissed A Girl singer posted a photograph of the 17-year-old singer Sky Ferreira ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:29:00 GMT";
arnews[0] += "
";
arnews[1]="Katy Perry to buy Russell Brand a Bentley for Valentine's - AZCentral.com
";
arnews[1] += "Katy Perry is buying Russell Brand a luxury car. The 'I Kissed a Girl' singer has decided to splash out on the lilac Bentley Brooklands - which is based on the same one The Who's late drummer Keith Moon used to have - as a surprise Valentine's Day ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 02:43:00 GMT";
arnews[1] += "
";
arnews[2]="Newly engaged couple Katy Perry and Russell Brand - The Gaea Times
";
arnews[2] += "Brand Proposed To Perry On New Year's Eve January 6th, 2010 KATY PERRY and RUSSELL BRAND rang in the New Year (10) planning a wedding after the Brit officially proposed to the singer in Jaipur, India on New Year's Eve (31Dec09), according to new ...";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[2] += "
";
arnews[3]="Russell Brand Unusual Dress Code Request For Katy Perry Nuptials? - Post Chronicle
";
arnews[3] += "Russell Brand wants a \"naked\" wedding. Russell Brand, the British comic star and Katy Perry - who he got engaged to last month ... He joked: \"We are going to do the wedding naked! All the families will be naked! \"We're still deciding what to do.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 15:18:00 GMT";
arnews[3] += "
";
arnews[4]="Russell Brand's proposal to Katy Perry spoiled by Google - Vancouver Sun
";
arnews[4] += "Google: It's not just for porn and stalking your ex-girlfriend anymore. Now it can be used to find out if your current squeeze plans to propose! Katy Perry admitted at the Grammy Awards on Sunday that she had a feeling boyfriend Russell Brand was ...";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 22:21:00 GMT";
arnews[4] += "
";
arnews[5]="KATTY KATY PERRY STUNS KRYBABY KARA - National Enquirer
";
arnews[5] += "Were those tears glistening in KARA DIOGUARDI’s eyes at the Grammys – or did KATY PERRY throw Coke in her kisser, like she threatened on “American Idol!” When Judge Kara ran into Katy and scruffy Brit comedian/ fiance RUSSELL BRAND on the red ...";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:46: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("