var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kyle Lane: @lmkenny I also like Bloc Party,David Gray, Arctic Monkeys, The Dandy Warhols and ect.....
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]=""Remember when you used to be a rascal?" via @Ian_Aranda: Arctic Monkeys – Fluorescent Adolescent ♫ http://blip.fm/~gs6rt
";
arnews[1] += "\"Remember when you used to be a rascal?\" via @";
arnews[1] += "
";
arnews[2]="SIMPLEROBB.COM: Arctic Monkeys Already Talking About Starting Work on Fourth http://bit.ly/6LNFOL #simplerobb.com
";
arnews[2] += "Arctic Monkeys Already Talking About Starting Work on Fourth";
arnews[2] += "
";
arnews[3]=""Are there Arctic Monkeys at the North Pole?" "Don't know. Ask Snow Patrol." #joke
";
arnews[3] += "\"Are there Arctic Monkeys at the North Pole?\" \"Don't know. Ask Snow Patrol.\"";
arnews[3] += "
";
arnews[4]="Doritos değil Panço: indie remix tavsiyelerine ihtiyacım var .. electro-house , electro-tech , tech-house tercihen..
";
arnews[4] += "indie remix tavsiyelerine ihtiyacım var .. electro-house , electro-tech , tech-house tercihen..";
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("