function obscureAddMid() {
	document.write('&#64;');
}
function obscureAddEnd() {
	document.write('&#46;');
}
 	
$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'turnDown', 
		speed: 1000, 
		timeout: 4000
	});
});