	var tmp;
	tmp = document.getElementById('NewsBoxflag');
	if(tmp)
	{
		if(tmp.value == 0)
		{
			tmp.value = 1;


jsFile='http://www.arabysyndication.com/script/adRequest.js?adSpaceAuth=AYio5QQStFVepBJgvFkABiEiakQHXxZAy8HAcfYphCiU&category='+OAS_sitepage;
document.write('<br /><center><script type="text/javascript" src='+ jsFile +'></scr' + 'ipt><br /></center>');

}
                else {
                 if(tmp.value == 1)
		          {
document.write('<br /><center>');
                    OAS_AD('Middle');
document.write('<br /></center>');
                    tmp.value = 2;
                 }
if(tmp.value == 2)
		           {
                 tmp.value = 3;
                 }
                }
	}