pause = 1;
document.write('YOUR WIDGT WILL RETURN AFTER A BRIEF MAINTENANCE');

if(pause==0)
{


if(neoearth_id<=99999){neoearth_id=neoearth_id*100;}
if(neoearth_id<=9999999){neoearth_id=neoearth_id*100;}



function lancerpopup() 
{
  var lalargeur =  940  ; // ici la largeur du popup
  var lahauteur = 470 ;  // ici la hauteur du popup
  var yes = 1;
  var no = 0;
  var menubar = no; //  Fichier, Editiion, Affichage...
  var scrollbars = no; // scrollbarre horizontale & verticale 
  var locationbar = no; // Barre d'adresse
  var directories = no; // Barre de liens
  var resizable = no; // Permettre la fenetre d'être redimensionné 
  var statusbar = no; // Status bar (with "Document: Done")
  var toolbar = no; // retour, Home, Stop bar d'outil
  var t = (screen.height-lahauteur)/2 ;  // pour centre selon la hauteur de l'écran
  var l = (screen.width-lalargeur)/2 ; // pour centrer selon la largeur de l'écran
  
   propriete = "width=" + (lalargeur) + ",height=" + (lahauteur) +  ",top=" + t +",left=" + l ;
   propriete += (menubar ? ",menubars" : "") + (scrollbars ? ",scrollbars" : "") + (locationbar ? ",location" : "") + (directories ? ",directories" : "") + (resizable ? ",resizable" : "") + (statusbar ? ",status" : "") + (toolbar ? ",toolbar" : "") ;

   	// detect popup blocker
	var mine =   window.open("http://neoearth.neoworx-blog-tools.net/neoearth_v3.php?neoearth_id="+neoearth_id, "NeoEarth", propriete) ; 
	if(mine){
    	var popUpsBlocked = false;
 	} else {
    	var popUpsBlocked = true
		alert('OOPS!! We have detected that you are using popup blocking software.\n Please allow popups from neoworx.net to view NeoEarth correctly.');
 	}

}



function setFlashSize(newW, newH){

	document.getElementById('neoearth').style.width = newW+"px";	
	document.getElementById('neoearth').style.height = newH+"px";
}


if(typeof(skin) == "undefined"){
skin="";
}


document.write('<object data="http://neoearth.neoworx-blog-tools.net/neoearth_launcher_v3.swf" width="100%" height="100%" type="application/x-shockwave-flash">');
document.write('<param name="movie" value="http://neoearth.neoworx-blog-tools.net/neoearth_launcher_v3.swf" />');
document.write('<param name="FlashVars" value="neoearth_id='+neoearth_id+'&skin='+skin+'" />');
document.write('<param name="allowScriptAccess" value="always">');
document.write('<param name="wmode" value="transparent">');
document.write('</object>');
          }