var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="The Dharma Initiative » AstroDispatch.com » Astrology Around The Web
";
arnews[0] += "The Dharma Initiative » AstroDispatch.com » Astrology Around The Web -";
arnews[0] += "
";
arnews[1]="JRichards: Matthew Fox i hate subway commercials.
";
arnews[1] += "Matthew Fox i hate subway commercials. -";
arnews[1] += "
";
arnews[2]="I keep expecting Matthew Fox to turn into an annoying Dr w/a hero complex. #VantagePoint is not #Lost
";
arnews[2] += "I keep expecting Matthew Fox to turn into an annoying Dr w/a hero complex.";
arnews[2] += "
";
arnews[3]="Vote for #Lost and #Matthew Fox http://cdn.peopleschoice.com/pca/votenow.jsp?source=widget&utm_source=widget&pollId=900015
";
arnews[3] += "Vote for";
arnews[3] += "
";
arnews[4]="Tamara Taylor just showed up on #Po5 3x02. I love her + another #Lost connection. P.S. I love to watch Matthew Fox cry. Is that wrong?
";
arnews[4] += "Tamara Taylor just showed up on";
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("