var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Ease Off The Liquor - Timbaland ft. SoShy & Melody Thornton
";
arnews[0] += "Shock Value II By ePhreshh Tags : timbaland";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 18:26:00 GMT";
arnews[0] += "
";
arnews[1]="Melody Thornton Les Girls 9 NBCCF Benefit
";
arnews[1] += "By pcdworld";
arnews[1] += "
Publ.Date : Wed, 07 Oct 2009 02:46:03 GMT";
arnews[1] += "
";
arnews[2]="Melody Thornton Backstage at Fashion Week
";
arnews[2] += "By pcdworld";
arnews[2] += "
Publ.Date : Mon, 21 Sep 2009 11:42:01 GMT";
arnews[2] += "
";
arnews[3]="Melody Thornton Attends Blackberry Storm Launch Party
";
arnews[3] += "http://www.pcd521.co.cc/ By PCD521Videos Tags : Attends , Blackberry , Launch , Melody , Party , Storm , Thornton";
arnews[3] += "
Publ.Date : Sat, 04 Apr 2009 17:47:00 GMT";
arnews[3] += "
";
arnews[4]="Melody Thornton at Avalon
";
arnews[4] += "http://www.pcd521.co.cc/ By PCD521Videos Tags : Avalon , Melody , Thornton , at";
arnews[4] += "
Publ.Date : Sat, 04 Apr 2009 17:41:01 GMT";
arnews[4] += "
";
arnews[5]="Melody Thornton Vocal Range D3-Eb6
";
arnews[5] += "The vocal range of the great singer of PCD. She is very cool, and has a amazing range. I think she can hit a C3 and a C7 or above. Hope u like it";
arnews[5] += "
Publ.Date : Sun, 01 Mar 2009 17:58:26 GMT";
arnews[5] += "
";
arnews[6]="Melody Thornton - Space live in Glasgow
";
arnews[6] += "Melody live.....";
arnews[6] += "
Publ.Date : Fri, 23 Jan 2009 20:04:58 GMT";
arnews[6] += "
";
arnews[7]="Pepsi 500 Running Wide Open Kick-Off Party
";
arnews[7] += "Hollyscoop.com hit the PEPSI 500 Running Wide Open kicking off the big race weekend, the Hollywood celebration will be hosted by NASCAR's very own Jeff Gordon along with...";
arnews[7] += "
Publ.Date : Wed, 01 Oct 2008 02:11:14 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="One on One with Melody Thornton
";
arnews[8] += "Melody Thornton talks to Hollyscoop TV about the upcoming Pussycat dolls Album.";
arnews[8] += "
Publ.Date : Wed, 01 Oct 2008 02:11:14 GMT";
arnews[8] += "
";
arnews[9]="Jibbs - Go Too Far f/ Melody Thornton
";
arnews[9] += "Watch the Music Video for Go Too Far f/ Melody Thornton by Jibbs";
arnews[9] += "
Publ.Date : Tue, 20 Mar 2007 09:00:30 GMT";
arnews[9] += "
";
totcount = 10;
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("