var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Dallas 362 - IFC
"; arnews[0] += "Dallas 362 also features supporting performances from Marley Shelton, Selma Blair, Freddy Rodriguez, and Heavy D."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:49:00 GMT"; arnews[0] += "
"; arnews[1]="Could This Be the Last of 'Ugly Betty'? - Buddytv.com
"; arnews[1] += "First off is Gio (Freddy Rodriguez), then Daniel (Eric Mabius) and finally Henry (Christopher Gorham). Oddly enough, there was no mention of Matt (Daniel Eric Gold). Is his love triangle angle going to lean towards Amanda's side? The insiders went on ..."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 05:41:00 GMT"; arnews[1] += "
"; arnews[2]="A Conversation with MACHETE's ELECTRA AVELLAN - FANGORIA
"; arnews[2] += "I was fortunate enough to meet Electra Avellan at the Spooky Empire convention in Orlando, Florida recently, and she was kind enough to talk with me about her career, inspirations, favorite movies and actors, and also what it's like to be a part of ..."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");