var arnews = new Array(7); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Could This Be the Last of 'Ugly Betty'? - Buddytv.com
"; arnews[0] += "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[0] += "
Publ.Date : Thu, 19 Nov 2009 05:41:00 GMT"; arnews[0] += "
"; arnews[1]="Harper's Island - ShockTillYouDrop.com
"; arnews[1] += "Poor boy Henry (Christopher Gorham) and rich girl Trish (Katie Cassidy) are getting married. They have decided to tie the knot on Harper's Island, located 37 miles off the coast of Seattle. Friends and family have gathered for the occasion, including ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");