var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Diamonds Hit a High Note at the 2010 Grammy Awards - Melodika.net
"; arnews[0] += "DIAMONDS were the top choice of America's most talented musicians at the 52nd Grammy Awards. The artists were outfitted in diamonds across the board for the music industry's biggest night. Diamond jewelry made a harmonious pairing with the musical ..."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 06:56:00 GMT"; arnews[0] += "
"; arnews[1]="Local News Headlines : - Shawano Leader
"; arnews[1] += "A Grammy winner Sunday night has roots right here in the Wolf River region, a connection he’s proud to share. Bill Miller, a Shawano County native, won the Native American Music category for “Spirit Wind North,” an album of flute music that ..."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 11:05:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");