/**************************************
* Jonas Raoni Soares Silva
* http://jsfromhell.com
**************************************/
Cookie = {
    isSupported: function(){
        var s = "__trip__";
        return "cookie" in document && this.write(s, "OK") && this.read(s) == "OK";
    },
    exists: function(n){return document.cookie.indexOf(n + "=") + 1;},
    write: function(n, v){return document.cookie = n + "=" + escape(v), v;},
    read: function(n){
        var c = document.cookie, s = this.exists(n), e;
        return s ? unescape(c.substring(s += n.length, (c.indexOf(";", s) + 1 || c.length + 1) - 1)) : 0;
    }
};
DEcfg ="site=par&affiliate=partrip&chan=tripgirls";
var DEpopcfg ="POPpartrip";
Expble = 0;
DEd=document; function DEshow(ad,pos){
	DErand = Math.floor(1000000*Math.random()); DEconn=DEd.body; DEconn.style.behavior='url(#default#clientCaps)'; DEconn = (DEconn.connectionType=='lan')?1:0;
	DEd.write('<SCR'+'IPT LANGUAGE="JavaScript1.1" SRC="http://de.uol.com.br/js.ng/'+DEcfg+'&size='+ad+'&page='+pos+'&conntype='+DEconn+'&expble='+Expble+'&ord='+DErand+'?"></SCR'+'IPT>');
}
var t = 0, n = "trip_pub";
Cookie.isSupported && !((t = Cookie.read(n), Cookie.write(n, ++t), t) % 3) && (DEshow('1x1',11), document.title += "*");