function infoPopup(URL) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=380,height=430,left = 469,top = 197');");
}

	$(document).ready(function() {
		$('.slideshow').cycle({
			cleartype: true,
			timeout: 7000,
			pause: true,
			before: function() {
				$('.slideshow span').css('display','none');
			},
			after: function() {
				$('span', this).css({opacity: '0.85'}).slideDown();
			}
		});
	})

