<!-- 
// [url]www.wino.ws[/url] & [email]script@wino.ws[/email] 
//_________________________ 
var $id1 = "data_include2"; 
var $time1 = 5 // 1 = 1 second 

var $img_loading1 = '<img src="file/progressbar_microsoft.gif">'; 
var $msg1 = '<br>جاري التحميل....'; 
//_________________________ 
var http_request2 = false; 

include = function($url1,$method1,$send1){ 
if(!$url1)return false; 
if(!$method1)$method1 = "GET"; 
if(!$send1)$send1 = null; 
document.getElementById($id1).innerHTML = $img_loading1+$msg1; // dellet  
http_request = false; 
if (window.XMLHttpRequest2) {  
    http_request2 = new XMLHttpRequest2(); 
    if (http_request2.overrideMimeType) { 
         http_request2.overrideMimeType('text/xml'); 
        } 
    } else if (window.ActiveXObject) {  
    try { 
        http_request2 = new ActiveXObject("Msxml2.XMLHTTP"); 
        } catch (e) { 
        try { 
        http_request2 = new ActiveXObject("Microsoft.XMLHTTP"); 
        } catch (e) {} 
    } 
} 
if (!http_request2) { 
        alert('Cannot create XMLHTTP'); 
        document.getElementById($id1).innerHTML = ""; 
        return false; 
    } 
    http_request2.onreadystatechange = alertContents2; 
    http_request2.open($method1, $url1, true); 
    http_request2.setRequestHeader('Content-Type', 'text/html; charset=utf-8'); 
    http_request2.send($send1); 
} 
function alertContents2() { 
    if (http_request2.readyState == 4) { 
        if (http_request2.status == 200) { 
            document.getElementById($id1).innerHTML = http_request2.responseText; 
        } else { 
            alert('There was a problem with the request.'); 
            document.getElementById($id1).innerHTML = ""; 
            return false 
        } 
    } 
} 
window.setInterval(function(){include('picall.php')},1000*$time1);
//-->

<!--
var startopacity=40;function fadeIt(obj,direct){if(window.timer){clearInterval(timer);}
tobj=obj;drct=direct;timer=setInterval("flowfilter(tobj,drct);",5);}
function flowfilter(thing,dct){if(dct==1){if(thing.filters.alpha.opacity<100){thing.filters.alpha.opacity+=5;}else{clearInterval(timer);}}
if(dct==2){if(thing.filters.alpha.opacity>startopacity){thing.filters.alpha.opacity-=5;}else{clearInterval(timer);}}}//-->
