
// Page turn
jQuery.noConflict();
 jQuery(document).ready(function(){
    jQuery("#target").fold();
});

