var arnews = new Array(9); totcount = 9; rnd = 1; document.write("
| ");
arnews[0]="The Aborigine In Al... "; arnews[0] += "The Aborigine In All Of Us is covered in o..."; arnews[0] += " "; arnews[1]="Healthy Beef Skille... "; arnews[1] += "Healthy Beef Skillet Dinner Recipe is part..."; arnews[1] += " "; arnews[2]="Workout Without Wei... "; arnews[2] += "Learn how to workout and get in shape with..."; arnews[2] += " "; arnews[3]="Bad Science, Part 1... "; arnews[3] += "Bad Science is covered in our book review ..."; arnews[3] += " "; arnews[4]="Hope For Plastic Su... "; arnews[4] += "Plastic surgery addicts can learn to live ..."; arnews[4] += " "; arnews[5]="The Proof in the Lo... "; arnews[5] += "The Proof in the Low-Fat Pudding is covere..."; arnews[5] += " "; arnews[6]="Beyond The Pleasure... "; arnews[6] += "Beyond The Pleasure Principle is covered i..."; arnews[6] += " "; arnews[7]="Fiber-Importance Of... "; arnews[7] += "Learn the health importance of a mixture o..."; arnews[7] += " "; arnews[8]="Safe Neck Exercise "; arnews[8] += "Learn how to exercise for your neck, to re..."; arnews[8] += " "; totcount = 9; 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(" |