var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="To see where we started and know it for the first time
"; arnews[0] += "A faded photo of an attractive man in an army uniform winking at the camera as he shows off his pink Cadillac, a fragile and yellowed edition of Leo Tolstoy's War and Peace with notes scribbled in the margins, a worn-out pair of children's ballerina shoes and a child's suede sack holding 10 heavy gold coins with Pope John Paul II's face printed ..."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 07:22:49 GMT"; arnews[0] += "
"; arnews[1]="Comment on Spiders, butt bows, and bridesmaid baditude by wildflower
"; arnews[1] += "I now present to you the winning entry in my little Bad Bridesmaid contest, submitted by a lovely lady who prefers to be known simply as R. for reasons that will soon become obvious."; arnews[1] += "
Publ.Date : Wed, 31 Jan 2007 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="TV Review: The Queen In 3D
"; arnews[2] += "I'M not sure about adding extra dimensions to the Royals. Let's face it, Camilla Parker Bowles in 3D could scar your kids for life."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 12:32:18 GMT"; arnews[2] += "
"; arnews[3]="BC-OBIT-WENDKOS-NYT
"; arnews[3] += "Paul Wendkos, a movie and television director who was best known for the frothy surfer film \"Gidget,\" but whose other productions ranged from the dark and edgy to historical dramas, died Nov."; arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:26:02 GMT"; arnews[3] += "
"; arnews[4]="Omg I Have to Have That Palomita Tee
"; arnews[4] += "Once released, Style Mouse will allow users to click on any item they see on featured videos and buy it."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 01:43:40 GMT"; arnews[4] += "
"; arnews[5]="Asshat Interview of the Day, with Director James Cameron
"; arnews[5] += "Maybe if my hot computer-generated indigenous alien chick is 3D too, I won't have to \"deal\" with real women either! Via Gawker, we find James Cameron offering his infinite wisdom to Playboy about being \"forced to deal with real women\" when discussing the intricacies of creating the perfect computer-generated tits for his upcoming movie, Avatar ."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:39:59 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("
");