$(document).ready(function() {

	$('#paymentbycreditcard').click(function() {
	
		$('#creditcardinformation').slideDown('slow');
	
	});
	
	$('#paymentbydirectcredit, #paymentbycheque').click(function() {
	
		$('#creditcardinformation').slideUp('slow');
	
	});
	
	$('.word_count').wordCount({counterElement:"counter"});
	$('.map_word_count').mapWordCount({counterElement:"map_counter"});

});
