var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="John Gormly: RT @HikingTwits: You miss 100% of the shots you never take. - Wayne Gretzky #quote
";
arnews[0] += "RT @";
arnews[0] += "
";
arnews[1]="Richard Bejah: TWITISH QUOTE: 100% of the tweets you don't twitter don't get read. ~Wayne Gretzky (sorta) http://budurl.com/x3bj
";
arnews[1] += "TWITISH QUOTE: 100% of the tweets you don't twitter don't get read. ~Wayne Gretzky (sorta)";
arnews[1] += "
";
arnews[2]="Richard Graham Bejah: TWITISH QUOTE: 100% of the tweets you don't twitter don't get read. ~Wayne Gretzky (sorta) http://budurl.com/x3bj
";
arnews[2] += "TWITISH QUOTE: 100% of the tweets you don't twitter don't get read. ~Wayne Gretzky (sorta)";
arnews[2] += "
";
arnews[3]="kk+: Q&A: Bruno talks fashion, gay marriage, Vancouver 2010, Wayne Gretzky and 'zat guy' Sacha Baron Cohen http://bit.ly/8vxaEN
";
arnews[3] += "Q&A: Bruno talks fashion, gay marriage, Vancouver 2010, Wayne Gretzky and 'zat guy' Sacha Baron Cohen";
arnews[3] += "
";
arnews[4]="Alan Lowe: "Procrastination is one of the most common and deadliest of diseases and its toll on success and happiness is heavy"~Wayne Gretzky
";
arnews[4] += "\"Procrastination is one of the most common and deadliest of diseases and its toll on success and happiness is heavy\"~Wayne Gretzky";
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("