$(document).ready(function() {
    $('.slideshow').cycle({
		fx: 'scrollDown' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});
	var emaail = "mrkbrz" + "." + "com";
	emaail =  "marek" + "@" + emaail;
	
	$('#emmmmail').html(emaail);
});
