jQuery.noConflict();
jQuery(document).ready(function(){
	jQuery(".getStarted").click(function(){
		var noThanks = jQuery(".noThanks").attr("href");
		window.location = noThanks;
	});
});
