
//ENTER CONTENT TO SCROLL BELOW.
var content='<p><font face="Verdana" size="2"><font color="#B10000"><b>1859:</b></font><br><b>Edwin Drake</b> drills the first producing oil well, in Titusville, PA.</a></p><p><b><font color="#B10000">1870:</b></font><br><b>John D. Rockefeller</b> enters the oil refining business; forms Standard Oil (Cleveland, OH) to produce kerosene, for lighting purposes </a></p><p><b><font color="#B10000">1873:</b></font><br><b>The Nobel</b> family (minus Alfred, the dynamite inventor, who established the  famous Nobel Prizes) drills for oil in the Baku area, present Azerbaijan<br></a></p><p><b><font color="#B10000">1882:</b></font><br><b>Thomas Alva Adison</b> invents the electric light bulb, endangering future petroleum markets</a></p><p><b><font color="#B10000">1885:</b></font><br><b>The Rotschilds</b> develop petroleum in Russia<br><b>Royal Dutch</b> develops petroleum in Sumatra (Indonesia)</p><p><b><font color="#B10000">1892:</b></font><br><b>Marcus Samuel</b> forms Shell, to transport petroleum through Suez Canal</p><p><b><font color="#B10000">1896:</b></font><br>Invention of the automobile <b>(Daimler and Benz, Germany)</b> resurrects the market for petroleum</p><p><b><font color="#B10000">1901:</b></font><br>Petroleum discovered in <b>Persia (Iran)</b></p><p><b><font color="#B10000">1907:</b></font><br>Merger of <b>Shell and Royal Dutch </b></p><p><b><font color="#B10000">1908:</b></font><br>Petroleum boom in <b>Persia</b></p><p><b><font color="#B10000">1910:</b></font><br>Petroleum boom in <b>Mexico</b></p><p><b><font color="#B10000">1911:</b></font><br>Dissolution of Rockefeller-owned Standard Oil cartel to form smaller oil companies, which eventually became Exxon, Mobil, Amoco, Sohio, Chevron, etc.</p><p><b><font color="#B10000">1922:</b></font><br>Petroleum boom in <b>Venezeula</b></p><p><b><font color="#B10000">1927:</b></font><br>Petroleum boom in <b>Iraq</b></p><p><b><font color="#B10000">1933:</b></font><br>Standard Oil of California (Chevron) gets heavily involved in drilling for oil in <b>Saudi Arabia</b></p><p><b><font color="#B10000">1938:</b></font><br>Petroleum boom in <b>Saudi Arabia and Kuwait</b></p><p><b><font color="#B10000">1956:</b></font><br>Petroleum boom in <b>Algeria and Nigeria</b></p><p><b><font color="#B10000">1959:</b></font><br>Petroleum boom in <b>Libya</b></p><p><b><font color="#B10000">1960:</b></font><br>Formation of <b>OPEC</b></p><p><b><font color="#B10000">1968:</b></font><br>Petroleum discovered in <b>Alaska (Prudhoe Bay)</b> but not exploited until 1977</p><p><b><font color="#B10000">1969:</b></font><br>Petroleum discovered in the <b>Northsea</b> but not exploited until 1975</p><p><b><font color="#B10000">1973:</b></font><br>First "Energy Crisis": Arab oil embargo against the US in retaliation for US support of Israel in the Yom Kippum War</p><p><b><font color="#B10000">1979:</b></font><br>Second "Energy Crisis": <b>Iranian Revolution</b> causes major disruptions in oil supply from the Persian Gulf</p><p><b><font color="#B10000">1980:</b></font><br>OPEC troubles begin: <b>Iran/Iraq War</b></p><p><b><font color="#B10000">1982:</b></font><br>OPEC establishes production quotas (and has occasional difficulties in having the member countries abide by them)</p><p><b><font color="#B10000">1990:</b></font><br>Third (mini) "Energy Crisis": <b>Iraq invades Kuwait</b>, causing another major disruption in oil supplies from the Persian Gulf</p><p><b><font color="#B10000">1998:</b></font><br>The <b>Baku region</b> (and the <b>Caspian Sea</b> in general) again becomes the focus of interest of oil companies; may turn out to be the "Persian Gulf of the 21st century," but the key issue is how to transport all this oil to the open seas and the world markets</p><p><b><font color="#B10000">1999:</b></font><br>Petroleum is again as inexpensive as bottled water, and as cheap as it was before the energy crises of the 1970s. How long will such a situation last this time around?</p></font>';

var boxheight=180;        // BACKGROUND BOX HEIGHT IN PIXELS.
var boxwidth=130;         // BACKGROUND BOX WIDTH IN PIXELS.
var boxcolor="#FFFFFF";   // BACKGROUND BOX COLOR.
var speed=81;             // SPEED OF SCROLL IN MILLISECONDS (1 SECOND=1000 MILLISECONDS)..
var pixelstep=2;          // PIXELS "STEPS" PER REPITITION.
var godown=false;         // TOP TO BOTTOM=TRUE , BOTTOM TO TOP=FALSE

// DO NOT EDIT BEYOND THIS POINT

var outer,inner,elementheight,ref,refX,refY;
var w3c=(document.getElementById)?true:false;
var ns4=(document.layers)?true:false;
var ie4=(document.all && !w3c)?true:false;
var ie5=(document.all && w3c)?true:false;
var ns6=(w3c && navigator.appName.indexOf("Netscape")>=0)?true:false;
var txt='';
if(ns4){
txt+='<table cellpadding=0 cellspacing=0 border=0 height='+boxheight+' width='+boxwidth+'><tr><td>';
txt+='<ilayer name="ref" bgcolor="'+boxcolor+'" width='+boxwidth+' height='+boxheight+'></ilayer>';
txt+='</td></tr></table>'
txt+='<layer name="outer" bgcolor="'+boxcolor+'" visibility="hidden" width='+boxwidth+' height='+boxheight+'>';
txt+='<layer  name="inner"  width='+(boxwidth-4)+' height='+(boxheight-4)+' visibility="hidden" left="2" top="2" >'+content+'</layer>';
txt+='</layer>';
}else{
txt+='<div id="ref" style="position:relative; width:'+boxwidth+'; height:'+boxheight+'; background-color:'+boxcolor+';" ></div>';
txt+='<div id="outer" style="position:absolute; width:'+boxwidth+'; height:'+boxheight+'; visibility:hidden; background-color:'+boxcolor+'; overflow:hidden" >';
txt+='<div id="inner"  style="position:absolute; visibility:visible; left:2px; top:2px; width:'+(boxwidth-4)+'; overflow:hidden; cursor:default;">'+content+'</div>';
txt+='</div>';
}
document.write(txt);

function getElHeight(el){
if(ns4)return (el.document.height)? el.document.height : el.clip.bottom-el.clip.top;
else if(ie4||ie5)return (el.style.height)? el.style.height : el.clientHeight;
else return (el.style.height)? parseInt(el.style.height):parseInt(el.offsetHeight);
}

function getPageLeft(el){
var x;
if(ns4)return el.pageX;
if(ie4||w3c){
x = 0;
while(el.offsetParent!=null){
x+=el.offsetLeft;
el=el.offsetParent;
}
x+=el.offsetLeft;
return x;
}}

function getPageTop(el){
var y;
if(ns4)return el.pageY;
if(ie4||w3c){
y=0;
while(el.offsetParent!=null){
y+=el.offsetTop;
el=el.offsetParent;
}
y+=el.offsetTop;
return y;
}}

function scrollbox(){
if(ns4){
inner.top+=(godown)? pixelstep: -pixelstep;
if(godown){
if(inner.top>boxheight)inner.top=-elementheight;
}else{
if(inner.top<2-elementheight)inner.top=boxheight+2;
}}else{
inner.style.top=parseInt(inner.style.top)+((godown)? pixelstep: -pixelstep)+'px';
if(godown){
if(parseInt(inner.style.top)>boxheight)inner.style.top=-elementheight+'px';
}else{
if(parseInt(inner.style.top)<2-elementheight)inner.style.top=boxheight+2+'px';
}}}

window.onresize=function(){
if(ns4)setTimeout('history.go(0)', 400);
else{
outer.style.left=getPageLeft(ref)+'px';
outer.style.top=getPageTop(ref)+'px';
}}

window.onload=function(){
outer=(ns4)?document.layers['outer']:(ie4)?document.all['outer']:document.getElementById('outer');
inner=(ns4)?outer.document.layers['inner']:(ie4)?document.all['inner']:document.getElementById('inner');
ref=(ns4)?document.layers['ref']:(ie4)?document.all['ref']:document.getElementById('ref');
elementheight=getElHeight(inner);
if(ns4){
outer.moveTo(getPageLeft(ref),getPageTop(ref));
outer.clip.width=boxwidth;
outer.clip.height=boxheight;
inner.top=(godown)? -elementheight : boxheight-2;
inner.clip.width=boxwidth-4;
inner.clip.height=elementheight;
outer.visibility="show";
inner.visibility="show";
}else{
outer.style.left=getPageLeft(ref)+'px';
outer.style.top=getPageTop(ref)+'px';
inner.style.top=((godown)? -elementheight : boxheight)+'px';
inner.style.clip='rect(0px, '+(boxwidth-4)+'px, '+(elementheight)+'px, 0px)';
outer.style.visibility="visible";
}
setInterval('scrollbox()',speed);
}
