﻿<!--

var news = new Array();
news[0]="NSDL organized a round table about the democratic system in Palestine";
news[1]="NSDL organized a round table about the democratic system in Palestine "; 
news[2]="General carried out a training course in communication and networking skills and scientific research ";
news[3]="National Society for Democracy and Law precedence on children work in tunnels "; 
news[4]="National Society for Democracy and the law condemns the feet of the occupation to open a dam and Wadi Gaza ";
news[5]=" ";

var i=0;
while(i<news.length){
document.write(news[i]+'&nbsp;&nbsp;&nbsp;'+"*"+'&nbsp;&nbsp;&nbsp;');
++i;
}

 