var arnews = new Array(5); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Monday Noontime Update
"; arnews[0] += "Broadway's hit musical \"Rock of Ages\" could be in jeopardy now that former \"American Idol\" finalist Constantine Maroulis is feeling underappreciated."; arnews[0] += "
Publ.Date : Mon, 03 Aug 2009 19:07:01 GMT"; arnews[0] += "
"; arnews[1]="Sunset Stroll on Sunset Drive in Blowing Rock Friday
"; arnews[1] += "Trena McNabb's 'Seasons with Seedling,' a part of her 'Mother Earth' series, is featured at the Morning Star Gallery on Sunset Drive in Blowing Rock."; arnews[1] += "
Publ.Date : Thu, 16 Jul 2009 03:24:51 GMT"; arnews[1] += "
"; arnews[2]="Soap Actress Fired for Refusing to Play in Gay Storyline
"; arnews[2] += "The Advocate is reporting that actress Patricia Mauceri, who since 1995 has played the character Carlotta Vega on the long-running ABC soap opera One Life to Live , has been fired for refusing to allow her character to become involved in an upcoming gay-themed plotline."; arnews[2] += "
Publ.Date : Tue, 30 Jun 2009 01:45:55 GMT"; arnews[2] += "
"; totcount = 3; 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("
");