var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Analysis: 2009 transformed US racial dynamics
"; arnews[0] += "The year began with a harmonious glow at the inauguration of the first black president, as America marked a stunning victory over its racial demons."; arnews[0] += "
Publ.Date : Thu, 31 Dec 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="How Padma Lakshmi Stays Fit
"; arnews[1] += "Between hosting Bravo's Top Chef and designing her new jewelry line, Padma Lakshmi champions a particularly personal cause: endometriosis awareness."; arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 21:36:35 GMT"; arnews[1] += "
"; arnews[2]="Polscape
"; arnews[2] += "\"Over 99 per cent of party members are believers, like to perform religious rituals.\" - Former CPI MP K.S. Manoj, a Latin Catholic, protests against the inflexible party stand on religion in Prakash Karat's - rectification document'. Fellow Levellers After demonstrating his advanced skills in billingsgate, Deve Gowda is now pursuing political ..."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 10:57:41 GMT"; arnews[2] += "
"; arnews[3]="'Mature' women top 'desirables' list
"; arnews[3] += "Montreal actress Emmanuelle Chriqui has been voted the world's most desirable woman in Askmen.com's annual poll."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 08:13:49 GMT"; arnews[3] += "
"; arnews[4]="Strange Sauce: The week in national food news
"; arnews[4] += "Proving that pot isn't going up in smoke, MedGrow Cannibis College, located in Southfield, Michigan, is up and running with its multiple hour program that teaches students how to grow medical marijuana."; arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 04:49:09 GMT"; arnews[4] += "
"; arnews[5]="20% off celebrity style at South Moon Under
"; arnews[5] += "This month's issue of People Style Watch features celeb inspired favorites for under $100 from South Moon Under ."; arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 07:57:21 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("
");