
// check the depth property
// @see ContextNavigation.js
var root_path = ".";
var image_path = "images";
if (depth == 1) {
	root_path = "..";
	image_path = "../images";
} else if (depth == 2) {
	root_path = "../..";
	image_path = "../../images";
}

document.write(
'<div id="FooterContent"><div id="FooterLinks_FooterContent"><div id="FooterLinks_FooterHyperLinks"><a onmouseover="window.status=\'Contact Us\';return true" onmouseout="window.status=\'\';return true" href="'+root_path+'/contact/" target="_self">Contact Us</a><span>|</span><a onmouseover="window.status=\'Order Book\';return true" onmouseout="window.status=\'\';return true" href="'+root_path+'/order-book/" target="_self">Order Book</a><span>|</span><a onmouseover="window.status=\'Subscribe to Clippings\';return true" onmouseout="window.status=\'\';return true" href="http://visitor.constantcontact.com/d.jsp?m=1102037576023&p=oi" target="_blank">E-Newsletter Subscribe</a><span><span>|</span><a onmouseover="window.status=\'Site Map\';return true" onmouseout="window.status=\'\';return true" href="'+root_path+'/site-map/" target="_self">Site Map</a><span>|</span><a onmouseover="window.status=\'Media\';return true" onmouseout="window.status=\'\';return true" href="'+root_path+'/media/" target="_self">Media</a><span style="font-size:80%; color: 999999;"><BR><BR>&copy; 2010 Van Zelst Inc. All rights reserved. | 847.623.3580 | Photos by Linda Oyama Bryan.</div></div></div>');
					