(function($){ cookies = { set:function(name, value, expirationTime, path, domain, secure){ var time=new Date(); if(expirationTime){ time.setTime(time.getTime()+(expirationTime*1000)); } document.cookie=name+ '='+ escape(value)+ '; '+ (!expirationTime? '': '; expires='+time.toUTCString())+ '; path='+(path?path:'/')+ (!domain? '': '; domain='+domain)+ (!secure? '': '; secure'); }, get:function(name){ var re=new RegExp(name+'=([^;]*);?','gi'), result=re.exec(document.cookie)||[]; return (result.length>1? unescape(result[1]): false); }, remove:function(name, path, domain){ var value=this.get(name); document.cookie=name+ '='+ '; path='+(path?path:'/')+ (!domain? '': '; domain='+domain)+ '; expires=Thu, 01-Jan-70 00:00:01 GMT'; return value; } }; if( cookies.get('130anspoped') ){ return false; } document.write( '
\  \

\ HEC Paris celebrates its 130 years in 130 days\

\
\
\
\

\ \ Each day you can see a snapshot of life at HEC on the website www.hec.fr/130ans\ and on the iPhone app,\ tracing back through the greatest moments of its history; a history marked by the taste of audacity.\ \
'); $.toolkit.initPlugins("dialogbox"); $("#popin130ans .btClose").click(function(){ $("#popin130ans").dialogbox("close"); }); cookies.set('130anspoped',true,86400); })(jQuery);