/*
 * jQuery CooQuery Plugin v2
 * http://cooquery.lenonmarcel.com.br/
 *
 * Copyright 2009, 2010 Lenon Marcel
 * Dual licensed under the MIT and GPL licenses.
 * http://www.opensource.org/licenses/mit-license.php
 * http://www.gnu.org/licenses/gpl.html
 *
 * Date: 2010-01-24 (Sun, 24 January 2010)
 */
(function(a){a.setCookie=function(d,e,c){if(typeof d==="undefined"||typeof e==="undefined"){return false}var f=d+"="+encodeURIComponent(e);if(c.domain){f+="; domain="+c.domain}if(c.path){f+="; path="+c.path}if(c.duration){var b=new Date();b.setTime(b.getTime()+c.duration*24*60*60*1000);f+="; expires="+b.toGMTString()}if(c.secure){f+="; secure"}return document.cookie=f};a.delCookie=function(b){return a.setCookie(b,"",{duration:-1})};a.readCookie=function(b){var c=document.cookie.match("(?:^|;)\\s*"+b.replace(/([-.*+?^${}()|[\]\/\\])/g,"\\$1")+"=([^;]*)");return(c)?decodeURIComponent(c[1]):null};a.CooQueryVersion="v 2.0"})(jQuery);
