function replacemail(a,b,c){
	var e=(a + '@' + b + '.' + c); 
	var f=('<a h' + 'ref="mai' + 'lto:' + e + '" class="email">' + e + '<\/a>');
	document.write(f);
}

jQuery(document).ready(function ($) {

    // Function to call after the photo has loaded
	$('body.home #content div.entry div.slide').cycle({
	    fx:   'scrollHorz',
	    prev: '#left-arrow',
	    next: '#right-arrow',
      cleartype: true,
      cleartypeNoBg: true,
	    timeout: 0
	});

	
	$('a').click( 
		function() {
			this.blur();
		} 
	);

	// validate the free podcast signup form when it is submitted
	$("#signup-free-podcast-form").validate();


});
