pica =  new Image(46,46); pica.src="img/landing_page_bg.png";

$(document).ready(function() {
	$(".slideshow").cycle({
		timeout: 5000
	});
});
