var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Georgia Straight: Smallville's Kristin Kreuk, Allison Mack to emcee Beyond Pink gala dinner http://bit.ly/2WETZa
";
arnews[0] += "Smallville's Kristin Kreuk, Allison Mack to emcee Beyond Pink gala dinner";
arnews[0] += "
";
arnews[1]="Joe Hummrich: Liz, Jeremy,Derek, Kim, Chris, William, Dane,Graham, Milo, ZQ,Welling,Allison Mack, Heroes and Smallville #SDCC09 VID http://bit.ly/28VLgc
";
arnews[1] += "Liz, Jeremy,Derek, Kim, Chris, William, Dane,Graham, Milo, ZQ,Welling,Allison Mack, Heroes and Smallville";
arnews[1] += "
";
arnews[2]="Doug Rapson: Huh... Now following (and at least nominally being followed by) Allison Mack of Smallville fame.
";
arnews[2] += "Huh... Now following (and at least nominally being followed by) Allison Mack of Smallville fame.";
arnews[2] += "
";
arnews[3]="Adrian: RT @ChloisOrg: http://twitpic.com/p15p1 - #Smallville bts, Allison Mack and Christina Milian from the episode Action.
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="yu jia: Smallville Season 8: Allison Mack returns, Michael Rosenbaum & Kristin Kreuk depart - *http://transfer.humantrip.net/?p=735
";
arnews[4] += "Smallville Season 8: Allison Mack returns, Michael Rosenbaum & Kristin Kreuk depart - *";
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("