var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Christine Taylor: Having lunch w family. Wish we could live closer! (not just so I can keep using @ergozoom's iPhone)
";
arnews[0] += "Christine Taylor: Having lunch w family. Wish we could live closer! (not just so I can keep using @ergozoom's iPhone) -";
arnews[0] += "
";
arnews[1]="Jo Ann Hernandez: http://is.gd/4y5JN Writers Against Racism: Christine Taylor-Butler every child is born with unique gifts to share @abowllan #Latism
";
arnews[1] += "";
arnews[1] += "
";
arnews[2]="Justin Taylor: Justin Arrived in Bournemouth and chatting with Lois Taylor, Paul Ludlow and Laura Christine Taylor!
";
arnews[2] += "Arrived in Bournemouth and chatting with Lois Taylor, Paul Ludlow and Laura Christine Taylor!";
arnews[2] += "
";
arnews[3]="Jo Ann Hernandez: http://is.gd/4y5JN Writers Against Racism: Christine Taylor-Butler every child is born with unique gifts to share @abowllan #Latism
";
arnews[3] += "";
arnews[3] += "
";
arnews[4]="George: RT @articleslash 6 Ways to Leverage Technical Articles, by Christine Taylor, Inspirational on ArticleSlash.net http://bit.ly/3ucLLJ
";
arnews[4] += "RT @";
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("