function NoError()
{
return true
}
window.onerror=NoError

var windowWidth=0;
    if (typeof(window.innerWidth) == 'number') {
        windowWidth = window.innerWidth;
        windowHeight = window.innerHeight;
    }
    else {
     if (document.documentElement && document.documentElement.clientWidth) {
         windowWidth = document.documentElement.clientWidth;
         windowHeight = document.documentElement.clientHeight;
    }
    else {
     if (document.body && document.body.clientWidth) {
         windowWidth = document.body.clientWidth;
         windowHeight = document.body.clientHeight;
      }
     }
    }

ejs_largeur = (windowWidth/2) - 500 - 18 - 15 - 190;  // 18 = espace avant zone blanche, 20 = largeur bande défilement, 190 = largeur pub
effac = (windowWidth/2) - 500;
boite_facebook_gauche = (windowWidth/2) + 500 - 4;
boite_facebook_haut = windowHeight - 118;
boite_googleplus_haut = windowHeight - 194;
boite_gites_haut = windowHeight - 270

function OuvreCarre() {
document.write('<style type="text/css">\n');
document.write('#ejs_slide_box ');
document.write('{');
document.write('position:fixed;');
document.write('width:200px;');
document.write('height:385px;');
document.write('top:200px;');
document.write('left:'+ejs_largeur+'px;');
document.write('}\n');
document.write('.pubtransp:hover ');
document.write('{');
document.write('filter:alpha(opacity=80);');
document.write('opacity : 0.80;');
document.write('}\n');
document.write('</style>');

document.write('<div id="ejs_slide_box" class="pubtransp">');
NumPubMag = Math.random()
if (NumPubMag <= 0.25) document.write('<a href="http://bit.ly/A09Lbg" target="_blank"><img src="pubmagazinenouv.jpg" width=200 height=385 border=0></a>');
else if (NumPubMag <= 0.50) document.write('<a href="http://bit.ly/A09Lbg" target="_blank"><img src="pubmagazinenouv2.jpg" width=200 height=385 border=0></a>');
else document.write('<a href="http://bit.ly/A09Lbg" target="_blank"><img src="pubmagazinenouv4.jpg" width=200 height=385 border=0></a>');
document.write('</div>');
 }

function OuvreFacebook() {
document.write('<style type="text/css">\n');
document.write('#ejs_slide_fb ');
document.write('{');
document.write('position:fixed;');
document.write('width:90px;');
document.write('height:85px;');
document.write('top:'+boite_facebook_haut+'px;');
document.write('left:'+boite_facebook_gauche+'px;');
document.write('}\n');
document.write('</style>');

document.write('<div id="ejs_slide_fb" align="center">');
document.write('<a href="http://www.france-pittoresque.info" class="menuentete2" style="line-height:110%;" target="_blank">Nous rejoindre<br>sur <b>FACEBOOK</b><br><img src="facebook_fond.gif" width=38 height=38 border=0 vspace=2></a>');
document.write('</div>');
 }

function OuvreGooglePlus() {
document.write('<style type="text/css">\n');
document.write('#ejs_slide_gp ');
document.write('{');
document.write('position:fixed;');
document.write('width:90px;');
document.write('height:85px;');
document.write('top:'+boite_googleplus_haut+'px;');
document.write('left:'+boite_facebook_gauche+'px;');
document.write('}\n');
document.write('</style>');

document.write('<div id="ejs_slide_gp" align="center">');
document.write('<a href="http://goo.gl/tT9YG" class="menuentete2" style="line-height:110%;" target="_blank">Nous rejoindre<br>sur <b>GOOGLE +</b><br><img src="google_fond.gif" width=38 height=38 border=0 vspace=2></a>');
document.write('</div>');
 }

function OuvreAjoutGites() {
document.write('<style type="text/css">\n');
document.write('#ejs_slide_aj ');
document.write('{');
document.write('position:fixed;');
document.write('width:90px;');
document.write('height:70px;');
document.write('top:'+boite_gites_haut+'px;');
document.write('left:'+boite_facebook_gauche+'px;');
document.write('}\n');
document.write('</style>');

document.write('<div id="ejs_slide_aj" align="center">');
document.write('<a href="http://www.france-pittoresque.com/spip.php?page=referencerpresence&id_rubrique=22" style="font-family: Trebuchet MS; font-size: 10px; color: #202020; line-height: 12px;">Ajouter <b>G&Icirc;TE</b> /<br><b>CHAMBRE D\'H&Ocirc;TES</b><br><img src="gites_fond.gif" width=38 height=38 border=0 vspace=2></a>');
document.write('</div>');
 }

OuvreCarre();
OuvreAjoutGites();
OuvreGooglePlus();
OuvreFacebook();
