var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Niki: I never forget that it's Zac Hanson's birthday today (22 Oct). Man, I was such a giggly pre-adolescent. Definitely swooned over 'Lucy'.
"; arnews[0] += "I never forget that it's Zac Hanson's birthday today (22 Oct). Man, I was such a giggly pre-adolescent. Definitely swooned over 'Lucy'."; arnews[0] += "
"; arnews[1]="Celebrity birthdays on Oct. 22
"; arnews[1] += "Celebrity birthdays on Oct. 22 -"; arnews[1] += "
"; arnews[2]="D. Kent Pingel: Rock musician Zac Hanson is 24. Don't let anyone catch you humming this today: http://bit.ly/r8MU7 #rock music
"; arnews[2] += "Rock musician Zac Hanson is 24. Don't let anyone catch you humming this today:"; arnews[2] += "
"; arnews[3]="Graeme Watson: Zac Hanson (24)
"; arnews[3] += "Zac Hanson (24) -"; arnews[3] += "
"; arnews[4]="American Cancer Society: RT @morebirthdays Happy Birthday Zac Hanson http://bit.ly/ARV6N #morebirthdays
"; arnews[4] += "RT @morebirthdays Happy Birthday Zac Hanson"; 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("
");