var arnews = new Array(1); totcount = 1; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Capricorn Horoscope for Sep 10, 2010 "; arnews[0] += "A beneficial day and you may be able to find relief from a prolong illness. Try to control your spending- and buy only the essential items today. An unexpected message from a distant relative brings excitement for the entire family. Someone may compliment you. Successful day for those in the creative fields as they receive long awaited fame and recognition. Shopping and other activities will keep you busy most of the day. "; arnews[0] += " "; totcount = 1; 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(" |