var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="From Mom's Basement to the Top of the Chart
"; arnews[0] += "A year ago Adam Young was working at a Coca-Cola warehouse near his home in southern Minnesota, struggling to remember melodies in his head as he loaded delivery trucks."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:18:13 GMT"; arnews[0] += "
"; arnews[1]="GM builds auto show buzz
"; arnews[1] += "For General Motors, it's no exaggeration to say that upcoming auto shows in Los Angeles next month, and at Detroit's Cobo Center in January, are the most important in GM's 101-year history."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:40:50 GMT"; arnews[1] += "
"; arnews[2]="Jason Mraz's Beautiful Mess-Live on Earth
"; arnews[2] += "I'm a big fan of Jason Mraz , so when I found out that he would be releasing a live CD/DVD on November 10th, 2009, I was very excited! This date also coincides with my wedding anniversary, so it was an easy year for my husband to figure out the perfect anniversary gift."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 19:24:20 GMT"; arnews[2] += "
"; arnews[3]="General Motors Rolling Out New Strategy For Auto Shows
"; arnews[3] += "Columnist Tom Walsh writes that upcoming auto shows in Los Angeles and Detroit will be the most important in General Motor's 101-year history and the newly reconfigured company is doing things differently than it usually does."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:44:27 GMT"; arnews[3] += "
"; arnews[4]="American Music Awards... another Reward for Keith?
"; arnews[4] += "Keith is nominated for an AMA... and is performing. Well just look who is presenting an award that night... Did she snag a performance slot for the dutiful hubby? He has been such a good boy lately, non? Kidman Popping Up at American Music Awards Today 3:00 PM PST by Marc Malkin Nicole Kidman is coming to the American Music Awards."; arnews[4] += "
Publ.Date : Tue, 26 Feb 2008 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="SLU group to sing a tune
"; arnews[5] += "On Nov. 21, members of Saint Louis University's all-female a cappella group, Beyond All Reason, will be performing their fall concert, \"Here Comes Treble!\" \"We're really excited,\" said senior Jori Tarjan, music director for BAR."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 05:00:00 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("
");