var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Iranian-Americans galvanized by election protests
";
arnews[0] += "Patriotic Persian music blasted from the car that led thousands of demonstrators down Westwood Boulevard one recent afternoon, past Persian restaurants and bookstores.";
arnews[0] += "
Publ.Date : Sun, 02 Aug 2009 06:01:46 GMT";
arnews[0] += "
";
arnews[1]="On The Lionel Show: Tuesday, July 28, 2009 CE
";
arnews[1] += "By Lionel Traditional colonialism was characterized by three features: ultimate decision-making rested with the occupying power instead of the indigenous client government; the personnel of the colonial administration were governed by different laws and institutions than the colonial population; and the local political economy was shaped to serve ...";
arnews[1] += "
Publ.Date : Mon, 27 Jul 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Unrest in Tehran
";
arnews[2] += "After a hotly contested election pitting President Mahmoud Ahmadinejad against leading challenger Mir Hossein Mousavi, the government declared Ahmadinejad the winner on June 13.";
arnews[2] += "
Publ.Date : Wed, 10 Jun 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Iranian Americans hope for a greater voice in U.S.
";
arnews[3] += "Patriotic Persian music blasted from the car that led thousands of demonstrators down Westwood Boulevard one recent afternoon, past Persian restaurants and bookstores.";
arnews[3] += "
Publ.Date : Tue, 21 Jul 2009 06:57:00 GMT";
arnews[3] += "
";
arnews[4]="Live Q&A, Noon ET
";
arnews[4] += "This photo released by the official website of the Iranian supreme leader's office shows Iranian supreme leader Ayatollah Ali Khamenei during his meeting with Iranian parliamentarians, unseen, in Tehran, Iran, Wednesday, June 24, 2009.";
arnews[4] += "
Publ.Date : Thu, 25 Jun 2009 16:01:21 GMT";
arnews[4] += "
";
arnews[5]="Facebook Revolution
";
arnews[5] += "WW Editor Mark Zusman answers your questions about our coverage. 41 comments BY JAMES PITKIN jpitkin at wweek dot com PEACE VIGIL: Images from the June 19 rally for the Iranian people at Portland State University.";
arnews[5] += "
Publ.Date : Wed, 17 Jun 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="U.S. Iranians unite over election turmoil
";
arnews[6] += "The turmoil surrounding Iran's presidential election is uniting U.S. citizens of Iranian descent, political activists said.";
arnews[6] += "
Publ.Date : Sat, 20 Jun 2009 20:15:00 GMT";
arnews[6] += "
";
arnews[7]="South Florida Iranians unite to protest country's elections results
";
arnews[7] += "Over a seaweed salad lunch at work in Sunny Isles Beach, Ghazal Yazdanparast became transfixed by the Internet images, e-mails and postings of the sprawling protests in Iran.";
arnews[7] += "
Publ.Date : Sat, 20 Jun 2009 14:32:40 GMT";
arnews[7] += "
";
arnews[8]="South Fla. Iranians unite amid turmoil
";
arnews[8] += "Over a seaweed salad lunch at work in Sunny Isles Beach, Ghazal Yazdanparast became transfixed by the Internet images, e-mails and postings of the sprawling protests in Iran.";
arnews[8] += "
Publ.Date : Sat, 20 Jun 2009 05:09:35 GMT";
arnews[8] += "
";
totcount = 9;
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("