var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mark E. Laurence: #2: Into the West
";
arnews[0] += "#2: Into the West -";
arnews[0] += "
";
arnews[1]="amazontwits: Into the West was $39.98 now $24.99 = http://bit.ly/32mLnP #amazon #deal
";
arnews[1] += "Into the West was $39.98 now $24.99 =";
arnews[1] += "
";
arnews[2]="amazontwits: Into the West was $39.98 now $23.99 = http://bit.ly/4dc3ib #amazon #deal
";
arnews[2] += "Into the West was $39.98 now $23.99 =";
arnews[2] += "
";
arnews[3]="Fernando Stuart: Even more Whedonverse BB updates: http://bit.ly/SvIEP BONES preview; ANGEL comic news; Julie Benz, Christian Kane+ tweets; Best 00s TV + mor
";
arnews[3] += "Even more Whedonverse BB updates:";
arnews[3] += "
";
arnews[4]="ike: christian kane. Adama bak yaw hem aktör hem sporcu hem de müzisyenmiş. şu şarkının hastası oldum. http://www.youtube.com/watch%3Fv%3Dib3j-Umz3TU
";
arnews[4] += "christian kane. Adama bak yaw hem aktör hem sporcu hem de müzisyenmiş. şu şarkının hastası oldum.";
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("