function load_advertising(){
    setTimeout("load_advertising2()", 1000);
}

function load_advertising2(){
    if (document.getElementById('pub_bigbanner')){
        document.getElementById('pub_bigbanner').innerHTML = "<iframe src=\"http://a01.gestionpub.com/GP4d54548207be35/?out=html\" frameborder=\"0\" hspace=\"0\" vspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" width=\"728\" height=\"90\"></iframe>";
    }
    if (document.getElementById('pub_sky')){
        document.getElementById('pub_sky').innerHTML = "<iframe src=\"http://a01.gestionpub.com/GP4cc49986697b34/?out=html\" frameborder=\"0\" hspace=\"0\" vspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" width=\"160\" height=\"600\"></iframe>";
    }
    if (document.getElementById('pub_pave')){
        document.getElementById('pub_pave').innerHTML = "<iframe src=\"http://a01.gestionpub.com/GP4164448568af2a/?out=html\" frameborder=\"0\" hspace=\"0\" vspace=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"no\" width=\"250\" height=\"250\"></iframe>";
    }
}