jQuery.cookieDetector=function(b){b=jQuery.extend({id:"cookieNotifier",border:"2px solid #FBC2C4",backgroundColor:"#FBE3E4",padding:"1em",content:'<strong>Please Note</strong>: This site requires the use of "cookies" for some portions of this website. For the best possible exeperience and to make this message go away, you must enable cookies in your browser. Learn how to enable cookies here: <a href="http://www.google.com/support/accounts/bin/answer.py?&answer=61416" target="_blank">http://www.google.com/support/accounts/bin/answer.py?&answer=61416</a>'},b);
var a="test_cookie";$.cookie(a,true);if($.cookie(a)){$.cookie(a,null)}else{var c='<div id="'+b.id+'" style="z-index:100;display:none;position:fixed;top:0;left:0;width:100%; border:'+b.border+"; background-color:"+b.backgroundColor+"; padding:"+b.padding+';">'+b.content+"</div>";$("body").append(c);$("#"+b.id).show("slow")}};
