var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rihanna flaunts gun tattoo at steamy photo shoot - Newstrack India
";
arnews[0] += "London, November 22 (ANI): Rihanna recently flaunted her gun tattoo above her sexy corset which she wore for a steamy photo shoot. Rihanna covers her breast with one hand and holds a shooter with the other in one of the pics. Meanwhile, when talking ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:35:00 GMT";
arnews[0] += "
";
arnews[1]="Rihanna Misses Chris Brown - Teen Music
";
arnews[1] += "Rihanna misses her ex-boyfriend Chris Brown and still listens to his music on the radio, nine months after the fight which ended their relationship. Brown was sentenced to five years' probation in August and ordered to stay away from Rihanna after ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:05:00 GMT";
arnews[1] += "
";
arnews[2]="Rihanna is darker, edgier on post-Brown 'Rated R' - Oakland Press
";
arnews[2] += "The truth of the matter is Rihanna’s latest album would have received plenty of attention even if then-boyfriend Chris Brown hadn’t assaulted her the night before this year’s Grammy Awards. After all, 2007’s “Good Girl Gone Bad” went ...";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:42:00 GMT";
arnews[2] += "
";
arnews[3]="RIHANNA RUSSIAN ROULETTE MUSIC VIDEO + GERMAN TV INTERVIEW + RATED R ... - Zimbio
";
arnews[3] += "Rihanna debuted the highly anticipated music video for her song “Russian Roulette” on 20/20. The Anthony Mandler directed vid features Riri, a gun, a hot guy, water and blood. Rihanna has been traveling the world promoting her “Rated R ...";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 06:14:00 GMT";
arnews[3] += "
";
arnews[4]="Rihanna Fights Off Latest Dating Rumours - New Kerala
";
arnews[4] += "The Umbrella hitmaker, 21, has been fighting false claims about her love life since splitting from Chris Brown after their violent bust-up in February (09). The latest reports allege TV star Wilds is the new object of her affections - but Rihanna ...";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:52:00 GMT";
arnews[4] += "
";
totcount = 5;
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("