//************This Header Must Remain Attached ********** You May Not Remove This Header******
//Image Textbox RotaterŠ by John Farquharson daworxwebdesign@yahoo.com                       *
//Completed Tues Sept 25 MMII @ 6:16 P.M. EDST Copyright DaWorx Web DesignŽ MMI (2002)       *
//Author continues to hold all rights to ownership of this JavaScript - copyright 2002 (MMII)*
//Tested in Internet Explorer 5.5 / Netscape 4.6 - 6.1 / Opera 6.0 - SCRIPT IS NOT FREEWARE  *
//************This Header Must Remain Attached ********** You May Not Remove This Header******
document.writeln("<center><table border='1' bordercolor='#0000FF' cellpadding='0' cellspacing='0' width='350'><tr><td><center><table border='0' cellpadding='0' cellspacing='0' width='350'><tr><td width='130'><center><a href='whatwedo.html'><img src='../images/0001.gif' name='the_image' width='100' height='75' alt='CLICK HERE to view all the locksmith goods and services we provide' border='0' onMouseOver='clearTimeout(the_timeout); status=the_txt[a];return true;' onMouseOut='spinMe(); status=\"\"' onMouseClick='clearTimeout(the_timeout);'></a></center></td><td width='220'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font size='1' face='verdana' color='#0000FF'><b><u>A Perfect Pick Locksmiths</u><br>Installation, Service &#38; Supply Of:</b></font>&nbsp;<input type='text' size='25' name='your_text' readonly></tr></td></table></tr></td></table></center>");
var the_txt = [ " <= Deadbolts", " <= Key-In-Knob Lock Sets", " <= Doors -Hung/Repaired", " <= Mortise/Rim Cylinders", " <= Panic Exit Devices", " <= Door Closers", " <= Throw-Up Deadbolts", " <= Wrap Around Plates", " <= And Much More" ];
var my_image = [ "images/deadbolt_sm.jpg", "images/orbital_1.jpg", "images/door.gif", "images/mortise_rim_cylinder_sm.gif", "images/panic_bar.gif", "images/door_closer.gif", "images/throw_up_deadbolt.gif", "images/wrap_around.gif", "images/more.gif" ];
var delay = 4500;
var a = 0;
var an_image = new Image();
	an_image.src = my_image[a];
var the_timeout;
function spinMe(){
	if ((a >= my_image.length) && (a >= the_txt.length)) {a = "0";}
	window.document.my_list.the_image.src = my_image[a];
	window.document.my_list.your_text.value = the_txt[a];
	a++;
       	the_timeout = setTimeout('spinMe();', delay);}
	spinMe();

