var arnews = new Array(1); totcount = 1; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Pisces Horoscope for Sep 6, 2010 "; arnews[0] += "You have to let go of the past if you wish to get out of the sentimental mood that grips you today. Incase you are looking for ways to make little extra money- invest in secure financial schemes. Evening with friends will be good for pleasure as well as some holiday planning. Romance and socializing will rule your mind despite pending jobs. Do not come under pressure of others when making important business decisions. Boundless creativity and enthusiasm leads you to another beneficial 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(" |