/******************************
Verdicts and Settlements Disclaimer v2.0
by Derrick Gall
	This will show a popup upon arrival to a page/site and will continue to show until the user agrees to the disclaimer.
Minified with YUI Compressor & Ant
******************************/
$(function(){var a,c,b=$("#verdictsSettlementsDisclaimer");a=function(f,g,h){var e,d;if(h){e=new Date();e.setTime(e.getTime()+(h*24*60*60*1000));d="; expires="+e.toGMTString()}else{d=""}document.cookie=f+"="+g+d+"; path=/"};c=function(e){var g=e+"=",d=document.cookie.split(";"),h,f;for(f=0;f<d.length;f++){h=d[f];while(h.charAt(0)===" "){h=h.substring(1,h.length)}if(h.indexOf(g)===0){return h.substring(g.length,h.length)}}return null};if(!b.hasClass("noCookies")&&c("verdictsAgreed")==="true"){$(".hideVerdictsSettlements").removeClass("hideVerdictsSettlements");return false}else{$("#verdictsSettlementsAgree").click(function(){a("verdictsAgreed","true",1);$.fn.colorbox.close()});$.fn.colorbox({html:b,maxWidth:600,overlayClose:false,opacity:1,onLoad:function(){$(".hideVerdictsSettlements").removeClass("hideVerdictsSettlements");$("#colorbox #cboxClose").remove()}})}});

