//***This Header Must Remain Attached ********** You May Not Remove Or Alter This Header*********
//Rotating Textbox Javascript© by John Farquharson daworxwebdesign@yahoo.com                    *
//Completed Tues Oct 15 MMII @ 4:03 P.M. EDST Copyright DaWorx Web Design® MMII (2002)          *  
//Author continues to hold all rights to ownership of this JavaScript - copyright 2002 (MMII)   *
//This script is NOT Linkware or Freeware - May only be used by express written consent of owner*
//***This Header Must Remain Attached ********** You May Not Remove Or Alter This Header*********
document.writeln("<table border='1' bordercolor='#FF0000' bgcolor='#FFFF10' cellpadding='0' cellspacing='0' width='600' height='27'><tr><td>");
document.writeln("<center><font size='1' face='verdana' color='#000000'><b>NOT AT HOME ON WEEKDAYS TO ENJOY OUR LOWER DAYTIME SERVICE CALL AND HOURLY RATES?<br>");
document.writeln("</font></center></tr></td></table><table border='0' bgcolor='#FF0000' cellpadding='0' cellspacing='0' width='600'><tr><td width='120'>");
document.writeln("<center><img src='images/new_01.gif' width='100' height='60' border='0'></center></td><td width='480'>");
document.writeln("<font size='1' face='verdana'><input type='text' name='no_1' size='65' value='•&nbsp;Book a weekend appointment in advance and SAVE $$$$'>");
document.writeln("<input type='text' name='no_2' size='65' value='•&nbsp;ENJOY OUR LOW WEEKDAY SERVICE CALL & HOURLY RATES'>");
document.writeln("<input type='text' name='no_3' size='65' value='•&nbsp;Service NOW available Saturday & Sunday 9:00 AM to 2:00 PM'></font>");
document.writeln("</tr></td></table><table border='1' bordercolor='#FF0000' bgcolor='#FF0000' cellpadding='0' cellspacing='0' width='600' height='25'><tr><td>");
document.writeln("<center><font size='1' face='verdana' color='#FFFF10'><b>TO TAKE ADVANTAGE OF REGULAR PRICES, WEEKEND APPOINTMENTS <u>MUST</u> BE BOOKED IN ADVANCE<br>");
document.writeln("</font></center></tr></td></table>");
var my_text = [ "no_1", "no_2", "no_3" ];
var index = 0;
var my_timeout;
function colorTxtbx(){
	if (index > my_text.length) {index = "0";}
	if ((navigator.appName == "Microsoft Internet Explorer") || (navigator.appName == "Netscape Navigator") && (parseFloat(navigator.appVersion) > "4.6")) {
	window.document.my_list.no_1.style.border = "none";
	window.document.my_list.no_2.style.border = "none";
	window.document.my_list.no_3.style.border = "none";
	window.document.my_list.no_1.style.fontWeight = "bold";
	window.document.my_list.no_2.style.fontWeight = "bold";
	window.document.my_list.no_3.style.fontWeight = "bold";}	
	if ((index == "0") && (navigator.appName == "Microsoft Internet Explorer") || (navigator.appName == "Netscape Navigator") && (parseFloat(navigator.appVersion) > "4.6")) {
	window.document.my_list.no_1.style.background = "#FFFF10";
	window.document.my_list.no_1.style.color = "#FF0000";
	window.document.my_list.no_2.style.color = "#0000FF";
	window.document.my_list.no_2.style.background = "#FF0000";	
	window.document.my_list.no_3.style.color = "#0000FF";
	window.document.my_list.no_3.style.background = "#FF0000";}
	if ((index == "1") && (navigator.appName == "Microsoft Internet Explorer") || (navigator.appName == "Netscape Navigator") && (parseFloat(navigator.appVersion) > "4.6")) {
	window.document.my_list.no_1.style.background = "#FF0000";
	window.document.my_list.no_1.style.color = "#0000FF";
	window.document.my_list.no_2.style.background = "#FFFF10";
	window.document.my_list.no_2.style.color = "#FF0000";
	window.document.my_list.no_3.style.background = "#FF0000";}
	if ((index == "2") && (navigator.appName == "Microsoft Internet Explorer") || (navigator.appName == "Netscape Navigator") && (parseFloat(navigator.appVersion) > "4.6")) {
	window.document.my_list.no_1.style.background = "#FF0000";
	window.document.my_list.no_2.style.background = "#FF0000";
	window.document.my_list.no_2.style.color = "#0000FF";
	window.document.my_list.no_3.style.color = "#FF0000";
	window.document.my_list.no_3.style.background = "#FFFF10";}
	index++;
my_timeout = setTimeout('colorTxtbx();', 3000);
}colorTxtbx();
