// JavaScript Document


function init()
{
	updateValues();
	setInterval('updateValues()',1000);
	blank();
	id=setInterval('blank()',1000);   
//----------picture filtering timeset----------------------- 
    picid=setInterval('repeat()',37000); 
}


function updateValues()
{
	var e = document.createElement("script");
	e.src = "http://www.jopetrol.jo/data.php";
	e.type="text/javascript";
	document.getElementsByTagName("head")[0].appendChild(e) ; 	
	count++; 
	if(count>5) stopp();
}
	
function blank()
{
	document.getElementById('stockPrice').innerHTML="";
}
	

function repeat()
{
	EndCount++;
    End();
}	