$(document).ready(function() {
    
    // jos js käytössä, lisää loput cyclen kuvat
   $("#cyclebox").append('<IMG border=0 alt="Palveleva - joustavasti" src="http://364.site.netello.com/_files/38324.jpg" width=900 height=320> <IMG border=0 alt=Maahantuoja src="http://364.site.netello.com/_files/38325.jpg" width=900 height=320> <IMG border=0 alt="Maahantuoja - aitoja vaihtoehtoja" src="http://364.site.netello.com/_files/38326.jpg" width=900 height=320> <IMG border=0 alt="Varma toimittaja" src="http://364.site.netello.com/_files/38327.jpg" width=900 height=320> <IMG border=0 alt="Varma toimittaja - omalla kalustolla" src="http://364.site.netello.com/_files/38328.jpg" width=900 height=320> <IMG border=0 alt="Vahva kumppani" src="http://364.site.netello.com/_files/38329.jpg" width=900 height=320> <IMG border=0 alt="Vahva kumppani - aina laadukkaasti" src="http://364.site.netello.com/_files/38330.jpg" width=900 height=320>');     
    
    
	// 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'; 
    	}
		
	});
	*/
	
});
