var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Kiss and sell: In infamy, opportunity
"; arnews[0] += "And just like that, the American right's romance with Carrie Prejean appears to be over."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:51:08 GMT"; arnews[0] += "
"; arnews[1]="Find clients who fit and avoid those who don't
"; arnews[1] += "Most businesses know what they do best in terms of service and capabilities, yet too many pursue and then keep clients who require them to operate outside their realm of expertise."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Editorial: MTA chief will get an earful during visit
"; arnews[2] += "When the new chief executive officer of the Metropolitan Transportation Authority rolls through the Mid-Hudson Valley early next month, he'll undoubtedly face some tough questions - and he had better have some good answers."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Northridge beauty contestant balances cultures
"; arnews[3] += "Holly Dagres As she has almost each year since childhood, Holly Dagres spent last summer in Tehran wearing a chador, the traditional long black cloak that covers a woman's body completely, leaving only her hands and face visible."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Alley, Conan feud
"; arnews[4] += "QUOTE OF THE WEEK: \"That guy acts like I bit his d--- off.\" Kirstie Alley tweets Star Jones to say she's very cross with Conan O'Brien and tired of his fat jokes."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="35 the new sweet spot
"; arnews[5] += "It is a coupling seemingly primed by Pluto, God of Wealth: Menswear marketer meet the new hipster."; arnews[5] += "
Publ.Date : Sat, 28 Apr 2007 07: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("
");