$(function(){var photos=[2,3,4,5,6,7,10,11,12,13,14,15,16,18,19,20,21,22,24,25,26,27,28,30,32,33,34,35];photos.sort(function(){return 0.5-Math.random();});$('#photo_wrapper').jcarousel({size:photos.length,scroll:1,animation:1000,auto:6,wrap:'both',itemLoadCallback:{onBeforeAnimation:function(carousel,state){for(var i=carousel.first;i<=carousel.last;i++){if(carousel.has(i))
continue;if(i>photos.length)
break;carousel.add(i,'<img src="/assets/images/photos/home/'+photos[i-1]+'.jpg" alt="Belgium Photo" height="212" width="292" />');}}}});});