$(document).ready(function(){
	/* Load success overview page */
	
	$("#response").load("success-overview.html");

	/* By Solution */
	
	$("#lnkHome").click(function(){
	$("#response").load("success-home-office.html");
	});
	$("#lnkSmll").click(function(){
	$("#response").load("success-small-business.html");
	});
	$("#lnkEntrsol").click(function(){
	$("#response").load("success-enterprise-solutions.html");
	});
	
	/* By Industry */
	
	$("#lnkAdvts").click(function(){
	$("#response").load("success-advertising.html");
	});
	$("#lnkAero").click(function(){
	$("#response").load("success-aerospace-and-defense.html");
	});
	$("#lnkAgri").click(function(){
	$("#response").load("success-agriculture.html");
	});
	$("#lnkApp").click(function(){
	$("#response").load("success-apparel.html");
	});
	$("#lnkArchi").click(function(){
	$("#response").load("success-architecture.html");
	});
	$("#lnkAuto").click(function(){
	$("#response").load("success-automotive-and-transport.html");
	});
	$("#lnkBank").click(function(){
	$("#response").load("success-banking.html");
	});
	$("#lnkBev").click(function(){
	$("#response").load("success-beverages.html");
	});
	$("#lnkBuss").click(function(){
	$("#response").load("success-business-services.html");
	});
	$("#lnkChar").click(function(){
	$("#response").load("success-charitable-organizations.html");
	});
	$("#lnkCompSS").click(function(){
	$("#response").load("success-computer-software-service.html");
	});
	$("#lnkComp").click(function(){
	$("#response").load("success-computer-hardware.html");
	});
	$("#lnkCompsrvs").click(function(){
	$("#response").load("success-computer-services.html");
	});
	$("#lnkCompsft").click(function(){
	$("#response").load("success-computer-software.html");
	});
	$("#lnkConstr").click(function(){
	$("#response").load("success-construction.html");
	});
	$("#lnkConsprd").click(function(){
	$("#response").load("success-consumer-products-manufacturers.html");
	});
	$("#lnkConser").click(function(){
	$("#response").load("success-consumer-services.html");
	});
	$("#lnkEdu").click(function(){
	$("#response").load("success-education.html");
	});
	$("#lnkElectpr").click(function(){
	$("#response").load("success-electro-mec-products.html");
	});
	$("#lnkElec").click(function(){
	$("#response").load("success-electronics.html");
	});
	$("#lnkEne").click(function(){
	$("#response").load("success-energy-utilities.html");
	});
	$("#lnkEngi").click(function(){
	$("#response").load("success-engineering.html");
	});
	$("#lnkEntr").click(function(){
	$("#response").load("success-entertainment.html");
	});
	$("#lnkEnv").click(function(){
	$("#response").load("success-environmental-services-equipment.html");
	});
	$("#lnkFash").click(function(){
	$("#response").load("success-fashion.html");
	});
	$("#lnkFinanc").click(function(){
	$("#response").load("success-financial-services.html");
	});
	$("#lnkFood").click(function(){
	$("#response").load("success-food.html");
	});
	$("#lnkGovt").click(function(){
	$("#response").load("success-government.html");
	});
	$("#lnkGrphc").click(function(){
	$("#response").load("success-graphic-design.html");
	});
	$("#lnkHeal").click(function(){
	$("#response").load("success-health-care.html");
	});
	$("#lnkHous").click(function(){
	$("#response").load("success-housing.html");
	});
	$("#lnkInd").click(function(){
	$("#response").load("success-industrial-manufacturing.html");
	});
	$("#lnkInsu").click(function(){
	$("#response").load("success-insurance.html");
	});
	$("#lnkInter").click(function(){
	$("#response").load("success-interior-design.html");
	});
	$("#lnkLeg").click(function(){
	$("#response").load("success-legal.html");
	});
	$("#lnkLeis").click(function(){
	$("#response").load("success-leisure.html");
	});
	$("#lnkManf").click(function(){
	$("#response").load("success-manufacturing.html");
	});
	$("#lnkMark").click(function(){
	$("#response").load("success-marketing.html");
	});
	$("#lnkMedia").click(function(){
	$("#response").load("success-media.html");
	});
	$("#lnkMemb").click(function(){
	$("#response").load("success-membership-organizations.html");
	});
	$("#lnkMetal").click(function(){
	$("#response").load("success-metals-mining.html");
	});
	$("#lnkMin").click(function(){
	$("#response").load("success-mining.html");
	});
	$("#lnkNonp").click(function(){
	$("#response").load("success-non-profit.html");
	});
	$("#lnkOth").click(function(){
	$("#response").load("success-other.html");
	});
	$("#lnkPhar").click(function(){
	$("#response").load("success-pharmaceuticals.html");
	});
	$("#lnkReal").click(function(){
	$("#response").load("success-real-estate.html");
	});
	$("#lnkRelig").click(function(){
	$("#response").load("success-religious-services.html");
	});
	$("#lnkReser").click(function(){
	$("#response").load("success-research-development.html");
	});
	$("#lnkRet").click(function(){
	$("#response").load("success-retail.html");
	});
	$("#lnkSecur").click(function(){
	$("#response").load("success-security-products-services.html");
	});
	$("#lnkStaf").click(function(){
	$("#response").load("success-staffing.html");
	});
	$("#lnkTech").click(function(){
	$("#response").load("success-technology.html");
	});
	$("#lnkTele").click(function(){
	$("#response").load("success-telecommunications-equipment.html");
	});
	$("#lnkTex").click(function(){
	$("#response").load("success-textile.html");
	});
	$("#lnkTim").click(function(){
	$("#response").load("success-telecommunications-services.html");
	});
	$("#lnkTran").click(function(){
	$("#response").load("success-transportation-services.html");
	});
});