function loadApp() { // Create the flipbook $('.flipbook').turn({ // Elevation elevation: 50, // Enable gradients gradients: true, // Auto center this flipbook autoCenter: true }); } // Load the HTML4 version if there's not CSS transform yepnope({ test: Modernizr.csstransforms, yep: ['/upload/js/008fa9b2eaa54c8791d4816bf4c88f2f.js'], nope: ['/upload/js/d0a2b0b5dadf48fab765db99fdb7a0a1.js'], both: ['/upload/css/1f589835ebfb40f1a3d8a24802174732.css'], complete: loadApp });