var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Well: Running in the Dark
"; arnews[0] += "As the days grow shorter, nighttime runs become part of the runner's routine. The shortest days of the year are almost upon us, leaving most of us who run after work with two options: darkness or the treadmill."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:33:55 GMT"; arnews[0] += "
"; arnews[1]="Carrie Underwod, Snow Patrol tops on Vail Valley radio
"; arnews[1] += "KSKE 101.7, 97.5, 95.3 1. \"Cowboy Casanova,\" by Carrie Underwood 2. \"Runaway,\" by Love and Theft 3. \"Bonfire,\" by Craig Morgan 4. \"Do I,\" by Luke Bryan 5. \"Fifteen,\" by Taylor Swift 6. \"I'm Alive w/ Dave Matthews,\" by Kenny Chesney 7. \"Toes,\" by Zac Brown Band 8. \"Need You Now,\" by Lady Antebellum 9. \"Welcome to the Future,\" by Brad Paisley 10."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:24:58 GMT"; arnews[1] += "
"; arnews[2]="Social Media Roundup for November 20, 2009
"; arnews[2] += "It's the Social Media Roundup!A The only roundup that can be seen from space.* *viewability dependent on access to internet connection, computer, and space shuttle."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:10:54 GMT"; arnews[2] += "
"; arnews[3]="'Rock Band' (ALL) to Get Petty 6-pack, Go-Go's, Kelly Clarkson, And P!nk
"; arnews[3] += "Rock Band 2 builds upon the original to introduce co-op band gameplay, multiple instruments, online multiplayer, unparalleled downloadable content and raises the bar by delivering an entirely new level of depth, connectivity, authenticity and features."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 19:49:05 GMT"; arnews[3] += "
"; arnews[4]="Ironic - Alanis Morissette
"; arnews[4] += "Alanis Morissette was one of the most unlikely stars of the mid-'90s. A former child actress turned dance-pop diva, Morissette later transformed herself into a confessional alternative singer/songwriter in the vein of Liz Phair and Tori Amos."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 10:14:58 GMT"; arnews[4] += "
"; arnews[5]="All the tracks lead you to heartbreak.
"; arnews[5] += "Best break up albums of all time? So, I recently went through a heart-rending breakup."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:26:36 GMT"; arnews[5] += "
"; arnews[6]="Friendly Misfire
"; arnews[6] += "So you're standing in line at the Whole Foods and in front of you is a pair of stoned thirtysomething guys, jibber-jabbering about vasectomies, angry Jesus and Stalin's secret monkey army."; arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 20:21:16 GMT"; arnews[6] += "
"; totcount = 7; 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("
");