(function(){


function elouai_init_global()
{
  var w = window;
  var nullvalue = null;
  
  
  if (w.elouai_background == nullvalue) w.elouai_background = "000";
  if (w.elouai_stockings == nullvalue) w.elouai_stockings = "000";
  if (w.elouai_shoes == nullvalue) w.elouai_shoes = "000";
  if (w.elouai_bottom == nullvalue) w.elouai_bottom = "000";
  if (w.elouai_top == nullvalue) w.elouai_top = "000";
  if (w.elouai_overtop == nullvalue) w.elouai_overtop = "000";
  if (w.elouai_mouth == nullvalue) w.elouai_mouth = "000";
  if (w.elouai_eyes == nullvalue) w.elouai_eyes = "000";
  if (w.elouai_eyebrows == nullvalue) w.elouai_eyebrows = "000";
  if (w.elouai_makeup == nullvalue) w.elouai_makeup = "000";
  if (w.elouai_hair == nullvalue) w.elouai_hair = "000";
}


function elouai_write_iframe() 
{
  var w = window;
  var d = document;
  d.write('<iframe' +
          ' name="show_animated_doll"' +
          ' width="100"' + 
          ' height="175"' + 
          ' frameborder="0"' + 
          ' src="http://elouai.com/paper-dolls/madonna/linkdoll.php' + 
                '?reload=true' +
                '&pdm_background=' + w.elouai_background +
                '&pdm_stockings=' + w.elouai_stockings +
                '&pdm_shoes=' + w.elouai_shoes +
                '&pdm_bottom=' + w.elouai_bottom +
                '&pdm_top=' + w.elouai_top +
                '&pdm_overtop=' + w.elouai_overtop +
                '&pdm_mouth=' + w.elouai_mouth +
                '&pdm_eyes=' + w.elouai_eyes +
                '&pdm_eyebrows=' + w.elouai_eyebrows +
                '&pdm_makeup=' + w.elouai_makeup +
                '&pdm_hair=' + w.elouai_hair + '"' +
                
          ' marginwidth="0"' +
          ' marginheight="0"' +
          ' vspace="0"' +
          ' hspace="0"' +
          ' allowtransparency="true"' +
          ' scrolling="no">');
  d.write('</iframe>');
}



elouai_init_global();
elouai_write_iframe();
})()
