var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Full transcript: Laura Bush speaks to CNN
"; arnews[0] += "Full transcript: Laura Bush speaks to CNN -"; arnews[0] += "
"; arnews[1]="CNN International: World Report with Zain Verjee & Don Riddell - 21 September 2009
"; arnews[1] += "CNN International: World Report with Zain Verjee & Don Riddell - 21 September 2009 -"; arnews[1] += "
"; arnews[2]="sarah: newsFREEvideoz Young designers in the downturn: CNN's Zain Verjee goes behind the scenes at London's Fashion week and talks..
"; arnews[2] += "newsFREEvideoz Young designers in the downturn: CNN's Zain Verjee goes behind the scenes at London's Fashion week and talks.."; arnews[2] += "
"; arnews[3]="sarah: newsFREEvideoz Eco-friendly fashion: CNN's Zain Verjee talks to an eco-fashion designer who dresses the stars all while be..
"; arnews[3] += "newsFREEvideoz Eco-friendly fashion: CNN's Zain Verjee talks to an eco-fashion designer who dresses the stars all while be.."; arnews[3] += "
"; arnews[4]="LadyLux: RT @GetTheIssues Eco-friendly fashion - CNN's Zain Verjee talks to an eco-fashion designer who dresses the stars http://ow.ly/15R2oh
"; arnews[4] += "RT @"; 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("
");