$(document).ready(function() {
	
	$("#submitSubscribe").click(function(){

	});

	//$("#subscribeform").validate();
});