$(document).ready(function() {
	// Forces a graceful degradation of all links allowing javascript to work
	// when this script is able to run but directing users to links when it
	// is not able.
	$("a.degradeGraceful").attr("href", "#");
	$(".featureRotatorImage span").css("opacity", "0.7");
	//$(".formButton").attr("disabled", "false");
	$(".noJavascript").remove();
	
});