var tmp;
tmp = document.getElementById('NewsBoxflag');
if(tmp)
{
if(tmp.value == 0)
{
tmp.value = 1;
jsFile="http://www.arabysyndication.com/script/adRequest.js?adSpaceAuth=AQAZbaaYSYZbY4EUDnxH1D3k3bHY1v04ETf%24N%24YqiyU1&category="+OAS_sitepage;
document.write('
');
}
else {
if(tmp.value == 1)
{
document.write('
');
OAS_AD('Middle');
document.write('
');
tmp.value = 2;
}
if(tmp.value == 2)
{
tmp.value = 3;
}
}
}