var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Vital Statistics
"; arnews[0] += "Each Sunday, the Star-Bulletin publishes Oahu vital statistics for marriage licenses and birth certificates filed with the state Department of Health's Vital Statistics System."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:30:00 GMT"; arnews[0] += "
"; arnews[1]="CCS D-V Girls Volleyball: Mount Madonna conquers Castilleja
"; arnews[1] += "Heading into the Central Coast Section Division V final Saturday, Mount Madonna School girls volleyball coach Gabby Houston-Neville felt more apprehensive than in 2007."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 09:37:48 GMT"; arnews[1] += "
"; arnews[2]="Dynasty intact for Sacred Heart Prep water polo
"; arnews[2] += "Sacred Heart Prep High is the unquestioned giant of Central Coast Section Division II boys and girls water polo."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 06:48:54 GMT"; arnews[2] += "
"; arnews[3]="Red Bulls charge for Bantam gold
"; arnews[3] += "The DCT Chambers Trucking Red Bulls went 4-0 to bring home gold from the Valemount Bantam Rec Tournament last weekend."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:41:58 GMT"; arnews[3] += "
"; arnews[4]="Boys & Girls Basketball Previews: Seymour High School
"; arnews[4] += "Head coach: Scott Miller 2008-09 record: 9-12 Returning varsity players: Zach Toppe, Matt Trimnell, Nolan Fife, Jacob Carmichael, Connor Kirtley 2009-10 outlook: This winter, Seymour boys basketball coach Scott Miller is working with a tight-knit group, and he expects that quality to carry the Owls."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Related Story
"; arnews[5] += "Raise your footwear to thigh-high heights. Above-the-knee boots are fashion forward and the must-have style."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 02:31:11 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("
");