var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Haifa accused of racism for Nubian lyrics
";
arnews[0] += "CAIRO: A famous Lebanese pop singer, who normally stirs controversy for her seductive dresses and provocative dancing, has now been accused of singing a song with racist lyrics that compares black Egyptians to monkeys.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:01:18 GMT";
arnews[0] += "
";
arnews[1]="Arab pop diva's 'racist' lyrics hit bad note.
";
arnews[1] += "CAIRO: One of the Arab world's biggest pop stars has provoked outrage after releasing a song that refers to black Egyptians as monkeys.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:18:23 GMT";
arnews[1] += "
";
arnews[2]="Pop diva accused of racist lyrics
";
arnews[2] += "A famous Lebanese pop singer, who normally stirs controversy for her seductive dresses and provocative dancing, has now been accused of singing a song with racist lyrics that compares black Egyptians to monkeys.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Nubian fury at Arab pop star's 'monkey' lyric
";
arnews[3] += "Cairo: One of the Arab world's biggest pop stars has provoked a torrent of outrage after releasing a song which refers to black Egyptians as monkeys.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:13:19 GMT";
arnews[3] += "
";
arnews[4]="Racist slur tarnishes singer's bright star
";
arnews[4] += "One of the Arab world's biggest pop stars has provoked outrage after releasing a song that refers to black Egyptians as monkeys.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 06:21:19 GMT";
arnews[4] += "
";
arnews[5]="Lebanese diva accused of racist lyrics
";
arnews[5] += "School gave voice to Iraqi refugee Nov. 19: Angry and fearful, Haiffaa Ali A arrived in the United States with an uncertain future.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 21:35:05 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("