var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Christina Moore is 'HawthoRNe' sidekick http://bit.ly/mIfwD
";
arnews[0] += "Christina Moore is 'HawthoRNe' sidekick";
arnews[0] += "
";
arnews[1]="Hawthorne Fans: RT @tvtalkradio: Join me LIVE on my Christina Moore TNTs Hawthorne BuddyTVs John show on #BlogTalkRadio at http:// (cont) http://tl.gd/che5
";
arnews[1] += "RT @";
arnews[1] += "
";
arnews[2]="Audado: GOOD MASTERS! SWEET LADIES! by Laura Amy Schlitz Performed by Christina Moore and a Full Cast
";
arnews[2] += "GOOD MASTERS! SWEET LADIES! by Laura Amy Schlitz Performed by Christina Moore and a Full Cast -";
arnews[2] += "
";
arnews[3]="Bigdoggpinc Lindsey: Hello and Goodbye - Hawthorne
";
arnews[3] += "Hello and Goodbye - Hawthorne -";
arnews[3] += "
";
arnews[4]="Christina Moore Boudreau
";
arnews[4] += "Christina Moore Boudreau -";
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("