var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Shannon: Review: The Cookbooks of Sara Foster
"; arnews[0] += "Review: The Cookbooks of Sara Foster -"; arnews[0] += "
"; arnews[1]="Shannon: Review: The Cookbooks of Sara Foster: http://wp.me/p22Nv-jB
"; arnews[1] += "Review: The Cookbooks of Sara Foster:"; arnews[1] += "
"; arnews[2]="Alexis Walker: '90210' recap: season two, episode eight, 'Women's Intuition
"; arnews[2] += "'90210' recap: season two, episode eight, 'Women's Intuition -"; arnews[2] += "
"; arnews[3]="Carla Ballen: New update: Sara Foster's Grilled Greek Pizza Recipe http://tinyurl.com/yhsy7ux
"; arnews[3] += "New update: Sara Foster's Grilled Greek Pizza Recipe"; arnews[3] += "
"; arnews[4]="Denver Foodguy: Sara Foster's Grilled Greek Pizza Recipe http://bit.ly/1f6K7o
"; arnews[4] += "Sara Foster's Grilled Greek Pizza Recipe"; 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("
");