function gettsCookie(name) { var cookie = " " + document.cookie; var search = " " + name + "="; var setStr = null; var offset = 0; var end = 0; if (cookie.length > 0) { offset = cookie.indexOf(search); if (offset != -1) { offset += search.length; end = cookie.indexOf(";", offset) if (end == -1) { end = cookie.length; } setStr = unescape(cookie.substring(offset, end)); } } return(setStr); } document.body.onclick = function(){ var popundershown = gettsCookie('tspopunder'); if(navigator.cookieEnabled == true){ if (popundershown == null){ var tstimeout=60*60*24*2; var tstoday = new Date(); var tsthe_date = new Date(); tsthe_date.setTime(tstoday.getTime() + 1000 * tstimeout); var tspoptimeout = tsthe_date.toGMTString(); document.cookie = "tspopunder=1;path=/;domain=.smak.ua;expires=" + tspoptimeout; document.cookie = "tspopunder=1;path=/;domain=.cmak.ua;expires=" + tspoptimeout; //window.open('http://my-topshop.kiev.ua/?refid=topshop_pop' ,'tr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1, width=1000'); //window.open('http://www.smak.ua/magazin.html' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); //window.open('http://recepti.topshoptv.com.ua?csu=cooking-recipes&cex=158076&med=om&orig=mcn&vir=yes&src=ua_mrv_cooking-recipes_om_lg_smak_v2&referrer=smak_om_158076&utm_source=smak_om&utm_medium=Off-Site_Merchandising&utm_campaign=ua_mrv_cooking-recipes_om_lg_smak_v2_158076' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); //window.open('http://content.avenija.com/xml_upload/ua/topshop/smak_ua/recepti_delimano.html' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); //window.open('http://m.ru.topshoptv.com.ua/skidki-2013-05-31/skovoroda-vok-delimano-20cm.html?csu=delimano-wok-50&cex=1562251&med=ref&src=ua_multich_delimano-wok-50_ref_sa_smak&referrer=smak_ref_1562251&utm_source=smak_ext&utm_medium=Referrals_class&utm_campaign=ua_multich_delimano-wok-50_ref_sa_smak_1562251&utm_content=Smak.ua_clickunder_1562251' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1,width=500,height=800'); //window.open('http://my-topshop.kiev.ua/ts_smak_popunder_lp.html' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1,width=1000'); // window.open('http://www.tvoirecepti.com.ua/?utm_source=smak_ua' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); tspopwin = window.open('http://goo.gl/MA1g3g' , 'trr', 'toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1,width=800,height=600'); //window.open('http://udacha.topshoptv.com.ua?med=ref&cex=1668685&src=ua_gen_general_ref_lg_smak&referrer=smak_ref_1668685&utm_source=smak_ext&utm_medium=Referrals_class&utm_campaign=gen_general&utm_content=WOF_Smak_Clickunder_lg_1668685' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1,width=950,height=700'); // window.open('http://www.tvoirecepti.com.ua/skidki/posudomoyka_v_podarok.html?utm_source=smak_ua_lp' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); // window.open('http://santa.topshoptv.com.ua/?utm_source=smak_ua' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); // window.open('http://www.tvoirecepti.com.ua/offers/?utm_source=smak_ua' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); // window.open('http://content.avenija.com/xml_upload/ua/topshop/smak_ua/dormeo.html' ,'trr','toolbar=1,location=1,status=1, menubar=1,scrollbars=1,resizable=1'); window.focus(); tspopwin.blur(); } } };