/* turn.js 4.1.0 | copyright (c) 2012 emmanuel garcia | turnjs.com | turnjs.com/license.txt */ (function(a){a.extend(a.fn,{scissor:function(){this.each(function(){var b=a(this),c={width:b.width()/2,height:b.height(),overflow:"hidden"},f=b.clone(!0),d=a("
",{css:c}),e=a("
",{css:c});b.after(d);d.after(e);b.css({marginleft:0}).appendto(d);f.css({marginleft:-c.width}).appendto(e)});return this}})})(jquery);