// when the DOM is ready...
$(document).ready(function () {
	
	$.ifixpng('images/pixel.gif');
	$('#date-badge p, .slideshow-bg .box').ifixpng();
	$('.slideshow').cycle({
			fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		});
	

});

