var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="$300 Blue Jeans Prove a Stretch
"; arnews[0] += "The popularity of $300 designer jeans has faded. Now, a pair costs $200 and maybe less, thanks to the recession."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:22:51 GMT"; arnews[0] += "
"; arnews[1]="Military experiment seeks to predict PTSD
"; arnews[1] += "This Sept. 29, 2009 photo shows U.S. Lance Cpl. Chad Phillips, 20, of Geneseo, N.Y., getting his neck measured while taking psychological tests at the Marine Corps Air Ground Combat Center in Twentynine Palms, Calif."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:15:41 GMT"; arnews[1] += "
"; arnews[2]="'To a birdwatcher, one glimpse, one moment is happiness enough'
"; arnews[2] += "Birdwatching a ' when it is non-birdwatchers you are talking to a ' produces an almost uniform reaction: amused condescension, as if the sheer harmlessness of the activity were dangerous or put it beyond the pale as a subject."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:10:13 GMT"; arnews[2] += "
"; arnews[3]="Where the Wild Things Are comes to the cinema
"; arnews[3] += "Director Spike Jonze tells how he turned his favourite childhood book by Maurice Sendak into a film with James Gandolfini Just before interviewing Spike Jonze in Soho, I dart into a bookshop and reread Maurice Sendak's Where the Wild Things Are."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 22:56:08 GMT"; arnews[3] += "
"; arnews[4]="Tom Cruise thanks Hub for royal treatment
"; arnews[4] += "\"Knight & Day\" leading man Tom Cruise took to his Web page yesterday to thank the \"wonderful people of Boston\" for rolling out the red carpet for his cast and crew."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 20:31:18 GMT"; arnews[4] += "
"; arnews[5]="Actor Tom Cruise gives Boston an online high-five
"; arnews[5] += "Tom Cruise, who began filming the locally shot James Mangold action comedy \" Knight & Day \" with Cameron Diaz on Tuesday, Sept."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:13:44 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("
");