jQuery.noConflict();
jQuery(document).ready(function($) {	
	
	Story = function (anch) {
		var Content = $('#Content');
		$('.OurStoryContainer', Content).hide();
		$(anch, Content).parent('.OurStoryContainer').show();
	}
	
});
