// 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.mazzarellacarcare.com") || (loc == "hotbodywax.com") || 
(loc == "www.goflashwax.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 + 'AboutOurTeam.html">· The Team</a>'+
		'<a href="' + base + 'AboutOurOrg.html">· Our Organization</a>' +
		'<a href="' + base + 'Diversity.html">· Diversity at Mazzarella</a>'+
		'<a href="' + base + 'Environment.html">· Mazzarella & The Environment - Environmental Sustainability</a>'+
		'<a href="' + base + 'CorporateAffairs.html">· Corporate Affairs / Community Relations</a>'+
		'<a href="' + base + 'Proposals.html">· Strategic Opportunity</a>'+
		'<a href="' + base + 'AutoDetailing_TrainingProgram.html">· Auto Detailing & Business Organization Training Program</a>' +
			
			'<div style="width:9em">' +
						
			'</div>' +
					
		'<div style="width:9em">' +
			'<a href="' + base + 'CourseApp.html" target=_"blank">Course Application<img src="' + base + 'images/pdficon_small.gif" width="15" height="15" border="0" alt=""></a>' +
		
			'</div>' +
			
		'</div>' +

	'<a  id="mitem2"></a>' + // Product Info
	
			'<div>' +
		'<a href="' + base + 'CarWax.htm">· Hot Body Wax&reg; - Cleaner & Carnauba Wax</a>' +
		'<a href="' + base + 'HotBodyWash.htm">· Hot Body Wash™ - High-Foaming Detailers Soap</a>' +
		'<a href="' + base + 'SprayWax.ExpressDetail.htm">· Express Detail - Spray Car Wax w/ UV Protectant</a>' +
		'<a href="' + base + 'Perfection.html">· Perfection™ - Swirl Remover & Polymer Sealant</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 + 'Employment.htm">· Careers</a>' +
		'<a href="' + base + 'DistributorOpportunities.html">· Distributors</a>' +
		'<a href="' + base + 'FAQ.htm">· Ask Mr. Wax! ~ Car Care FAQ</a>' +
		'<a href="' + base + 'Links.html">· Our Business Partners` Links</a>' +
		'<a href="' + base + 'ShowSchedule.htm">· 2009 Car Show Schedule</a>' +
		'<a href="' + base + 'AffiliateProgram.html">· Affiliate Program</a>' +
		'<a href="' + base + 'PressCenter.html">· Press Center</a>' +
		'<a href="' + base + 'Testimonials.html">· Testimonials</a>' +
		'<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>' +
	
		
'<span class="qmclear">&nbsp;</span></div>'
