var arnews = new Array(10); totcount = 8; rnd = 1; arnews[0]="Funny People Casey Margolis and Bobby Miller: Reel Good Show
"; arnews[0] += "Superbad and The Hangover. Judd Apatow cast him, so we did, too! This is also the first episode to feature Indy Mogul's cutting edge invention of the soon-to-be-famous 'Cam Bot'..."; arnews[0] += "
Publ.Date : Thu, 30 Jul 2009 15:57:30 GMT"; arnews[0] += "
"; arnews[1]="Funny People Casey Margolis and Bobby Miller: Reel Good Show
"; arnews[1] += "We've got two Funny People for this week's episode. Our guest, Casey Margolis, has appeared in such films as Superbad and The Hangover. Judd Apatow cast him, so we did, too! This..."; arnews[1] += "
Publ.Date : Thu, 30 Jul 2009 15:57:07 GMT"; arnews[1] += "
"; arnews[2]="Funny People Casey Margolis and Bobby Miller
"; arnews[2] += "We've got two Funny People for this week's episode. Our guest, Casey Margolis, has appeared in such films as Superbad and The Hangover. This is also the first episode to feature..."; arnews[2] += "
Publ.Date : Thu, 30 Jul 2009 15:54:45 GMT"; arnews[2] += "
"; arnews[3]="Single Shot: Eponk a.k.a Rizky Zulfian (Majin) live with Caravela @ Japan Carnival Margo 2009
"; arnews[3] += "Eponk is definetely not a newbie in indie j band community I've seen him a lot on stages with so many bands that I forgot what is his real band actually... let..."; arnews[3] += "
Publ.Date : Wed, 01 Apr 2009 07:44:49 GMT"; arnews[3] += "
"; arnews[4]="Dravida goes Karaoke-No Air
"; arnews[4] += "Jordin Sparks No Air Lyrics Tell me how I'm supposed to breathe with no air (air, air) (Ooh ohh ooooh oh oh) If I should die before I wake It's 'cause you took my breath away..."; arnews[4] += "
Publ.Date : Mon, 01 Sep 2008 14:45:29 GMT"; arnews[4] += "
"; arnews[5]="IndyCar: Indy 500 Picks To Win
"; arnews[5] += "Bob Margolis picks his favorites and dark horses for the Indy 500."; arnews[5] += "
Publ.Date : Tue, 20 May 2008 21:00:00 GMT"; arnews[5] += "
"; document.title=document.title+ " "; arnews[6]="IndyCar: How To Win The Indy 500
"; arnews[6] += "Bob Margolis previews the 2008 Indy 500."; arnews[6] += "
Publ.Date : Tue, 20 May 2008 21:00:00 GMT"; arnews[6] += "
"; arnews[7]="Cocosuma "Cinders"
"; arnews[7] += "This is a vid for \"cinders\" which will be on our new album out in january 2008. It was shot by our good friends rudolf and margo. Do check it out."; arnews[7] += "
Publ.Date : Fri, 23 Nov 2007 17:54:30 GMT"; arnews[7] += "
"; totcount = 8; 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("
");