var rectorquoteswitch={COOKIE_NAME:'tudelft_home',COOKIE_LIFETIME:356,init:function(){if($('.quote').length===1&&$('.rector').length===1){cookieValue=rectorquoteswitch.getCookie();rectorquoteswitch.setCookie(cookieValue);rectorquoteswitch.setBlock(cookieValue);}},getCookie:function(){if(($.cookie(rectorquoteswitch.COOKIE_NAME)!=='quote'&&$.cookie(rectorquoteswitch.COOKIE_NAME)!=='rector')||$.cookie(rectorquoteswitch.COOKIE_NAME)==='quote'){return'rector';}else{return'quote';}},setCookie:function(cookieValue){var date=new Date();date.setTime(date.getTime()+(rectorquoteswitch.COOKIE_LIFETIME*24*60*60*1000));$.cookie(rectorquoteswitch.COOKIE_NAME,cookieValue,{path:'/',expires:date});},setBlock:function(cookieValue){if(cookieValue==='quote'){hideBlock='rector';}else{hideBlock='quote';}
$('.'+hideBlock).addClass('hidden');}}
