$(function(){ if ($('.imc_slideshow_home .pic img').length) { $('.imc_slideshow_home .pic').each(function(){ var image = $(this).find('img').attr('src'); var alt = $(this).find('img').attr('alt'); $(this).find('img').remove(); $(this).backstretch(image); $(this).find('img').attr('alt', alt); }); } if ($('.imc_slideshow_home .slide > 1')) { $('.imc_slideshow_home').imarcomSlideshow(); } });