var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Star Trek: Deep Space Nine [DSN] : Let He Who is Without Sin...
"; arnews[0] += "Worf and Jadzia have planned a vacation together. At first, they had planned to go to Earth, but then Worf suggested the vacation planet of Risa. By chance, and much to Worf's..."; arnews[0] += "
Publ.Date : Mon, 11 Nov 1996 00:00:00 GMT"; arnews[0] += "
"; arnews[1]="Star Trek: Deep Space Nine [DSN] : Let He Who is Without Sin...
"; arnews[1] += "Worf and Jadzia have planned a vacation together. At first, they had planned to go to Earth, but then Worf suggested the vacation planet of Risa. By chance, and much to Worf's..."; arnews[1] += "
Publ.Date : Mon, 11 Nov 1996 00:00:00 GMT"; arnews[1] += "
"; document.title=document.title+ " "; arnews[2]="Ethan Zohn Undergoes Final Chemo Session
"; arnews[2] += "The Survivor winner, who is battling cancer, is hopeful as he wraps up three months of treatment"; arnews[2] += "
Publ.Date : Thu, 27 Aug 2009 14:00:00 GMT"; arnews[2] += "
"; arnews[3]="Let's Play Final Fantasy VI #05 - He Who Laughs Last
"; arnews[3] += "WARNING: You may want to turn down your speakers for just about this entire episode. I had a little too much fun making this one. In this episode, we get paid a visit by Kefka of..."; arnews[3] += "
Publ.Date : Thu, 02 Jul 2009 13:54:25 GMT"; arnews[3] += "
"; arnews[4]="He Who Smelt It Never Felt It
"; arnews[4] += "Over the last 8 years I have seen thousands of skaters wiping out but this is the first time I have seen a guy hit his head so hard that he lost his sense of smell."; arnews[4] += "
Publ.Date : Sun, 22 Feb 2009 00:02:47 GMT"; arnews[4] += "
"; arnews[5]="Everwood: He Who Hesitates
"; arnews[5] += "To Dr. Brown's dismay, Ephram makes a bold move in an attempt to raise money for a plane ticket to Europe. Meanwhile, Nina can't understand why Dr. Brown has been acting strangely..."; arnews[5] += "
Publ.Date : Tue, 27 Jan 2009 01:32:05 GMT"; arnews[5] += "
"; arnews[6]="He Who Dwells
"; arnews[6] += "Pastor Mike sings his chorus based on Psalm 91:1-2."; arnews[6] += "
Publ.Date : Tue, 18 Nov 2008 14:23:51 GMT"; arnews[6] += "
"; arnews[7]="AFI: He Who Laughs Last
"; arnews[7] += "From the album AFI"; arnews[7] += "
Publ.Date : Wed, 16 Jan 2008 05:13:05 GMT"; arnews[7] += "
"; arnews[8]="He Who Knows Only One Country Knows No Country
"; arnews[8] += "He Who Knows Only One Country Knows No Country Commonwealth Club - The Commonwealth Club of California He Who Knows Only One Country Knows No Country with Karin Eisele.Do today's..."; arnews[8] += "
Publ.Date : Thu, 19 Jul 2007 05:07:54 GMT"; arnews[8] += "
"; arnews[9]="Everwood : He Who Hesitates
"; arnews[9] += "Ephram, in an attempt to raise funds to travel to Europe, sells his music equipment, breaking his father's heart. Nina can't figure why Andy has been acting strange around her,..."; arnews[9] += "
Publ.Date : Mon, 09 May 2005 00:00:00 GMT"; arnews[9] += "
"; totcount = 10; 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("
");