var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Jace at Televisionary: I'd watch that in a heartbeat. RT @HitFixDaniel For the British couple on "Episodes," might I propose Richard Coyle and Sarah Alexander?
"; arnews[0] += "I'd watch that in a heartbeat. RT @"; arnews[0] += "
"; arnews[1]="Daniel M. Clark: so far, iPhoto's Faces feature thinks my wife looks like Angelina Jolie, Jennifer Garner, Sarah Alexander and... Eddie Izzard!?!
"; arnews[1] += "so far, iPhoto's Faces feature thinks my wife looks like Angelina Jolie, Jennifer Garner, Sarah Alexander and... Eddie Izzard!?!"; arnews[1] += "
"; arnews[2]="so far, iPhoto's Faces feature thinks my wife looks like Angelina Jolie, Jennifer Garner, Sarah Alexander and... Eddie Izzard!?!
"; arnews[2] += "so far, iPhoto's Faces feature thinks my wife looks like Angelina Jolie, Jennifer Garner, Sarah Alexander and... Eddie Izzard!?! -"; arnews[2] += "
"; arnews[3]="Jacob: Sarah Alexander sieht schon verdammt gut aus
"; arnews[3] += "Sarah Alexander sieht schon verdammt gut aus"; arnews[3] += "
"; arnews[4]="Emerging mkts take lion's share in global PE activity in H1
"; arnews[4] += "Emerging mkts take lion's share in global PE activity in H1 -"; 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("
");