var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Christmas Song - Celine Dion
"; arnews[0] += "Rising from humble beginnings in the small town of Charlemagne, Quebec, Celine Dion became one of the biggest international stars in pop music history, selling more than 100 million albums worldwide."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:43:21 GMT"; arnews[0] += "
"; arnews[1]="Gr... - David Foster / Natalie C...
"; arnews[1] += "Born in Victoria, British Columbia, Foster began studying piano at the age of five, and just eight years later enrolled in the University of Washington's music program."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 06:28:18 GMT"; arnews[1] += "
"; arnews[2]="Carol Of The Bell... - David Fos...
"; arnews[2] += "Born in Victoria, British Columbia, Foster began studying piano at the age of five, and just eight years later enrolled in the University of Washington's music program."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 05:40:36 GMT"; arnews[2] += "
"; arnews[3]="O Holy Night - Josh Groban
"; arnews[3] += "Pop and classical singer Josh Groban made his debut in the seventh grade, but then put music aside for a few years until he enrolled at the Interlochen Arts Program."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:27:59 GMT"; arnews[3] += "
"; arnews[4]="Like usual, Magic's Carter will hear plenty of boos in Toronto
"; arnews[4] += "Vince Carter laughed as he watched as many as FOUR of his prankster teammates attempt to pin Dwight Howard to the floor while another tried hog-tying him with white athletic tape."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:38:46 GMT"; arnews[4] += "
"; arnews[5]="R. Kelly's New Album 'Untitled' In Stores December 1
"; arnews[5] += "Grammy-winning recording artist R. Kelly is set to release his tenth studio album, Untitled on Jive Records on December 1. The Chicago native is currently headlining the sold-out \"Ladies Make Some Noise!\" tour and is already making a lasting impression on the Billboard charts with all-new material from the album."; arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 02:43:09 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("
");