if (typeof(jQuery) == 'undefined') document.write(unescape("%3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript' %3E%3C/script%3E"));

function vCustomOnready(){
}

/*FOR HEAD SECTION CHANGE FILEPATH AS NEEDED
<script type="text/javascript" src="/v/vspfiles/templates/JasonSEOTest/js/v_custom.js"></script>
<script type="text/javascript">jQuery(document).ready(function(){vCustomOnready();});</script> 
*/


/* updates span.linx to be active links */
$(function() {
	$("span.linx").each(function() {
		$(this).replaceWith('<a href="' + $(this).attr("rel") + '">' + $(this).html() + '</a>');
	});
});
