﻿$(document).ready(function() {
    
    // jos js käytössä, lisää loput cyclen kuvat
   $("#cyclebox2").append('<IMG border=0 alt="Wholesaler - Service with expert knowledge" src="http://www.lampotukku.fi/_files/39145.jpg" width=900 height=320> <IMG border=0 alt="Importer" src="http://www.lampotukku.fi/_files/39146.jpg" width=900 height=320> <IMG border=0 alt="Importer - Offering genuine alternatives" src="http://www.lampotukku.fi/_files/39147.jpg" width=900 height=320> <IMG border=0 alt="Logistical operator" src="http://www.lampotukku.fi/_files/39148.jpg" width=900 height=320> <IMG border=0 alt="Logistical operator - Precision with own fleet of trucks" src="http://www.lampotukku.fi/_files/39149.jpg" width=900 height=320> <IMG border=0 alt="Your partner in Finland" src="http://www.lampotukku.fi/_files/39150.jpg" width=900 height=320> <IMG border=0 alt="Your partner in Finland - Long-term partnerships with confidence" src="http://www.lampotukku.fi/_files/39151.jpg" width=900 height=320>');     
    
    
	// ETUSIVU
	$('#cyclebox2').cycle({
		fx:    'fade',
    	delay:  -2000,
		speed:  3000
	});
	
	//KUVAGALLERIA	
	/*
	$('#gallery_cyclebox2').before('<ul id="gallery_cyclebox_navi">').cycle({ 
		fx:     'shuffle',  
		timeout: 0, 
		pager:  '#gallery_cyclebox2_navi', 
		 
		pagerAnchorBuilder: function(idx, slide) {
			return '#gallery_cyclebox2_navi li:eq(' + idx + ') a'; 
    	}
		
	});
	*/
	
});
