var bannerwidth=900 
var bannerheight=10 
var roll=3
var scrdelay=1
var bannercontents='<font size="small" face="Arial" font color="#1C73AA">The Company was founded as a partnership in 1939 to repair speedometers, clocks and speedometer cables to later become known as Speedometer Screenwiper Services. One of the partners, John Joseph McHale went on to become a genuine pioneer of the Australian Automotive Industry, being directly responsible for the establishment and development of several Component Manufacturing Companies that are still an integral part of industry today. With the co-operation of a number of U.S. &amp; European manufacturers, <font color="red">Speedscreen</font> has become a prominent company in Manufacturing and the Distribution of many specialized product lines on a National basis. These product lines include Automotive &amp; Industrial Instrumentation, Speedometer &amp; Tachometer Drive Cables, Push Pull &amp; Remote Control Cables, Pressure Switches and Windshield Wiper products among other things. Whilst the Company has continued to develop and expand its Manufacturing skills, it remains an aggressive and enterprising representative of many world wide Manufacturers and complementary product lines. We are proud of our achievements over the past 70 years and look forward to the continued development of our business benefiting our customers, suppliers and employees.</font>'

if (document.all) document.write('<marquee scrollAmount='+roll+' scrolldelay='+scrdelay+' style="width:'+bannerwidth+'">'+bannercontents+'</marquee>') 

function recycle()
	{ window.location.reload() 
	} 

function recycle2(){ 
	if (document.layers){
 		setTimeout("window.onresize=recycle",450)
  		intializebanner()
	} 
} 

function intializebanner(){ 
	document.rollingbanner1.document.rollingbanner2.document.write('<nobr>'+bannercontents+'</nobr>') 
	document.rollingbanner1.document.rollingbanner2.document.close() 
	textlength=document.rollingbanner1.document.rollingbanner2.document.width 
	rolltext() 
};
function rolltext(){ 
	if (document.rollingbanner1.document.rollingbanner2.left>=textlength*(-1)){ 
		document.rollingbanner1.document.rollingbanner2.left-=speed 
		setTimeout("rolltext()",100) 
	} else{ 
		document.rollingbanner1.document.rollingbanner2.left=bannerwidth 
		rolltext() 
	}
	 
};
