var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="New Biography Books: Montana Women Homesteaders: A Field of One's Own - by Sarah Carter - Farcountry Press. http://bit.ly/10Wn1Z
";
arnews[0] += "Montana Women Homesteaders: A Field of One's Own - by Sarah Carter - Farcountry Press.";
arnews[0] += "
";
arnews[1]="Cynthia: Cynthia CSI:NY: "Skeet Ulrich guest stars in a recurring role as compass-happy killer Hollis Eckhart, a mad man who initially leaves bodies at both the north and south ends of the city. The locations provide a lot of crime-scene cleaning for newbie Haylen Becall (Sarah Carter), who is anxious to prove her skills and get a job as a CSI." OMG! Can't wait to see how the characters will react to Haylen, specially Adam!!!!
";
arnews[1] += "CSI:NY: \"Skeet Ulrich guest stars in a recurring role as compass-happy killer Hollis Eckhart, a mad man who initially leaves bodies at both the north and south ends of the city. The locations provide a lot of crime-scene cleaning for newbie Haylen Becall (Sarah Carter), who is anxious to prove her skills and get a job as a CSI.\" OMG! Can't wait to...";
arnews[1] += "
";
arnews[2]="Check This Out: Creepy Japanese Poster for The Descent 2
";
arnews[2] += "Check This Out: Creepy Japanese Poster for The Descent 2 -";
arnews[2] += "
";
arnews[3]="Sarah Carter
";
arnews[3] += "Sarah Carter -";
arnews[3] += "
";
arnews[4]="Brooklyn Art Project: Sarah Carter
";
arnews[4] += "Sarah Carter -";
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("