jQuery.fn.jpIntroLoad = (function() {

var Thispos = jQuery(this).attr('id');

if (Thispos == 1) {

jQuery(this).delay(3000, function () {
jQuery(this).parent().removeClass('introloading');
jQuery('img#accorBut', this).click();

jQuery('#homeHandle').click();
});


} else {

jQuery('li.introloaded').delay(3000, function (){


jQuery(this).removeClass('introloaded').prev().addClass('introloaded').jpIntroLoad();
jQuery(this).parent().removeClass('introloading');
jQuery('img#accorBut', this).click();
jQuery(this).parent().addClass('introloading');
});

}

});



jQuery(document).ready(function(){

jQuery('#homeAccord ul li:last').delay(10, function(){

jQuery(this).prev().addClass('introloaded').jpIntroLoad();




});



});
