var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="YouTube - Andre Agassi 60 minutes Exclusive interview! Hating tennis, using meth / November 8 2009
";
arnews[0] += "YouTube - Andre Agassi 60 minutes Exclusive interview! Hating tennis, using meth / November 8 2009 -";
arnews[0] += "
";
arnews[1]="Discount Bloggers: Andre Agassi Talks About His Book Open - Oprah.com http://ow.ly/EWnz
";
arnews[1] += "Andre Agassi Talks About His Book Open - Oprah.com";
arnews[1] += "
";
arnews[2]="Dr. Arthur Ciaramicoli: Andre Agassi, Courage or Fanfare? http://bit.ly/andreagassi #changeyourstory #yourstory
";
arnews[2] += "Andre Agassi, Courage or Fanfare?";
arnews[2] += "
";
arnews[3]="Arthur P. Ciaramicoli: Andre Agassi, Courage or Fanfare? http://bit.ly/andreagassi #changeyourstory #yourstory
";
arnews[3] += "Andre Agassi, Courage or Fanfare?";
arnews[3] += "
";
arnews[4]="DrCiaramicoli: Andre Agassi, Courage or Fanfare? http://bit.ly/andreagassi #changeyourstory #yourstory
";
arnews[4] += "Andre Agassi, Courage or Fanfare?";
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("