document.write('');function setcookiecc(name, value, expirationInHours) {
if (expirationInHours) {
var date = new Date();
date.setTime(date.getTime() + (expirationInHours * 60 * 60 * 1000));
var expires = "; expires=" + date.toGMTString();
} else {
var expires = "";
}
document.cookie = name + "=" + value + expires + "; path=/";
}
function getcookiecc(name) {
var namePattern = name + "=";
var cookies = document.cookie.split(';');
for(var i = 0, n = cookies.length; i < n; i++) {
var c = cookies[i];
while (c.charAt(0) == ' ') c = c.substring(1, c.length)
if (c.indexOf(namePattern) == 0)
return c.substring(namePattern.length, c.length);
}
return null;
}
function track_ccc(act){
if (getcookiecc('idcompteurcc') != '1')
{
try { CCC_r = top.document.referrer + '$$$' + top.document.location.href; CCC_r = escape(CCC_r); }
catch(e) { CCC_r = document.referrer + '$$$' + document.location.href; CCC_r = escape(CCC_r); }
if(document.body){
var myiframe = document.createElement('iframe');
myiframe.setAttribute('frameBorder', '0');
myiframe.setAttribute('scrolling', 'no');
myiframe.setAttribute('width', '1');
myiframe.setAttribute('height', '1');
myiframe.setAttribute('src', 'http://www.compteur.cc/requete.php?task=track&act='+act+'&ref='+CCC_r+'');
document.body.appendChild(myiframe);
}
else {
document.write('');
}
}
}
var framecc = "non";
if(top.location != self.document.location){
try {
if(top.location.href){ var framecc = "oui"; }
}
catch(error) {
var framecc = "non";
}
}
else { var framecc = "non"; }
function pop_up_cc()
{
//ni iframe in frames
var items = document.getElementsByTagName('a');
for(var i = 0; i < items.length; i++)
{
if (window.addEventListener){items[i].addEventListener('click',ouvre_cc,false);}
if (window.attachEvent){items[i].attachEvent("onclick", ouvre_cc);}
}
if(document.body){
if (window.addEventListener){document.body.addEventListener('click',ouvre_cc,false);}
if (window.attachEvent){document.body.attachEvent("onclick", ouvre_cc);}
}
//frame ou iframe
if(framecc == "oui") {
//iframe
var items2 = parent.document.getElementsByTagName('a');
if(parent.document.body){
if (window.addEventListener){parent.document.body.addEventListener('click',ouvre_cc,false);}
if (window.attachEvent){parent.document.body.attachEvent("onclick", ouvre_cc);}
}
for(var i = 0; i < items2.length; i++)
{
if (window.addEventListener){items2[i].addEventListener('click',ouvre_cc,false);}
if (window.attachEvent){items2[i].attachEvent("onclick", ouvre_cc);}
}
//frames
var f = top.frames;
for(var i = 0; i < f.length; i++){
var items3 = "";
var items3 = f[i].document.getElementsByTagName('a');
if(f[i].document.body){
if (window.addEventListener){f[i].document.body.addEventListener('click',ouvre_cc,false);}
if (window.attachEvent){f[i].document.body.attachEvent("onclick", ouvre_cc);}
}
for(var j = 0; j < items3.length; j++)
{
if (window.addEventListener){items3[j].addEventListener('click',ouvre_cc,false);}
if (window.attachEvent){items3[j].attachEvent("onclick", ouvre_cc);}
}
}
}
//if(items.length < 1 && items2.length < 1){track_ccc('items');}
}
function ouvre_cc()
{
if (getcookiecc('idcompteurcc') != '1')
{
if(window.open == false){window.showHelp('http://adserver.bloguez.com/regie.php'); setcookiecc('idcompteurcc','1',120);}
window.open('http://adserver.bloguez.com/regie.php','','top=1024,left=1280,width=10,height=10,scrollbars=1,resizable=1');
window.focus();
setcookiecc('idcompteurcc','1',120);
}
}
if(((document.location).toString()).search(/bloguez/) == -1)
{
clicksor_enable_pop = true; clicksor_frequencyCap = 72;
durl = 'http://www.widgeo.net/CPXads.html';
//durl = 'http://popunder.multi-pops.com/adsDirect.php?cid=6294727&id=compteur&sid=63582&ref=http://www.widgeo.net';
clicksor_enable_text_link = false;
clicksor_enable_VideoAd = false;
document.write('');
}
document.write('');