var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="fashionfriendfeed: everytime i look through the Victoria Secret catalog, i always end up throwing away whatever im eating. thanks miranda kerr.
"; arnews[0] += "everytime i look through the Victoria Secret catalog, i always end up throwing away whatever im eating. thanks miranda kerr. -"; arnews[0] += "
"; arnews[1]="fashionfriendfeed: >>: Victoria's Secret: Miranda Kerr http://www.cmancelebs.com/posts/victorias-secret-miranda-kerr/
"; arnews[1] += ">>: Victoria's Secret: Miranda Kerr"; arnews[1] += "
"; arnews[2]="fashionfriendfeed: >>: Victoria's Secret: Miranda Kerr http://www.cmancelebs.com/posts/victorias-secret-miranda-kerr-2/
"; arnews[2] += ">>: Victoria's Secret: Miranda Kerr"; arnews[2] += "
"; arnews[3]="GIOSER: Miranda Kerr
"; arnews[3] += "Miranda Kerr -"; arnews[3] += "
"; arnews[4]="fashionfriendfeed: New blog post: Desfile de Miranda Kerr en Victoria Secret Xmas 09/10 Fashion Show http://bit.ly/07D74i6/
"; arnews[4] += "New blog post: Desfile de Miranda Kerr en Victoria Secret Xmas 09/10 Fashion Show"; 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("
");