var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="sarah: @kaitlin_olson did you do your own stunt roll down the hill or did you have a double?
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="@kaitlin_olson funny women are so damn sexy. So what Danny devito looks better. I'd marry you for your sense of humor. No offense rob. I wud
";
arnews[1] += "@kaitlin_olson funny women are so damn sexy. So what Danny devito looks better. I'd marry you for your sense of humor. No offense rob. I wud -";
arnews[1] += "
";
arnews[2]="Tom: @kaitlin_olson I love the nod to "I like turtles" zombie kid.
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Eric Mill: @kaitlin_olson May I recommend Dan Deacon? He is a liberator
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Roland Cailles: @kaitlinolson Kaitlin Olson! I miss you guys! Tell everyone I say what's up (and I love the CGA videos) :)
";
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("