var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Charles W. Merritt: Melissa Etheridge to Legally Wed Tammy Lynn Michaels
"; arnews[0] += "Melissa Etheridge to Legally Wed Tammy Lynn Michaels -"; arnews[0] += "
"; arnews[1]="Nicholas: A recap of Melissa Etheridge and Tammy Lynn Michaels' appearance on Oprah...
"; arnews[1] += "A recap of Melissa Etheridge and Tammy Lynn Michaels' appearance on Oprah... -"; arnews[1] += "
"; arnews[2]="DNC State Blogger Corps: Tammy Lynn Michaels heads for the back of the bus
"; arnews[2] += "Tammy Lynn Michaels heads for the back of the bus -"; arnews[2] += "
"; arnews[3]="Etheridge's Wife Tammy Lynn Michaels Claims Rick Warren 'Loves Gays'
"; arnews[3] += "Etheridge's Wife Tammy Lynn Michaels Claims Rick Warren 'Loves Gays' -"; arnews[3] += "
"; arnews[4]="Etheridge's Wife Tammy Lynn Michaels Claims Rick Warren 'Loves Gays'
"; arnews[4] += "Etheridge's Wife Tammy Lynn Michaels Claims Rick Warren 'Loves Gays' -"; 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("
");