
/*

Site:				storymatters.com
File:				local.js
Author:				Josh Bryant, Journey Group, inc

/////////////////////////////////////////////////////////////////////*/


$(document).ready(function() {
	/*
		Set the href of the main link to be generated by the CMS
		- a javascript variable is set in the header.html template that is sent by index.html template.
		- The link to the feature should be manually set when feature is created incase js not enabled.
	*/
	$('.featureLink').attr('href', FeatURL);
	
});
