var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Citronelle artist is craft show chair
"; arnews[0] += "The Port City Craftsmen Winter Holiday Arts and Craft Show has many new and different crafts this year - as well as some items patrons have learned to look for because of their exceptional beauty and quality."; arnews[0] += "
Publ.Date : Sun, 08 Nov 2009 13:08:26 GMT"; arnews[0] += "
"; arnews[1]="Local college roundup
"; arnews[1] += "Cal Poly Pomona placed fifth in both the men's and women's competitions at the NCAA Division II West Region Championship Saturday at Speedway Meadows on San Francisco."; arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 06:55:49 GMT"; arnews[1] += "
"; arnews[2]="Best team money can buy? Credit Cashman
"; arnews[2] += "The aroma that one perceived, as one walked off the field and inside toward the home clubhouse in the moments after the Yankees had won their 27th World Series on Wednesday night, was strong."; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 20:50:35 GMT"; arnews[2] += "
"; arnews[3]="Thinking inside the box
"; arnews[3] += "Yes, there are a lot of specialty channels. And, yes, there is a lot to see on those specialty channels."; arnews[3] += "
Publ.Date : Wed, 14 Feb 2007 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Worth every penny
"; arnews[4] += "He signed with the Yankees last winter for a record $161 million, his favorite character on Entourage is Turtle and, once upon a time, he received a scholarship offer to play football at Southern Cal."; arnews[4] += "
Publ.Date : Wed, 21 Oct 2009 17:40:46 GMT"; arnews[4] += "
"; arnews[5]="Campus Life 5.0
"; arnews[5] += "But this year Cal Poly Pomona has a legitimate chance to break through. The conference meet will be held in McKinleyville, just north of Humboldt State on Saturday."; arnews[5] += "
Publ.Date : Tue, 20 Oct 2009 05:29:59 GMT"; arnews[5] += "
"; totcount = 6; 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("
");