var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="wnrktn: Criminal Minds: The Complete Fourth Season: Joe Mantegna, Shemar Moore, Thomas Gibson, Matthew Gray Gubler, A.J. Cook: Movies
";
arnews[0] += "Criminal Minds: The Complete Fourth Season: Joe Mantegna, Shemar Moore, Thomas Gibson, Matthew Gray Gubler, A.J. Cook: Movies -";
arnews[0] += "
";
arnews[1]="Latest News: A.J. Cook
";
arnews[1] += "A.J. Cook -";
arnews[1] += "
";
arnews[2]="John Doe: Mother´s Day - A.J. Cook é a nova integrante do elenco - 03/09/2009 18:10
";
arnews[2] += "Mother´s Day - A.J. Cook é a nova integrante do elenco - 03/09/2009 18:10 -";
arnews[2] += "
";
arnews[3]="Johnny John Peters: A.J. Cook (Criminal Minds) - a couple of old events (x 23 MQ) http://is.gd/2UTGI
";
arnews[3] += "A.J. Cook (Criminal Minds) - a couple of old events (x 23 MQ)";
arnews[3] += "
";
arnews[4]="Johnny John Peters: A.J. Cook - Pageant Of The Masters - 2009 Gala Benefit in Irvine Bowl Park, Laguna Beach, CA http://is.gd/2V6i3
";
arnews[4] += "A.J. Cook - Pageant Of The Masters - 2009 Gala Benefit in Irvine Bowl Park, Laguna Beach, CA";
arnews[4] += "
";
totcount = 5;
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("