var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Air Force Ones (feat. Kyjuan, Ali & Murphy Lee) by Nelly
";
arnews[0] += "Air Force Ones (feat. Kyjuan, Ali & Murphy Lee) music video by Nelly added on 2007-08-05";
arnews[0] += "
Publ.Date : Sat, 09 May 2009 15:00:39 GMT";
arnews[0] += "
";
arnews[1]="Wat Da Hook Gon Be (feat. Jermaine Dupri) by Murphy Lee
";
arnews[1] += "Wat Da Hook Gon Be (feat. Jermaine Dupri) music video by Murphy Lee added on 2007-10-31";
arnews[1] += "
Publ.Date : Sat, 09 May 2009 14:59:36 GMT";
arnews[1] += "
";
arnews[2]="Shake Ya Tailfeather (feat. P. Diddy & Murphy Lee) by Nelly
";
arnews[2] += "Shake Ya Tailfeather (feat. P. Diddy & Murphy Lee) music video by Nelly added on 2007-10-31";
arnews[2] += "
Publ.Date : Sat, 09 May 2009 14:59:36 GMT";
arnews[2] += "
";
arnews[3]="Murphy Derrty by Murphy Lee
";
arnews[3] += "Murphy Derrty music video by Murphy Lee added on 2007-10-31";
arnews[3] += "
Publ.Date : Sat, 09 May 2009 14:59:36 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Nelly feat. P. Diddy & Murphy Lee - Shake Ya Tailfeather (Best Quality) with English subtitles
";
arnews[4] += "Nelly feat. P. Diddy & Murphy Lee - Shake Ya Tailfeather (Best Quality) I added subtitles, so everyone can click on the cc tab in the player control. This is compliments of...";
arnews[4] += "
Publ.Date : Tue, 03 Feb 2009 18:45:20 GMT";
arnews[4] += "
";
arnews[5]="Murphy Lee ft. T-Pain - My Shoes [OFFICIAL]
";
arnews[5] += "Released 27th May 2008";
arnews[5] += "
Publ.Date : Wed, 28 May 2008 21:31:41 GMT";
arnews[5] += "
";
arnews[6]="Puff Daddy feat. Nelly e Murphy Lee shake ya tailfeathers
";
arnews[6] += "Un video di Puff Daddy";
arnews[6] += "
Publ.Date : Sun, 18 May 2008 18:37:27 GMT";
arnews[6] += "
";
arnews[7]="Murphy Lee - Murph Derrty Video
";
arnews[7] += "Murphy Lee is debuting the new video for “Murph Derrty,” the first single from his upcoming album You See Me. Best known for “Shake Ya Tailfeather” and “Wat Da Hook Gon...";
arnews[7] += "
Publ.Date : Tue, 13 May 2008 19:11:15 GMT";
arnews[7] += "
";
arnews[8]="j kwon-Tipsy (remix) ft Chingy Murphy Lee
";
arnews[8] += "video i made";
arnews[8] += "
Publ.Date : Mon, 02 Jul 2007 20:26:54 GMT";
arnews[8] += "
";
arnews[9]="Murphy Lee - Wat Da Hook Gon Be
";
arnews[9] += "Music video by Murphy Lee performing Wat Da Hook Gon Be with Benny Boom [Video Director], Scott Franklin [Video Producer] (C) 2003 Universal Records, a Division of UMG Recordings,...";
arnews[9] += "
Publ.Date : Wed, 04 Apr 2007 02:50:55 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("