
var swidth=210;

var sheight=150;

var sbcolor="transparent";

var sspeed=5;
var restart=sspeed;
var rspeed=sspeed;
var vsFPS = 20;

var pause=4000;
var spause=pause;
var sstop=9999999;


var singletext = new Array();
singletext[0]=''+
	'<div class="spotlight">'+
		'<div><span>Croswell Farm Bureau Insurance</span>'+
			'<div>'+
				'50  N. Howard Avenue  Suite 3 <br/>'+
				'Croswell, MI  48422 <br/>'+
				'Phone:  810-679-9801 <br/>'+
				'Fax:  810-679-9824 <br/>'+
				'Email:&nbsp;<a href="mailto:wangerb@fbinsmi.com">wangerb@fbinsmi.com</a>'+
			'</div>'+
		'</div>'+
	'</div>';
singletext[1]=''+
	'<div class="spotlight">'+
		'<div><span>Geiger Veterinary Clinic, P.C.</span>'+
			'<div>'+
				'120 North Howard Ave<br/>'+
				'Croswell, MI  48422<br/>'+
				'Phone: 810-679-3883'+
			'</div>'+
		'</div>'+
	'</div>';
singletext[2]=''+
	'<div class="spotlight">'+
		'<div><span>Healthy Pursuits, LLC<br/>Cheryl Loomis</span>'+
			'<div>'+
				'<b>Natural Health and Financial Opportunities<br/>'+
				'A Shaklee Independent Distributor<br/></b>'+
				'110 N. Howard Ave., Ste 5<br/>'+
				'Croswell, MI  48422<br/>'+
				'Phone: 810-679-8151<br/>'+
				'Email:&nbsp;<a href="mailto:healthypursuits@yahoo.com">healthypursuits@yahoo.com</a>'+
			'</div>'+
		'</div>'+
	'</div>';
singletext[3]=''+
	'<div class="spotlight">'+
		'<div><span>Lexington Dental Care</span>'+
			'<div>'+
				'<span>Drs. Thomas Coombs &<br/>Colleen DeLacy</span>'+
				'7305 Huron Ave.<br/>'+
				'Lexington, MI  48450<br/>'+
				'Phone:  810-359-7321<br/>'+
				'Fax: 810-359-7614'+
			'</div>'+
		'</div>'+
	'</div>';
singletext[4]=''+
	'<div class="spotlight">'+
		'<div><span>State Farm Insurance<br/>Jeff Dunsford, Agent</span>'+
			'<div>'+
				'72 ½ N. Howard Ave.<br/>'+
				'Croswell, MI  48422<br/>'+
				'Phone: 810-679-2773<br/>'+
				'Fax:  810-679-2340'+
			'</div>'+
		'</div>'+
	'</div>';
singletext[5]=''+
	'<div class="spotlight">'+
		'<div><span>The Heart of Communications,<br/>Jane White</span>'+
			'<div>'+
				'51 Brown St., Suite 4<br/>'+
				'Croswell, MI  48422<br/>'+
				'Phone: 810-679-2603<br/>'+
				'Email:&nbsp;<a href="mailto:jweblue@greatlakes.net">jweblue@greatlakes.net</a>'+
			'</div>'+
		'</div>'+
	'</div>';
singletext[6]=''+
	'<div class="spotlight">'+
		'<div><span>William G. Oldford Jr., Attorney at Law</span>'+
			'<div>'+
				'901 Huron Ave.<br/>'+
				'Port Huron, MI  48060<br/>'+
				'Phone: 810-985-8171<br/>'+
				'Fax:  810-985-8380 <br/>'+
				'Email:&nbsp;<a href="mailto:oldford@hilldevendorf.com">oldford@hilldevendorf.com</a>'+
			'</div>'+
		'</div>'+
	'</div>';



var ii=0;
var vtpause;
var scrl;
var vpt;
function goup(){if(sspeed!=rspeed*16){sspeed=sspeed*2;restart=sspeed;}}

function start(){
if(document.getElementById){ns6div=document.getElementById('iens6div');ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[0];sizeup=ns6div.offsetHeight;vscroll();}
else if(document.layers){ns4layer=document.ns4div.document.ns4div1;ns4layer.top=sheight;ns4layer.document.write(singletext[0]);ns4layer.document.close();sizeup=ns4layer.document.height;vscroll();}
else if(document.all){iediv=iens6div;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[0];sizeup=iediv.offsetHeight;vscroll();}}

function vscroll(){
	clearTimeout(scrl);
if(document.getElementById){ns6scroll();}
else if(document.layers){ns4scroll();}
else if(document.all){iescroll();}
}

function vpause() {
	clearTimeout(vpt);
	vpt=setTimeout("vpause()",vsFPS);
	clearTimeout(vtpause);
}

function vstart() {
		clearTimeout(vtpause);
		vtpause=setTimeout("vscroll()",100);
		clearTimeout(vpt);
}

function iescroll(){if(iediv.style.pixelTop>0&&iediv.style.pixelTop<=sspeed){iediv.style.pixelTop=0;vtpause=setTimeout("vscroll()",spause);}else 
if(iediv.style.pixelTop>=sizeup*-1){iediv.style.pixelTop-=sspeed+"px";scrl=setTimeout("vscroll()",vsFPS);}else{if(ii==singletext.length-1)ii=0;else ii++;iediv.style.pixelTop=sheight+"px";iediv.innerHTML=singletext[ii];sizeup=iediv.offsetHeight;vscroll();}}
function ns4scroll(){if(ns4layer.top>0&&ns4layer.top<=sspeed){ns4layer.top=0;vtpause=setTimeout("vscroll()",spause);}else 
if(ns4layer.top>=sizeup*-1){ns4layer.top-=sspeed;scrl=setTimeout("vscroll()",vsFPS);}else{if(ii==singletext.length-1)ii=0;else ii++;ns4layer.top=sheight;ns4layer.document.write(singletext[ii]);ns4layer.document.close();sizeup=ns4layer.document.height;vscroll();}}
function ns6scroll(){if(parseInt(ns6div.style.top)>0&&parseInt(ns6div.style.top)<=sspeed){ns6div.style.top=0;vtpause=setTimeout("vscroll()",spause);}else 
if(parseInt(ns6div.style.top)>=sizeup*-1){ns6div.style.top=parseInt(ns6div.style.top)-sspeed+"px";scrl=setTimeout("vscroll()",vsFPS);}
else{if(ii==singletext.length-1)ii=0;else ii++;
ns6div.style.top=sheight+"px";ns6div.innerHTML=singletext[ii];sizeup=ns6div.offsetHeight;vscroll();}}

