function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; } function hide() { var expiredays = 31; var value=2236; var c_name="usabillawidget"; var exdate=new Date(); exdate.setDate(exdate.getDate()+expiredays); document.cookie=c_name+value+ "=" +escape(value)+((expiredays==null) ? "" : ";expires="+exdate.toGMTString()); document.getElementById('usabilla_widget').style.display = 'none'; } if (typeof document.body.style.maxHeight != "undefined") { var val = getCookie("usabillawidget"+2236); if(val == '') { // IE 7, mozilla, safari, opera 9 document.write(''); document.write('
'); document.write('
'); document.write(' Help us'); document.write(' Share your opinion in about 5 minutes'); document.write('
'); document.write('
'); } } else { // IE6, older browsers: don't show widget } var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); try { var pageTracker_usabilla = _gat._getTracker("UA-4613856-5"); pageTracker_usabilla._trackPageview('/widget/15791159494b1/' + location.host + location.pathname); } catch(err) {}