var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Girls Inc./ING Investment Challenge – Rhonda Mims
";
arnews[0] += "A look at an investment challenge that turns teenage girls into long-term investors and lets them reap the profits.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 05:07:00 GMT";
arnews[0] += "
";
arnews[1]="Mims
";
arnews[1] += "http://www.tourfactory.com/s489947/r_www.blinkx.com";
arnews[1] += "
Publ.Date : Wed, 12 Aug 2009 22:41:54 GMT";
arnews[1] += "
";
arnews[2]="The Early Show : Hannah Storm With Rick Mims
";
arnews[2] += "Hannah Storm speaks with Rick Mims, Drew Peterson's best friend, who says it is becoming difficult to believe that the Chicago-area policeman knows as little about his wife's...";
arnews[2] += "
Publ.Date : Sat, 16 May 2009 17:19:30 GMT";
arnews[2] += "
";
arnews[3]="Grandpa does RAP, Mims This is why I'm HOT!! (se
";
arnews[3] += "Grandpa does RAP, Mims This is why I'm HOT!! (se";
arnews[3] += "
Publ.Date : Mon, 13 Apr 2009 14:39:50 GMT";
arnews[3] += "
";
arnews[4]="Mims Twins Weight Loss Program
";
arnews[4] += "Mims Twins Weight Loss Program";
arnews[4] += "
Publ.Date : Mon, 13 Apr 2009 14:39:46 GMT";
arnews[4] += "
";
arnews[5]="Mims Is On The Move
";
arnews[5] += "Mims is taking on all challengers with the release of sophmore album Guilt. Our Yasmine Richard recenty sat down with the New York native to talk about his new album, the first...";
arnews[5] += "
Publ.Date : Wed, 08 Apr 2009 05:53:07 GMT";
arnews[5] += "
";
arnews[6]="Like This (Rock Remix) - Mims
";
arnews[6] += "This song is a rock remix of Mims song \"Like This\" that was was all made by me in the studio. enjoi You can download the mp3 here: limelinx.com Check out my bands myspace:...";
arnews[6] += "
Publ.Date : Fri, 06 Mar 2009 09:12:55 GMT";
arnews[6] += "
";
arnews[7]="Mims - Move If You Wanna
";
arnews[7] += "Mims- Move If You Wanna CAPITOL (P) 2009 The copyright in this audiovisual recording is owned by EMI Records Ltd";
arnews[7] += "
Publ.Date : Wed, 18 Feb 2009 18:23:04 GMT";
arnews[7] += "
";
arnews[8]="Spiderschwein - Mims - This is Why I am Hot Remix
";
arnews[8] += "http://www.myspace.com/actionbecksn download @ http://rapidshare.com/users/TR011A";
arnews[8] += "
Publ.Date : Thu, 09 Aug 2007 01:32:29 GMT";
arnews[8] += "
";
arnews[9]="That's why MIMS is hot
";
arnews[9] += "A new hip-hop artist from New York Shawn Mims says he wants to bring versatility to the hip hop genre.";
arnews[9] += "
Publ.Date : Thu, 29 Mar 2007 15:26: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("