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;
}
var cptccpub = "";
if(typeof(window['compteurcc_adultvar']) != "undefined"){
if(compteurcc_adultvar == "1"){var cptccpub = "a";}
}
else if(typeof(window['msg']) != "undefined"){
if(msg.search(/ADULT/) != -1){var cptccpub = "a";}
}
else if(typeof(window['disclaimer']) != "undefined"){
if(disclaimer.search(/MAJEUR/) != -1){var cptccpub = "a";}
}
else if(getcookiecc("GI")){
var cptccpub = "a";
}
else{
var cptccpub = "";
}
var framecc = "non";
if(top.location != self.document.location){
try {
if(top.location.href){ var framecc = "oui"; setcookiecc('framecc','oui',24); }
}
catch(error) {
var framecc = "non";
}
}
else { var framecc = "non"; }
function pop_up_cc()
{
items = document.getElementsByTagName('a');
for(var i=0; i');
}
document.write('');