jQuery(function($){


	$(document).ready(function(){
		$('.transaction-wrap').cycle('fade');
		$('.block-subscribe input[type=text]').placeholder();
	});



});
