$(document).ready(function() {
    
    // jos js käytössä, lisää loput cyclen kuvat
   $("#cyclebox").append('<IMG border=0 alt="Länsikeskus" src="http://415.site.netello.com/_files/41281.jpg" width=680 height=312>');     
    
    
	// ETUSIVU
	$('#cyclebox').cycle({
		fx:    'fade',
    	delay:  -2000,
		speed:  3000
	});
	
	//KUVAGALLERIA	
	/*
	$('#gallery_cyclebox').before('<ul id="gallery_cyclebox_navi">').cycle({ 
		fx:     'shuffle',  
		timeout: 0, 
		pager:  '#gallery_cyclebox_navi', 
		 
		pagerAnchorBuilder: function(idx, slide) {
			return '#gallery_cyclebox_navi li:eq(' + idx + ') a'; 
    	}
		
	});
	*/
	
});
