/**
 * scripts.js
 */

jQuery(document).ready(function() {

	// setup some Google Goals!
	jQuery(function() {
		jQuery('#submit_subscribe').click(function() {
			_gaq.push(['_trackPageview', '/goals/dreambuilder-toolkit-subscribe']);
		});
	});

});
