function wrapFish(){var _1=document.getElementById("notification");var _2=[];for(var i=0;i<document.body.childNodes.length;i++){_2[i]=document.body.childNodes[i];}var _4=document.createElement("div");_4.id="zip";for(var i=0;i<_2.length;i++){_4.appendChild(_2[i]);}document.body.appendChild(_4);document.body.appendChild(_1);}addLoadEvent(function(){wrapFish();});
