var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Alan Tudyk, Tim Matheson, Stephen Root, Tony Shalhoub, Gary Cole, Tim Roth, Tony Goldwyn, Wallace Shawn, Will Patton #walkenfactor
";
arnews[0] += "Alan Tudyk, Tim Matheson, Stephen Root, Tony Shalhoub, Gary Cole, Tim Roth, Tony Goldwyn, Wallace Shawn, Will Patton";
arnews[0] += "
";
arnews[1]="Ryan J. Davis: Gary Cole, one of my fav actors from American Gothic & West Wing, joins Seattle cast of Glengarry Glen Ross. http://bit.ly/YWKVZ #Theatre
";
arnews[1] += "Gary Cole, one of my fav actors from American Gothic & West Wing, joins Seattle cast of Glengarry Glen Ross.";
arnews[1] += "
";
arnews[2]="avitania: Gary Cole (aka Lumberg!) is going to be in the Seattle Rep's production of Glengarry Glen Ross! SO getting tix. :) http://bit.ly/3GKPBE
";
arnews[2] += "Gary Cole (aka Lumberg!) is going to be in the Seattle Rep's production of Glengarry Glen Ross! SO getting tix. :)";
arnews[2] += "
";
arnews[3]="avitania: BACKSTAGE AT SEATTLE REP: Gary Cole Comes To Seattle Rep in Glengarry Glen Ross
";
arnews[3] += "BACKSTAGE AT SEATTLE REP: Gary Cole Comes To Seattle Rep in Glengarry Glen Ross -";
arnews[3] += "
";
arnews[4]="amazonbestsellers: #7: Son of The Morning Star [VHS]
";
arnews[4] += "#7: Son of The Morning Star [VHS] -";
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("