var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Title Deed: How the Book Got its Name
"; arnews[0] += "Westward Ho! was Charles Kingsley's bestseller about buckles being swashed on the Spanish Main."; arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 23:53:23 GMT"; arnews[0] += "
"; arnews[1]="Wealthy Avoid New Jersey
"; arnews[1] += "Study suggests high-tax states pay a stiff price. A new study suggests that states that target the rich for tax hikes may pay a stiff price."; arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Deep Inside Hollywood
"; arnews[2] += "Originally printed 2/4/2010 Kerry and Kristin sittin' in a tree... In the ongoing development saga of the slow-to-boil Dusty Springfield movie, the original question seems to have been definitively answered - and after a protracted period of \"she is\" and then \"oh wait, no she isn't,\" the starring role has gone to Romeo's favorite \"Pushing Daisies\" ..."; arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 13:09:48 GMT"; arnews[2] += "
"; arnews[3]="Elvira is All About Evil
"; arnews[3] += "The latest teaser poster for All About Evil has hit the Net, featuring the Mistress of the Dark herself, Cassandra Peterson."; arnews[3] += "
Publ.Date : Thu, 28 Jan 2010 22:38:22 GMT"; arnews[3] += "
"; arnews[4]="Green (The Circle-Book Zero, The Beginning and the End), by Ted Dekker
"; arnews[4] += "\"If you ask a pedestrian in Seattle who Christians are, they will likely tell you that Christians are judgmental, insensitive, hypocrites who are out of touch with reality... I and my kind are neither bigots nor hate-mongers nor killers nor whatever else those in Seattle... might think Christian means... Our identity is not stamped with any ..."; arnews[4] += "
Publ.Date : Sun, 24 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="Terminator-Sarah Connor Chronicles-2nd Season
"; arnews[5] += "The Mother Of All Destiny. Features: DVD, Widescreen The time: today. The stakes: all our tomorrows."; arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 08:00:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");