var horasMinutosSegundos=contador.split(":"),seconds=60*+horasMinutosSegundos[0]*60+60*+horasMinutosSegundos[1]+ +horasMinutosSegundos[2];$(document).ready(function(){function o(o){"undefined"!=typeof isCanSaveLocalStorage&&isCanSaveLocalStorage()&&window.localStorage.setItem("flipclock_seconds_left_"+checkoutHash,o)}!function(){"undefined"!=typeof isCanSaveLocalStorage&&isCanSaveLocalStorage()&&window.localStorage.getItem("flipclock_seconds_left_"+checkoutHash)&&(seconds=window.localStorage.getItem("flipclock_seconds_left_"+checkoutHash))}();var e=new FlipClock($(".new-clock"),seconds,{clockFace:"HourlyCounter",countdown:!0,callbacks:{stop:function(){var e=new Date;e.setDate(e.getDate()+7),o(this.factory.getTime().time)}}});window.onbeforeunload=function(){e.stop()}});