var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="TMZ: Mary-Kate Olsen -- Cougarlicious
"; arnews[0] += "Mary-Kate Olsen -- Cougarlicious -"; arnews[0] += "
"; arnews[1]="Sayeed: Mary-Kate Olsen — Cougarlicious
"; arnews[1] += "Mary-Kate Olsen — Cougarlicious -"; arnews[1] += "
"; arnews[2]="UrNextX: Mary-Kate Olsen -- Cougarlicious http://bit.ly/4MsNXO
"; arnews[2] += "Mary-Kate Olsen -- Cougarlicious"; arnews[2] += "
"; arnews[3]="UrNextX: New blog post: Mary-Kate Olsen -- Cougarlicious http://tinyurl.com/yzjdxpw
"; arnews[3] += "New blog post: Mary-Kate Olsen -- Cougarlicious"; arnews[3] += "
"; arnews[4]="Overstock Jeweler: Mary Kate Olsen Somewhere Over the Rainbow | SmartyPanties-Live ... http://bit.ly/08dcXYn
"; arnews[4] += "Mary Kate Olsen Somewhere Over the Rainbow | SmartyPanties-Live ..."; 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("
");document.write("
");