var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Couple Divorces; Neither Wants Pet Tigers
";
arnews[0] += "A cat fight between a Washington state couple could leave their two pet tigers homeless and their lives in jeopardy. (Nov. 12)";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 18:21:13 GMT";
arnews[0] += "
";
arnews[1]="Mike Jones - Next To You (instrumental + lyrics) w/ Download Link
";
arnews[1] += "Download Link ef57e5c2.thesefiles.com Next To You lyrics Songwriters Jones, Mike; Rotem, Jonathan; Hmm, hey (Girl, I gotta be next to you) Hmm, hey (Girl, I gotta be next to you)...";
arnews[1] += "
Publ.Date : Mon, 06 Apr 2009 07:28:08 GMT";
arnews[1] += "
";
arnews[2]="Mike Jones Next to you (Official Music Video) 'Dakingith'
";
arnews[2] += "Mike Jones next to you official HQ music video produced by Dakingith File'N'Cabnit ft. Be-yo";
arnews[2] += "
Publ.Date : Sun, 22 Feb 2009 07:36:35 GMT";
arnews[2] += "
";
arnews[3]="Drop Gimme 50 - Mike Jones ft Hurricane Chris
";
arnews[3] += "Subscribe Now & Add Us As A Friend http://www.MoTV1.com Check out our FREE sister site http://www.SmokinOrJokin.com Mike Jones ft Hurricane Chris - Drop Gimme 50 ( Entertainment )...";
arnews[3] += "
Publ.Date : Thu, 04 Sep 2008 04:48:58 GMT";
arnews[3] += "
";
arnews[4]="MySpaceTV Videos: Mike Jones Feat. Hurricane Chris - Drop & Gimme 50 by NEW MIKE JONES SINGLE DROP & GIMME 50!
";
arnews[4] += "Mike Jones Feat. Hurricane Chris - Drop & Gimme 50 by NEW MIKE JONES SINGLE DROP & GIMME 50! Watch it on MySpace Videos.";
arnews[4] += "
Publ.Date : Sun, 13 Jan 2008 13:44:05 GMT";
arnews[4] += "
";
arnews[5]="'Drop & Gimme 50' by Mike Jones
";
arnews[5] += "Artist: Mike Jones | Album: | Label: Swishahouse/Asylum/WBR";
arnews[5] += "
Publ.Date : Fri, 11 Jan 2008 08:00:00 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Ying Yang Twins Ft. Mike Jones - Badd
";
arnews[6] += "Music Video";
arnews[6] += "
Publ.Date : Tue, 27 Nov 2007 07:30:10 GMT";
arnews[6] += "
";
arnews[7]="Richard Jefferson and Mike Jones
";
arnews[7] += "Highlights of RJ over Mike Jones club music.";
arnews[7] += "
Publ.Date : Wed, 15 Aug 2007 02:25:09 GMT";
arnews[7] += "
";
arnews[8]="'The American Hater - Conflict Of Interest [Episode 1]' by Mike Jones
";
arnews[8] += "Artist: Mike Jones | Album: | Label: Swishahouse/Asylum/WBR";
arnews[8] += "
Publ.Date : Wed, 08 Aug 2007 07:00:00 GMT";
arnews[8] += "
";
arnews[9]="Major Applewhite To Mike Jones vs. Nebraska '99
";
arnews[9] += "Major Applewhite passes to tight end Mike Jones in the flat. Jones breaks three tackles, including one at the goal line, to complete a 17-yard touchdown play to help Texas beat...";
arnews[9] += "
Publ.Date : Tue, 07 Aug 2007 21:44:50 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("