var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="telluride: Cool! RT @TheDenverKid: In owners box at Pepsi Center sitting with Harrison Ford and Calista Flockhart. Just a slight upgrade over hanging
";
arnews[0] += "Cool! RT @";
arnews[0] += "
";
arnews[1]="Sinan İŞLER: Akrep Burcu Olan Ünlüleri Sıralayalım.
";
arnews[1] += "Akrep Burcu Olan Ünlüleri Sıralayalım.";
arnews[1] += "
";
arnews[2]="Ally McBeal - The Complete Series Cast: Calista Flockhart $99.99 (barnesandnoble.com)
";
arnews[2] += "Ally McBeal - The Complete Series Cast: Calista Flockhart $99.99 (barnesandnoble.com) -";
arnews[2] += "
";
arnews[3]="Film to make you weep: Extraordinary Measures | Gossip Blender
";
arnews[3] += "Film to make you weep: Extraordinary Measures | Gossip Blender -";
arnews[3] += "
";
arnews[4]="SIMPLEROBB.COM: Harrison Ford & Calista Flockhart: Committed to the Ocean http://bit.ly/7EAD94 #simplerobb.com
";
arnews[4] += "Harrison Ford & Calista Flockhart: Committed to the Ocean";
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("