/***
 * DATE : 2011-02-15-2
**/

/* Pre Home */
document.write('<style type="text/css">.ph_bod {background:url(http://cstatic.weborama.fr/publisher/prehome/meteofrance/barob.gif) repeat-x;background-color:#AFE0FF;padding:0px;margin:0px;}.ph_zone{position:absolute;top:0px;left:50%;}.ph_im{position:relative;left:-237px;}.ph_pub{position:absolute;top:50%;left:50%;}.ph_inner{position:relative;top:-350px;left:-300px;text-align:center;}.ph_up{position:absolute;z-index:50;}</style>');

var wPreHome = {
	look: function(x, y) {

		this._iframeId = 'wbo_if_prehome';
		this._divId = 'prehome';

		main = document.createElement('div');
		main.id = this._divId;
		main.className = 'ph_bod'; 

		width = document.documentElement.clientWidth; 
		height = document.documentElement.clientHeight;

		main.style.width = width+'px';
		main.style.height = height+'px';
		main.style.position = 'absolute';
		main.style.left = '0px';
		main.style.top = '0px';
		main.style.padding = '0px';
		main.style.margin = '0px';
		main.style.border = '0px';
		main.style.zIndex = '2514699';

		main.innerHTML = '<div class="ph_zone"><img src="http://cstatic.weborama.fr/publisher/prehome/meteofrance/nuage.jpg" width="474" height="518" border="0" class="ph_im"/></div><div class="ph_pub"><div class="ph_inner"><table width="600px" border="0" cellspacing="0" cellpadding="0"><tr><td height="450" align="center" valign="bottom"><iframe scrolling="no" border="0" frameBorder="0" marginheight="0" marginwidth="0" hspace="0" vspace="0" id="'+this._iframeId+'" name="'+this._iframeId+'"  src="about:blank" width="'+x+'px" height="'+y+'px"/></iframe></td></tr><tr><td height="20" align="center" valign="middle"><br/><img src="http://cstatic.weborama.fr/publisher/prehome/meteofrance/bouton.gif"/ onClick="wPreHome.destroy();" style="cursor:pointer;"></td></tr></table></div></div><img src="http://cstatic.weborama.fr/publisher/prehome/meteofrance/logo.gif" class="ph_up"/>';

		return main;		
	}
}

/* clef dynamique */
var wr_dynamic_keys = undefined;
try {
  var wr_loc_split = top.window.location.href.replace(/%252F/g,"/").replace(/%2F/g,"/").match('\.path=([^/]+)/([^/]+)');
  if (wr_loc_split.length > 2) {
        wr_dynamic_keys = [[wr_loc_split[1],wr_loc_split[2]]];
        try {
          if(wr_loc_split[1].match(/ville/)) {
            var dept = wr_loc_split[2].slice(0,2);
            wr_dynamic_keys[wr_dynamic_keys.length] = ['previsionsdept','DEPT' + dept];
          } 
      }catch(e){}
  }
}catch(e){}


/* main request */
document.write('<scr'+'ipt type="text/javascript" src="http://cstatic.weborama.fr/js/adperf_publisher.js"></scr'+'ipt>');

