$(document).ready(function() {	if ($('.slideshow img').size() > 1) {		$('.slideshow').cycle({			fx: 'fade', // choose your transition type			speed:    2000, //transition speed			timeout:  4000 , //time spent on the slide			autostop: 6 //ends after 3 slides		});	}});function showMap() { 			document.getElementById("mapContainer").style.display="block";			$().ready(function() {				$('#coda-slider-1').codaSlider();			});		}		function init(){ setTimeout("showMap()",50); }				window.onload=init;
