var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Brian Dillard: I watched the first 8 eps of Breaking Bad season 2 this weekend and was blown away. Anna Gunn from Deadwood rocks it as Schuyler.
";
arnews[0] += "I watched the first 8 eps of Breaking Bad season 2 this weekend and was blown away. Anna Gunn from Deadwood rocks it as Schuyler.";
arnews[0] += "
";
arnews[1]="Mountain Girl: Sidenote: Anna Gunn (Skylar on Breaking Bad) looks much more beautiful pregnant than not IMHO. It really suits her.
";
arnews[1] += "Sidenote: Anna Gunn (Skylar on Breaking Bad) looks much more beautiful pregnant than not IMHO. It really suits her.";
arnews[1] += "
";
arnews[2]="Eric Shan: Clipmark: “Breaking Bad Season 2 Episode 11″ Mandala
";
arnews[2] += "Clipmark: “Breaking Bad Season 2 Episode 11″ Mandala -";
arnews[2] += "
";
arnews[3]="Bob Andelman: BTR podcasting: Anna Gunn, BREAKING BAD, DEADWOOD actress: Mr. Media Radio Interview REWIND 2008 .. http://tinyurl.com/p9efpc
";
arnews[3] += "BTR podcasting: Anna Gunn, BREAKING BAD, DEADWOOD actress: Mr. Media Radio Interview REWIND 2008 ..";
arnews[3] += "
";
arnews[4]="paul collier: Anna Gunn, BREAKING BAD, DEADWOOD actress: Mr. Media Radio Interview REWIND 2008 - May 28,2009
";
arnews[4] += "Anna Gunn, BREAKING BAD, DEADWOOD actress: Mr. Media Radio Interview REWIND 2008 - May 28,2009 -";
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("