var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mitch Wagner: @faryl Peter Krause said in an interview a while ago that he wanted Sorkin to do a show set backstage at a "60 Minutes" type program.
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Amanda McMillan: Speaking with Peter Krause from #Terradatum... so excited to hear about the new stuff for agent metrics!
";
arnews[1] += "Speaking with Peter Krause from";
arnews[1] += "
";
arnews[2]="Amanda McMillan: Amanda Getting ready for webinar with Peter Krause from Terradatum... so excited to hear about the new stuff for agent metrics!
";
arnews[2] += "Getting ready for webinar with Peter Krause from Terradatum... so excited to hear about the new stuff for agent metrics!";
arnews[2] += "
";
arnews[3]="Nevert too late /Love me not: Nu mai locuim aici (We Don't Live ...
";
arnews[3] += "Nevert too late /Love me not: Nu mai locuim aici (We Don't Live ... -";
arnews[3] += "
";
arnews[4]="RAPatton: The "Incorruptible" Mark Waid - Comic Book Resources - http://www.comicbookresources.com/?page=article&id=23783
";
arnews[4] += "The \"Incorruptible\" Mark Waid - Comic Book Resources -";
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("