// structure to write in web page using document.write(structure)

var loc = location.hostname; // get URL - to which server are we connecting?
var title = document.title;

if ((loc == "www.hotbodywax.com") || (loc == "hotbodywax.com") || 
(loc == "www.hotbodycarwax.com") || (loc == "hotbodywax.com") || 
(loc == "www.hotbodywash.com") || (loc == "hotbodywax.com") || (loc == "www.hotbodywax.com")){

var base = "http://www.HotBodyWax.com/";
} else {
var base = "http://www.HotBodyWax.com/";
} 
var structure = '<div id="qm0" class="qmmc">' +

	'<a id="mitem0" href="' + base + 'index.htm"></a>'  + // Home
	
		'<div style="display:none;">' + // need this code here to display rollover image
		'</div>' +

	'<a  id="mitem1"></a>' + // About Us

		'<div>' +
		'<a href="' + base + 'AboutOurHistory.html">· Our History</a>'+
		'<a href="' + base + 'AboutOurOrg.html">· Our Organization</a>' +
		'<a href="' + base + 'Environment.html">· Environmental Sustainability</a>'+
		'<a href="' + base + 'CorporateAffairs.html">· Corporate Affairs / Community Relations</a>'+
		'<a href="' + base + 'Diversity.html">· Diversity at Hot Body Wax</a>'+		
		
			'</div>' +
					
	'<a  id="mitem2"></a>' + // Product Info
	
			'<div>' +
		'<a href="' + base + 'CarWax.htm">· Hot Body Wax&reg; - Cleaner & Carnauba Car Wax</a>' +
			
			'<div style="width:9em">' +						
			'</div>' +
					
		'<div style="width:9em">' +
			'<a href="' + base + 'HotBodyCarWax.html">· More Information</a>' +		
			'</div>' +
					
		'<a href="' + base + 'HotBodyWash.htm">· Hot Body Wash™ - High-Foaming Detailers Soap</a>' +
		'<a href="' + base + 'ExpressDetail.html">· Express Detail - Spray Car Wax - Quick Detail</a>' +					
		'<a href="' + base + 'TireShine.html">· Tire Shine - Tire, Plastic, & Rubber Dressing</a>' +					
		'<a href="' + base + 'Microfiber_Towels.html">· Microfiber Towels - 16" X 16" Jumbo Plush</a>' +	
			
			'</div>' +

		'<a  id="mitem3" href="http://www.HotBodyWax.com/Merchant5/merchant.mvc"></a>' +

		'<div style="display:none;">' + // need this code here to display rollover image
		'</div>' +
		
	'<a  id="mitem4" href="' + base + 'contact.htm"></a>' +

		'<div>' +
		
		'<a href="' + base + 'Discount_Opportunities.html">· Become A Distributor</a>' +
		
		'<div style="width:9em">' +						
			'</div>' +
			
			'<div style="width:9em">' +
			'<a href="' + base + 'CreditApp.html" target=_"blank">· Credit Application<img src="' + base + 'images/pdficon_small.gif" width="15" height="15" border="0" alt=""></a>' +
				
				'</div>' +	
		'<a href="' + base + 'AffiliateProgram.html">· Affiliate Program</a>' +
		'<a href="' + base + 'Proposals.html">· Strategic Opportunity</a>'+
		'<a href="' + base + 'Links.html">· Links ~ Our Business Partners</a>' +
		'<a href="' + base + 'CarShowSchedule.html">· Events Schedule ~ 2012</a>' +
		'<a href="' + base + 'PressCenter.html">· Press Center</a>' +
				
		'</div>' +
		
		'<a  id="mitem5" href="' + base + 'FAQ.htm"></a>' +
		
		'<div>' +
		'<a href="' + base + 'Testimonials.html">· Testimonials</a>' +

	
		
'<span class="qmclear">&nbsp;</span></div>'

