function rndquote() {
	var quoteArray = new Array(25);
	quoteArray[0] = "&#147;We are extremely satisfied with your service. Great customer service dept. Order promptly filled. Courteous staff. Thanks again for your service.&#148; <br> - Lou McWhorter";
	quoteArray[1] = "&#147;I was extremely impressed with this Site. Found exactly what I had searched the entire web for and came up empty, unitl now!&#148; <br> - J. Nelson";
	quoteArray[2] = "&#147;You have just about the best internet order process that I have experienced. It is very helpful that you have made it so speedy and convienent.&#148; <br> - ";
	quoteArray[3] = "&#147;I am very happy with the speed of service.&#148; <br> - RH Dormandy";
	quoteArray[4] = "&#147;Tell your boss I am happy with your service and delivery.&#148; <br> - D.E.";
	quoteArray[5] = "&#147;I was amazed at your quick delivery, you guys did a great job. My order seemed to appear overnight!&#148; <br> - B.B.";
	quoteArray[6] = "&#147;I never got such great service from your company before.&#148; <br> - Appalachian Rail System";
	quoteArray[7] = "&#147;Great service, wish all competitors would do the same!&#148; <br> - L.C.";
	quoteArray[8] = "&#147;The speed of service is excellent when I can place an order one day and receive the order the next day.&#148; <br> - R.S.";
	quoteArray[9] = "&#147;Time and time again you guys are great with the quick service.&#148; <br> - R.R.";
	quoteArray[10] = "&#147;Woodworker's Supply is an all around excellent company.&#148; <br> - G.G.";
	quoteArray[11] = "&#147;I was shocked about the early delivery, and pleased.&#148; <br> - C.W.";
	quoteArray[12] = "&#147;Nice web site. Quick and straight-forward!&#148; <br> - Mike Behel";
	quoteArray[13] = "&#147;I have ordered from you numerous times and absolutely love your quick order feature on your site. The architect should be commended.&#148; <br> - David";
	quoteArray[14] = "&#147;Thanks for your help this is the only wood working store I will order from and your help proves customer care is still alive.&#148; <br> - Gerardo Figueroa";
	quoteArray[15] = "&#147;I received everything I ordered in a timely fashion. It has been a pleasure dealing with your company. Your website is user friendly, your prices right, and everything went without a hitch.&#148; <br> - Ann Inderbitzin";
	quoteArray[16] = "&#147;Thank You for your super service processing my order I'm very impressed and will look to you for all my future woodworking tool purchases.&#148; <br> - Steve Maloney";
	quoteArray[17] = "&#147;It is so refreshing, in these days, to run across pleasant people who know what they are talking about and know more than how to push buttons.  Thanks for having someone like eric to represent your company.&#148; <br> - Bill Seedorff";
	quoteArray[18] = "&#147;I just wanted to say as a first time customer to your site, I had an awesome experience and the product is fantastic...&#148; <br> - Tim";
	quoteArray[19] = "&#147;Thank you for your personal concern. In this email world, all sorts of cyber-weird-errors can be made, but caring people to follow up are always the answer. I do like doing business with you guys.&#148; <br> - Michael Evans";
	quoteArray[20] = "&#147;This is the way on-line ordering should be.&#148; <br> - David Yurk";
	quoteArray[21] = "&#147;Addtionally, whenever I have placed a phone order I have found the people I dealt with to be pleasant, knowledgeable and helpful, a combination of attributes I can't find anymore.&#148; <br> - David Yurk";
	quoteArray[22] = "&#147;Thank you for making my business a little easier to run.&#148; <br> - Crockett's Cabinetry and Woodworking";
	quoteArray[23] = "&#147;I give you all an A+ . . . best of all of the online firms with whom I do business!&#148; <br> - Watson Burts";
	quoteArray[24] = "&#147;Thank you for having such dedicated and nice employees in your company.&#148; <br> - Walter Greening";
	
	var qte = quoteArray.length;
	var rndNum = Math.floor (Math.random() * qte);
	
	document.write(quoteArray[rndNum]);
	
	return;
}

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
/* Modified to support Opera */
function bookmarksite1(title,url) {
	if (window.sidebar) {
		window.sidebar.addPanel(title, url, "");
	}
	else if(window.opera && window.print){
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
	}
	else if(document.all) {
		window.external.AddFavorite(url, title);
	}
}
function bookmarksite(title,url) {
	if ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4)) {
		window.external.AddFavorite(location.href,document.title);
	}
	else if (navigator.appName == "Netscape") {
		window.sidebar.addPanel(title,url,"");
	}
	else {
		alert("Press CTRL-D (Netscape) or CTRL-T (Opera) to bookmark");
	}
}

function openURL(optVal){
		goURL = '/cgi-bin/search.exe?CTLFIND=' + optVal;
		top.location.href = goURL;
}

function layerOpen() {
	document.getElementById('advtools').style.display = "block";
}
function layerClose() {
	document.getElementById('advtools').style.display = "none";
} 

function whybuy(){
	window.open('http://woodworker.com/whybuy.shtml','WhyBuyFromUs','width=500,height=675,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}

function deal(){
	window.open('http://woodworker.com/promo/2341deal.htm','234_Deal','width=520,height=615,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes');
}

function winpop(){
	window.open('http://woodworker.com/promo/pRebates.htm','Deals','width=500,height=550,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes');
}