
	jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/") > 0)
		{                                      
		jQuery(".tab").addClass("home");
		}
		else
		{
		}
    });
	jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/ExpandingBusinessAssistance") > 0)
		{                                      
		jQuery(".tab").addClass("green");
		}
		else
		{
		}
    });
	jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/ExpandTalentAttraction") > 0)
		{                                      
		jQuery(".tab").addClass("blue");
		}
		else
		{
		}
    });
		jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/SupportPlacemakingImprovements") > 0)
		{                                      
		jQuery(".tab").addClass("yellow");
		}
		else
		{
		}
    });
		jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/EnhanceCulturalandCreativeAssets") > 0)
		{                                      
		jQuery(".tab").addClass("purple");
		}
		else
		{
		}
    });
		jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/ImproveFirstImpressions") > 0)
		{                                      
		jQuery(".tab").addClass("orange");
		}
		else
		{
		}
    });
	jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/ExpandEntrepreneurship") > 0)
		{                                      
		jQuery(".tab").addClass("teal");
		}
		else
		{
		}
    });
	jQuery(document).ready(function(){
	
		var aURL = window.location.href;
	  
		if (aURL.indexOf("/Strategy/StrengthenandExpand") > 0)
		{                                      
		jQuery(".tab").addClass("red");
		}
		else
		{
		}
    });
	