var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="SpoilerTV: Sons of Anarchy - Maggie Siff Interview http://bit.ly/47Kjo7
";
arnews[0] += "Sons of Anarchy - Maggie Siff Interview";
arnews[0] += "
";
arnews[1]="TV Man: Sons of Anarchy - Maggie Siff Interview http://bit.ly/47Kjo7 http://bit.ly/34a9CE
";
arnews[1] += "Sons of Anarchy - Maggie Siff Interview";
arnews[1] += "
";
arnews[2]="TV Spoilers: Sons of Anarchy - Maggie Siff Interview http://bit.ly/MxhoL
";
arnews[2] += "Sons of Anarchy - Maggie Siff Interview";
arnews[2] += "
";
arnews[3]="Sons of Anarchy: Maggie Siff on Gemma's Secret
";
arnews[3] += "Sons of Anarchy: Maggie Siff on Gemma's Secret -";
arnews[3] += "
";
arnews[4]="Bill Maas: @mcfierce24 i've been in love with maggie siff ever since she was on mad men (and she's a doctor, not a nurse on SoA, lol)
";
arnews[4] += "@";
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("