var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Toni Braxton and Tre Songz Kiss: Celebrity entertainment gone too far
";
arnews[0] += "Celebrity kisses have become the trendy thing to do now as a popular rating booster for most award shows.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="2009 American Music Awards: Nominations List
";
arnews[1] += "This year's American Music Awards will be its 36th incarnation . The AMAs were created back in 1973 by rock 'n roll legend Dick Clark to compete with the Grammys.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 20:13:30 GMT";
arnews[1] += "
";
arnews[2]="[VIDEO] Brooke Hogan Cameos In New Toni Braxton Video
";
arnews[2] += "The video also features cameos from NBA Lakers Ron Artest and Shannon Brown as well as Brooke Hogan.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:01:30 GMT";
arnews[2] += "
";
arnews[3]="Yesterday
";
arnews[3] += "Lyrics and words are funny things.A And some of the most beautiful songs are titled with similar names.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:44:13 GMT";
arnews[3] += "
";
arnews[4]="Toni Braxton Is In The Dark
";
arnews[4] += "Toni Braxton is finally opening up about her recent split with her husband Keri Lewis.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:45:31 GMT";
arnews[4] += "
";
arnews[5]="Quick Quotes From Toni Braxton + Her New Video With Trey Songz
";
arnews[5] += "The video for Toni Braxton's \"Yesterday\" could easily be passed off as an extended commercial for Especially Yours but you can't win them all.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:42:17 GMT";
arnews[5] += "
";
arnews[6]="Toni Braxton talks about kissing Trey Songz on the Wendy Williams show
";
arnews[6] += "Please do not touch him sexually, you are classier than that. Thank you. i make that mistake often bb, thinking about one word and then typing only to discover you typed the wrong word.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:56:54 GMT";
arnews[6] += "
";
arnews[7]="Toni Braxton - 'Yesterday' ft. Trey Songz
";
arnews[7] += "Weird....out of the infinity of songs that could've come up, Genius picks Unbreak My Heart to play as I refreshed the page and saw this article post.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 19:56:24 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("