/////////////////////////////////////////////////////////////////////////////
// Function : NavNode (constructor)
// Comments :
/////////////////////////////////////////////////////////////////////////////
function NavNode(id, label, href, parent)
{
	this.m_parent = null;
	this.m_level = 0;

	if (parent)
	{
		this.m_parent = parent;
		this.m_level = parent.m_level+1;
	}

	this.m_id = id;

	// assume that m_label will most often be used directly as HTML
	this.m_rawlabel = label;

	label = label.replace(/&/g, '&amp;');
	label = label.replace(/</g, '&lt;');
	label = label.replace(/>/g, '&gt;');
	label = label.replace(/"/g, '&quot;');

	this.m_label = label;

	this.m_href = href;
	this.m_subNodes = new Array();

	var argValues = NavNode.arguments;
	var argCount = NavNode.arguments.length;

	for (i = 4 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("this.cp_" + attrName + " = '" + attrValue + "';");
	}

	NavNode.prototype.addNode = addNode;
	NavNode.prototype.isSelected = isSelected;
}

/////////////////////////////////////////////////////////////////////////////
// Function : addNode
// Comments :
/////////////////////////////////////////////////////////////////////////////
function addNode(id, label, href)
{
	var newIndex = this.m_subNodes.length;
	var newNode = new NavNode(id, label, href, this);

	var argValues = addNode.arguments;
	var argCount = addNode.arguments.length;

	for (i = 3 ; i < argCount ; i++)
	{
		var attrName = argValues[i].split("==")[0];
		var attrValue = argValues[i].split("==")[1];

		eval("newNode.cp_" + attrName + " = '" + attrValue + "';");
	}

	this.m_subNodes[newIndex] = newNode;
	return newNode;
}

/////////////////////////////////////////////////////////////////////////////
// Function : isSelected
// Comments :
/////////////////////////////////////////////////////////////////////////////
function isSelected()
{
    var pos = window.location.href.lastIndexOf("/");
    var docname = window.location.href.substring(pos+1, window.location.href.length);

    pos = this.m_href.lastIndexOf("/");
    var myname = this.m_href.substring(pos+1, this.m_href.length);

    if (docname == myname)
		return true;
	else
		return false;
}

/////////////////////////////////////////////////////////////////////////////
// Function : customSectionPropertyExists
// Comments :
/////////////////////////////////////////////////////////////////////////////
function customSectionPropertyExists(csp)
{
	return (typeof csp != _U && csp != null);
}

/////////////////////////////////////////////////////////////////////////////
// Function : getCustomSectionProperty
// Comments :
/////////////////////////////////////////////////////////////////////////////
function getCustomSectionProperty(csp)
{
	if (customSectionPropertyExists(csp))
	{
		return csp;
	}
	else
	{
		return "";
	}
}

/////////////////////////////////////////////////////////////////////////////

var g_navNode_Root = new NavNode('323','Home',ssUrlPrefix + 'default.asp',null,'MetaDescription==Supercuts is the iconic mens and womens hair salon featuring hairstyles, hair cuts, hair color and hair products. Supercuts defines the value price haircut and hair coloring, delivering a consistent, quality Supercuts Experience no matter which conveniently located hair salon our customers visit.','MetaKeywords==hairstyles, hair salon, hair cuts, hair color, haircut','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_0=g_navNode_Root.addNode('325','Salon Locator',ssUrlPrefix + 'SalonLocator/default.asp','MetaDescription==There\\x27s a Supercuts hair salon and barber near you. Hairstyles, hair cuts, hair color, waxing and hair products from expert hair stylists that understand your look, your lifestyle and your hair care needs.','MetaKeywords==hairstyles, short haircuts, hair color, barber','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_1=g_navNode_Root.addNode('338','My Profile',ssUrlPrefix + 'MyProfile/default.asp','MetaDescription==Create a haircut reminder to receive haircut coupons good for hairstyles, hair cuts, hair color, waxing and hair products for men or women.','MetaKeywords==hairstyles, hair color, hair cut coupons','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_2=g_navNode_Root.addNode('326','Style Gallery',ssUrlPrefix + 'StyleGallery/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_2_0=g_navNode_2.addNode('347','xml',ssUrlPrefix + 'StyleGallery/xml/data.xml','DataUrl==','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts','XmlDocName==sct_gallery_data');
g_navNode_2_1=g_navNode_2.addNode('349','Print Style',ssUrlPrefix + 'StyleGallery/PrintStyle/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_0=g_navNode_2_1.addNode('352','m01',ssUrlPrefix + 'StyleGallery/PrintStyle/m01/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_1=g_navNode_2_1.addNode('357','m02',ssUrlPrefix + 'StyleGallery/PrintStyle/m02/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_2=g_navNode_2_1.addNode('358','m03',ssUrlPrefix + 'StyleGallery/PrintStyle/m03/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_3=g_navNode_2_1.addNode('359','m04',ssUrlPrefix + 'StyleGallery/PrintStyle/m04/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_4=g_navNode_2_1.addNode('360','m05',ssUrlPrefix + 'StyleGallery/PrintStyle/m05/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_5=g_navNode_2_1.addNode('362','m06',ssUrlPrefix + 'StyleGallery/PrintStyle/m06/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_6=g_navNode_2_1.addNode('363','m07',ssUrlPrefix + 'StyleGallery/PrintStyle/m07/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_7=g_navNode_2_1.addNode('361','m08',ssUrlPrefix + 'StyleGallery/PrintStyle/m08/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_8=g_navNode_2_1.addNode('354','m09',ssUrlPrefix + 'StyleGallery/PrintStyle/m09/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_9=g_navNode_2_1.addNode('353','f01',ssUrlPrefix + 'StyleGallery/PrintStyle/f01/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_10=g_navNode_2_1.addNode('364','f02',ssUrlPrefix + 'StyleGallery/PrintStyle/f02/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_11=g_navNode_2_1.addNode('365','f03',ssUrlPrefix + 'StyleGallery/PrintStyle/f03/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_12=g_navNode_2_1.addNode('366','f04',ssUrlPrefix + 'StyleGallery/PrintStyle/f04/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_13=g_navNode_2_1.addNode('367','f05',ssUrlPrefix + 'StyleGallery/PrintStyle/f05/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_14=g_navNode_2_1.addNode('368','f06',ssUrlPrefix + 'StyleGallery/PrintStyle/f06/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_15=g_navNode_2_1.addNode('369','f07',ssUrlPrefix + 'StyleGallery/PrintStyle/f07/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_16=g_navNode_2_1.addNode('370','f08',ssUrlPrefix + 'StyleGallery/PrintStyle/f08/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_2_1_17=g_navNode_2_1.addNode('371','f09',ssUrlPrefix + 'StyleGallery/PrintStyle/f09/default.asp','MetaDescription==Supercuts gallery of hairstyles features the latest hairstyle pictures, hair color and hair care tips for both men and women. If you\\x27re looking for haircut ideas for mens hair or womens hair, Supercuts gallery of hairstyles can give you ideas that fit your personality plus recommendations for hair care products that work for you.','MetaKeywords==hairstyle pictures, short haircuts, hair cuts');
g_navNode_3=g_navNode_Root.addNode('327','Careers',ssUrlPrefix + 'Careers/default.asp','MetaDescription==Supercuts offers attractive hair salon jobs for every hair stylist. More than just salon jobs, Supercuts offers salon careers with ongoing hair styling education, great benefits and energetic salon environments.','MetaKeywords==hair stylist, haircutting salon jobs, hair salon hiring','ShowInSidebar==FALSE','secondaryUrlVariableField==region1');
g_navNode_4=g_navNode_Root.addNode('777','Careers',ssUrlPrefix + 'career/default.asp','ShowInSidebar==TRUE','contributorOnly==FALSE');
g_navNode_5=g_navNode_Root.addNode('328','Become A Franchisee',ssUrlPrefix + 'BecomeAFranchisee/default.asp','MetaDescription==Supercuts Gift Cards are perfect for haircuts, hairstyles, hair color, and hair products. Supercuts Gift Cards may be redeemed at hair salon locations nationwide.','MetaKeywords==haircut gift card, hair products, hair coloring, hairstyles','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_6=g_navNode_Root.addNode('329','Supercuts Card',ssUrlPrefix + 'GiftCard/default.asp','MetaDescription==Supercuts Gift Cards are perfect for haircuts, hairstyles, hair color, and hair products. Supercuts Gift Cards may be redeemed at hair salon locations nationwide.','MetaKeywords==haircut gift card, hair products, hair coloring, hairstyles','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_7=g_navNode_Root.addNode('330','Contact Us',ssUrlPrefix + 'ContactUs/default.asp','MetaDescription==Supercuts welcomes feedback from our customer regarding their experience at our hair salons. Customers may contact us using the form on this page and comments will be routed to the right person upon receipt.','MetaKeywords==hairstyles, hair salons, hair cuts','ShowInSidebar==TRUE','secondaryUrlVariableField==region1');
g_navNode_8=g_navNode_Root.addNode('331','My Profile',ssUrlPrefix + 'Login/default.asp','MetaDescription==Create a haircut reminder to receive haircut coupons good for hairstyles, hair cuts, hair color, waxing and hair products for men or women.','MetaKeywords==hairstyles, hair color, hair cut coupons','ShowInSidebar==FALSE','secondaryUrlVariableField==region1');
g_navNode_9=g_navNode_Root.addNode('332','About Supercuts',ssUrlPrefix + 'AboutSupercuts/default.asp','MetaDescription==Supercuts is the iconic mens and womens salon featuring hairstyles, hair cuts, hair color and hair procucts. Supercuts defines the value price haircut and hair coloring, delivering a consistent, quality Supercuts Experience no matter which conveniently located hair salon our customers visit.','MetaKeywords==hairstyles, hair styles, hair color, hair salon jobs','ShowInSidebar==FALSE','secondaryUrlVariableField==region1');
g_navNode_10=g_navNode_Root.addNode('337','Privacy Policy',ssUrlPrefix + 'PrivacyPolicy/default.asp','MetaDescription==Supercuts hair salons respects the privacy of our customers who visit our salons for hairstyles, hair cuts, hair color, hair products and all other services. Customers may create a profile and edit their settings at any time.','MetaKeywords==hair salon, hairstyles, hair cuts','ShowInSidebar==FALSE','secondaryUrlVariableField==region1');
g_navNode_11=g_navNode_Root.addNode('335','Forgot Password',ssUrlPrefix + 'ForgotPassword/default.asp','ShowInSidebar==FALSE','secondaryUrlVariableField==region1');
g_navNode_12=g_navNode_Root.addNode('339','Coupon',ssUrlPrefix + 'Coupon/index.htm');
g_navNode_12_0=g_navNode_12.addNode('340','Coupon A',ssUrlPrefix + 'Coupon/CouponA/default.asp','secondaryUrlVariableField==region1');
g_navNode_12_1=g_navNode_12.addNode('341','Coupon B',ssUrlPrefix + 'Coupon/CouponB/default.asp','secondaryUrlVariableField==region1');
g_navNode_13=g_navNode_Root.addNode('342','Thank You',ssUrlPrefix + 'ThankYou/index.htm');
g_navNode_13_0=g_navNode_13.addNode('343','Contact Us',ssUrlPrefix + 'ThankYou/ContactUs/default.asp','MetaDescription==Supercuts welcomes feedback from our customer regarding their experience at our hair salons. Customers may contact us using the form on this page and comments will be routed to the right person upon receipt.','MetaKeywords==hairstyles, hair salons, hair cuts','secondaryUrlVariableField==region1');
g_navNode_13_1=g_navNode_13.addNode('344','Careers',ssUrlPrefix + 'ThankYou/Careers/default.asp','MetaDescription==Supercuts offers attractive hair salon jobs for every hair stylist. More than just salon jobs, Supercuts offers salon careers with ongoing hair styling education, great benefits and energetic salon environments.','MetaKeywords==hair stylist, haircutting salon jobs, hair salon hiring','secondaryUrlVariableField==region1');
g_navNode_14=g_navNode_Root.addNode('345','Unsubscribe',ssUrlPrefix + 'Unsubscribe/default.asp','secondaryUrlVariableField==region1');
g_navNode_15=g_navNode_Root.addNode('348','Error',ssUrlPrefix + 'Error/default.asp','secondaryUrlVariableField==region1');
g_navNode_16=g_navNode_Root.addNode('355','ImageAssets',ssUrlPrefix + 'ImageAssets/default.asp','secondaryUrlVariableField==region1');
g_navNode_17=g_navNode_Root.addNode('372','Salon Detail',ssUrlPrefix + 'SalonDetail/default.asp','MetaDescription==Find Supercuts hair salons near you. Each hair salon may offer different types of hairstyles, hair cuts, hair coloring, waxing and hair products. Easy hair cut locator so you can call ahead for hairstyle and haircoloring options. ','MetaKeywords==Supercuts locations, hair salons, barber shops, ','secondaryUrlVariableField==region1');
g_navNode_18=g_navNode_Root.addNode('373','Help',ssUrlPrefix + 'Help/default.asp','secondaryUrlVariableField==region1');
g_navNode_19=g_navNode_Root.addNode('607','ExistingFranchisee',ssUrlPrefix + 'ExistingFranchisee/default.asp','contributorOnly==FALSE','secondaryUrlVariableField==region1');
g_navNode_19_1=g_navNode_19.addNode('1249','AFA Terms',ssUrlPrefix + 'ExistingFranchisee/afaterms/default.asp','PageTitle==Supercuts - AFA Terms','contributorOnly==FALSE');
g_navNode_20=g_navNode_Root.addNode('720','email',ssUrlPrefix + 'email/index.htm');
g_navNode_20_0=g_navNode_20.addNode('356','reminder',ssUrlPrefix + 'email/reminder/default.asp','secondaryUrlVariableField==region1');
g_navNode_21=g_navNode_Root.addNode('734','Mobile',ssUrlPrefix + 'mobile/default.asp','MetaDescription==Supercuts is the iconic mens and womens hair salon featuring hairstyles, hair cuts, hair color and hair procucts. Supercuts defines the value price haircut and hair coloring, delivering a consistent, quality Supercuts Experience no matter which conveniently located hair salon our customers visit.','MetaKeywords==hairstyles, hair salon, hair cuts, hair color, haircut','PageTitle==Supercuts - Hairstyles \x26amp\x3b Haircuts for Men \x26amp\x3b Women','contributorOnly==FALSE');
g_navNode_21_0=g_navNode_21.addNode('735','Search Results',ssUrlPrefix + 'mobile/searchresults/default.asp','MetaDescription==There\\x27s a Supercuts hair salon and barber near you. Hairstyles, hair cuts, hair color, waxing and hair products from expert hair stylists that understand your look, your lifestyle and your hair care needs.','MetaKeywords==hairstyles, short haircuts, hair color, barber','PageCat==Salon Results','PageTitle==Supercuts Hair Salon Locations, Haircuts \x26amp\x3b Barbers','contributorOnly==FALSE');
g_navNode_21_1=g_navNode_21.addNode('736','Salon Detail',ssUrlPrefix + 'mobile/salondetail/default.asp','MetaDescription==Find Supercuts hair salons near you. Each hair salon may offer different types of hairstyles, hair cuts, hair coloring, waxing and hair products. Easy hair cut locator so you can call ahead for hairstyle and haircoloring options. ','MetaKeywords==Supercuts locations, hair salons, barber shops, ','PageCat==Salon Detail','PageTitle==Supercuts Hair Salons Locations','contributorOnly==FALSE');
g_navNode_21_2=g_navNode_21.addNode('758','Careers',ssUrlPrefix + 'mobile/careers/default.asp','MetaDescription==Supercuts offers attractive hair salon jobs for every hair stylist. More than just salon jobs, Supercuts offers salon careers with ongoing hair styling education, great benefits and energetic salon environments.','MetaKeywords==hair stylist, haircutting salon jobs, hair salon hiring','PageCat==Careers','PageTitle==Supercuts Hair Salon Jobs, Careers \x26amp\x3b Hair Salon Hiring');
g_navNode_21_3=g_navNode_21.addNode('759','Contact Us',ssUrlPrefix + 'mobile/contactus/default.asp','MetaDescription==Supercuts welcomes feedback from our customer regarding their experience at our hair salons. Customers may contact us using the form on this page and comments will be routed to the right person upon receipt.','MetaKeywords==hairstyles, hair salons, hair cuts','PageCat==Contact Us','PageTitle==Supercuts Contact Us about Hairstyles, Hair Cuts, Hair Coloring');
g_navNode_21_4=g_navNode_21.addNode('760','Thank You',ssUrlPrefix + 'mobile/thankyou/index.htm');
g_navNode_21_4_0=g_navNode_21_4.addNode('761','Careers',ssUrlPrefix + 'mobile/thankyou/careers/default.asp','MetaDescription==Supercuts offers attractive hair salon jobs for every hair stylist. More than just salon jobs, Supercuts offers salon careers with ongoing hair styling education, great benefits and energetic salon environments.','MetaKeywords==hair stylist, haircutting salon jobs, hair salon hiring','PageCat==Careers','PageTitle==Supercuts Hair Salon Jobs, Careers \x26amp\x3b Hair Salon Hiring');
g_navNode_21_4_1=g_navNode_21_4.addNode('762','Contact Us',ssUrlPrefix + 'mobile/thankyou/contactus/default.asp','MetaDescription==Supercuts welcomes feedback from our customer regarding their experience at our hair salons. Customers may contact us using the form on this page and comments will be routed to the right person upon receipt.','MetaKeywords==hairstyles, hair salons, hair cuts','PageCat==Contact Us','PageTitle==Supercuts Contact Us about Hairstyles, Hair Cuts, Hair Coloring');
g_navNode_22=g_navNode_Root.addNode('918','Salon Promo',ssUrlPrefix + 'SalonPromo/default.asp');
