$(window).load(function(){
$('#carousel_2').tinycarousel({bullets:true,interval:true,intervalTime:5000});
});$(window).load(function(){
$('#carousel_4').tinycarousel();
});$(window).load(function(){
$('#carousel_4').touchwipe({
wipeLeft:function(){$('#carousel_4').find('.next').click();},
wipeRight:function(){$('#carousel_4').find('.prev').click();},
preventDefaultEvents:false,
});
});$(window).load(function(){
$('#carousel_5').tinycarousel();
});$(window).load(function(){
$('#carousel_5').touchwipe({
wipeLeft:function(){$('#carousel_5').find('.next').click();},
wipeRight:function(){$('#carousel_5').find('.prev').click();},
preventDefaultEvents:false,
});
});$(window).load(function(){
$('#carousel_6').tinycarousel();
});$(window).load(function(){
$('#carousel_6').touchwipe({
wipeLeft:function(){$('#carousel_6').find('.next').click();},
wipeRight:function(){$('#carousel_6').find('.prev').click();},
preventDefaultEvents:false,
});
});