var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="fashionfriendfeed: Pics of the Victoria's Secret fashion show 2009 http://bit.ly/8v7u7k Heidi covers up and Chanel Iman makes her VS debut on the runway
"; arnews[0] += "Pics of the Victoria's Secret fashion show 2009"; arnews[0] += "
"; arnews[1]="Penélope Cruz, Jessica Biel, Chanel Iman, and more...
"; arnews[1] += "Penélope Cruz, Jessica Biel, Chanel Iman, and more... -"; arnews[1] += "
"; arnews[2]="fashionfriendfeed: chanel iman for victoria's secret http://bit.ly/4UqivL
"; arnews[2] += "chanel iman for victoria's secret"; arnews[2] += "
"; arnews[3]="ChocolateFashionBlog: CFB Photos: Chanel Iman Rocks Victoria's Secret
"; arnews[3] += "CFB Photos: Chanel Iman Rocks Victoria's Secret -"; arnews[3] += "
"; arnews[4]="ChocolateFashionBlog: CFB Photos: Chanel Iman Rocks Victoria's Secret: Chanel Iman gives us the bold shoulder. Don't hate on th.. http://bit.ly/08SC7Iy
"; arnews[4] += "CFB Photos: Chanel Iman Rocks Victoria's Secret: Chanel Iman gives us the bold shoulder. Don't hate on th.."; 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("
");