﻿//USE SYMBOL CODE FOR SINGLE QUOTE IN NAVIGATION
tm = '';

tm += '<div id ="new_footer" style="background:#f1f1f1; height:150px; overflow:hidden; margin-top:20px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc;">';
	//Start of Main Content Container
	tm += '<div style="margin-top:20px; width:1100px;">';
		
		//Logo
		tm += '<div style="float:left; margin-left:50px; margin-right:70px; width:100px; height:100px; margin-top:10px; text-align:center;">';
			tm += '<img src="http://www.stottpilates.com/common_images/MHF-medallion_footer.png" alt="Merrithew Health &amp; Fitness">';
		tm += '</div>';
		
		//Merrithew Health and Fitness
		tm += '<div style="float:left; width:165px;">';
			tm += '<strong>CORPORATE</strong><br />';
			tm += '<div style="margin-left:5px;">';
				tm += '<a href="/aboutus/founders.html">Founders&rsquo; Message</a><br />';
				tm += '<a href="/aboutus/onesource.html">About Us</a><br />';
				tm += '<a href="/aboutus/executive.html">Executive Team</a><br />';
				tm += '<a href="/Jobs/index.html">Careers</a><br />';
				tm += '<a href="/contact.php">Contact Us</a><br />';
			tm += '</div>';
		tm += '</div>';
		
		//Customer Support
		tm += '<div style="float:left; width:165px;">';
			tm += '<strong>CUSTOMER SUPPORT</strong><br />';
			tm += '<div style="margin-left:5px;">';
				tm += '<a href="/policies/refunds.html">Returns</a><br />';
				tm += '<a href="/policies/shipping.html">Shipping</a><br />';
				tm += '<a href="http://store.stottpilates.com/store/terms.aspx">Warranty Information</a><br />';
				tm += '<a href="/policies/privacy.html">Privacy Policy</a><br />';
				tm += '<a href="/policies/accessibility/index.html">Accessibility Standards</a><br />';
			tm += '</div>';
		tm += '</div>';
		
		//Press Room
		tm += '<div style="float:left; width:165px;">';
			tm += '<strong>PRESS ROOM</strong><br />';
			tm += '<div style="margin-left:5px;">';
				tm += '<script type="text/javascript">';
					tm += 'var d, s; d = new Date(); s = "http://www.stottpilates.com/media/newsletters/"; s += (d.getFullYear()) + "/" + (d.getFullYear());';
					tm += 'if ((d.getMonth() + 1) <= 9) { ';
						tm += 's += "0" + (d.getMonth() + 1) + "/index.html"; ';
					tm += '} else { ';
						tm += 's += (d.getMonth() + 1) + "/index.html";';
					tm += '} ';
					tm += 'document.write(\'<a href="\' + s + \'">Current Newsletter</a>\');';
				tm += '</script><br />';
				tm += '<a href="/aboutus/foundersbios.html">Founders&rsquo; Bios</a><br />';
				tm += '<a href="/media/introduction.html">Press Kit</a><br />';
				tm += '<a href="/media/press-kit.html">Press Releases</a><br />';
			tm += '</div>';
		tm += '</div>';
		
		//Marketing Support
		tm += '<div style="float:left; width:165px;">';
			tm += '<strong>MARKETING SUPPORT</strong><br />';
			tm += '<div style="margin-left:5px;">';
				tm += '<a href="/mediapixdownload/index.html">Images &amp; Logos</a><br />';
				tm += '<a href="/brandaid/index.html">Brand Aid</a><br />';
				tm += '<a href="/trademarks/index.html">Communication Guidelines</a><br />';
				tm += '<a href="/aboutus/resources/index.html">Support Materials</a><br />';
			tm += '</div>';
		tm += '</div>';
		
		//Distributors/Resellers
		tm += '<div style="float:left; width:175px;">';
			tm += '<strong>DISTRIBUTORS &amp; RESELLERS</strong><br />';
			tm += '<div style="margin-left:5px;">';
				tm += '<a href="/distributors/locator.html">North American Dealers</a><br />';
				tm += '<a href="/videos/retailpartners.html">North American Retailers</a><br />';
				tm += '<a href="/distributors/index.html">International Distributors</a><br />';
			tm += '</div>';
		tm += '</div>';
		
		//Clear Float for New Line
		tm += '<div style="clear:both;"></div>';
		
		//Legal Copy
		tm += '<div style="position:relative; left:220px; width:825px; top:-10px; text-align:center;">';
			tm += '<a href="/trademarks/index.html">All material copyright &copy; Merrithew Corporation 2000-2011. All rights reserved.</a>';
		tm += '</div>';
		
	tm += '</div>';
	
tm += '<div>';
	


document.write(tm);
