var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gokul: #nowplaying A Hard Day's Night- The Beatles. I love this song. Love love live it. Beatles are legendary.
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="@djmotwister haha since when scottie has become part of the beatles? darn! i gotta go back on reading newspapers xD lol
";
arnews[1] += "@djmotwister haha since when scottie has become part of the beatles? darn! i gotta go back on reading newspapers xD lol -";
arnews[1] += "
";
arnews[2]="money: Playstation 3 The Beatles: Rock Band Special Value Edition: Advanced Harmonix game technology brings .. http://bit.ly/6dekOt
";
arnews[2] += "Playstation 3 The Beatles: Rock Band Special Value Edition: Advanced Harmonix game technology brings ..";
arnews[2] += "
";
arnews[3]="◄ani625Ξ: Haha RT: @codinghorror: The Beatles, one thousand years later http://www.youtube.com/watch?v=3Z2vU8M6CYI
";
arnews[3] += "Haha RT: @";
arnews[3] += "
";
arnews[4]="Ethel Baraona Pohl: Belle and Sebastian revisiting The Beatles | http://tinyurl.com/ykec2hm -Good morning!!
";
arnews[4] += "Belle and Sebastian revisiting The Beatles |";
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("