var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="The Letter: 'Sick or injured children, who could be easily treated, are left to die in hundreds'
"; arnews[0] += "\"We are concerned that children are dying in Iraq for want of medical treatment."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:42:25 GMT"; arnews[0] += "
"; arnews[1]="Fear and loathing in Los Angeles
"; arnews[1] += "SINGAPORE : When I travel, there is one respect in which I am totally Singaporean: I am convinced that every other person on a foreign street is a potential mugger."; arnews[1] += "
Publ.Date : Mon, 09 Nov 2009 04:20:05 GMT"; arnews[1] += "
"; arnews[2]="Wednesday's TV Highlights: Valerie Bertinelli gets the 'THS' treatment on E
"; arnews[2] += "SPOKESWOMAN: A new edition of 'The E! True Hollywood Story' profiles actress-author Valerie Bertinelli SERIES Mercy: A brave cancer patient inspires Veronica to face her fear of telling her husband about her affair with Dr."; arnews[2] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Criminal Minds Celebrate 100 episodes
"; arnews[3] += "I love him, he's pretty much the only reason why I watch the show. He's so adorable sometimes."; arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 03:03:03 GMT"; arnews[3] += "
"; arnews[4]="Mac
"; arnews[4] += "Wednesday's TV Highlights: Kelsey Grammer returns on ABC. September 29, 2009 8:00 pm This week's TV Movies NURSES: Michelle Trachtenberg, Taylor Schilling and Jaime Lee Kirchner play front-line nurses in the medical drama 'Mercy' . SERIES The New Adventures of Old Christine: Christine and Richard are shocked by how their former peers have gotten ..."; arnews[4] += "
Publ.Date : Tue, 29 Sep 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Wednesday's TV Highlights: Kelsey Grammer returns on ABC.
"; arnews[5] += "NURSES: Michelle Trachtenberg, Taylor Schilling and Jaime Lee Kirchner play front-line nurses in the medical drama 'Mercy' . SERIES The New Adventures of Old Christine: Christine and Richard are shocked by how their former peers have gotten so, well, old."; arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 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("
");