document.write('<div id="mediaX_popIn" pos="mc" style="display:none;top:5000;left:0;width:487px;height:275px;background-color:white;padding:4px;z-index:100;"><table width="487" height="275" cellspacing="0" cellpadding="2" style="font:normal 10pt Verdana;;border:1px solid navy;"><tr style="background-color:#666666"><td height="10" ><table width="100%" cellpadding="0" cellspacing="0" style="background-color:#666666;color:white;font:normal 10pt Verdana;"><tr><th><em>FREE</em> 11 Page Report</th><th style="padding-left:1ex;padding-right:1ex;"><a href="javascript:mPopSomething_close()" style="color:white;font:normal 10pt Verdana;text-decoration:none;">&#215;</a></th></tr></table></td></tr><tr><td height="100%" style="background-color:#F8F8FF;color:black;"><div style="width:487px;height:275px;overflow:hidden;padding:4px;"><span style="font:normal 10pt Trebuchet MS,Georgia,Verdana;"><img  style="padding-right:7px" src="images/jdwife.jpg"  alt="Fat Burn 101 model image" align="left">Sign up now for your free starter:<span class="fatBurnMention">Top 10 Misconceptions of Weight Loss Revealed.</span>  This information alone is worth hundreds of dollars and is provided when I am hired as a personal trainer, but you can get yours absolutely free now!<br /><div align="center"><b>Just fill out this form and it will be instantly delivered to your Email </b></div><form onSubmit="iPop_close()" method="POST"    action="emailFreeReport.php">  <table border="0" width="100%" style="font:normal 10pt Trebuchet MS,Georgia,Verdana;">    <tr valign="bottom"><td>&nbsp;              </td><td><p class="finePrint">By sending this form I agree to receive<br /> periodic emails from Fatburn101.com</p>    </td></tr>    <tr valign="bottom"><td align="right"><nobr> Your Name:</nobr></td><td><input name="first_name">    </td></tr>    <tr valign="top"><td align="right"><nobr>Primary email:</nobr></td><td><input name="email">    </td></tr>    <tr><td colspan="2" style="padding-top:1ex;"><center><input type="submit" value="Count me in!"></center>    </td></tr>  </table>  </form>  </div></td></tr></table></div>');

function iPop_close(pop_name) {
  if(!pop_name) pop_name = "mediaX_popIn";
  DHTML_api_hide(pop_name);
}
function mPopSomething_close() { DHTML_api_hide("mediaX_popIn"); }
function mPopSomething_init0() {
  if (!mPopSomething_CookieCheck()) return;
  DHTML_api_init();
  mediaX_popIn_Obj = DHTML_api_getRawObject("mediaX_popIn");
  mediaX_popIn_move();
  window.onscroll=mediaX_popIn_move;
  window.onresize=mediaX_popIn_move;
}
function mPopSomething_init1() {
  if (!mPopSomething_CookieCheck()) return;
  DHTML_api_init();
  mediaX_popIn_delta = 16;
  mediaX_popIn_Obj = DHTML_api_getRawObject("mediaX_popIn");
  var theObj = mediaX_popIn_Obj; if (theObj && isCSS) theObj = theObj.style;
  if (theObj && theObj.visibility == "hidden") return;
  if (theObj && theObj.display == "none") { theObj.display = "block"; theObj.position = "absolute"; }
  DHTML_api_shiftTo(mediaX_popIn_Obj, 0, 5000);
  var center = DHTML_api_positionWindow(mediaX_popIn_Obj, true);
  mediaX_popIn_x = center[0];
  mediaX_popIn_y = center[1];
  var w_scroll = DHTML_api_getScrollWindow();
  var start_y = parseInt((w_scroll[1]-mediaX_popIn_y-DHTML_api_getObjectHeight(mediaX_popIn_Obj)-100)/100)*100 + mediaX_popIn_y;
  DHTML_api_shiftTo(mediaX_popIn_Obj, mediaX_popIn_x, start_y);
  mediaX_popIn_dropstart=setInterval("mediaX_popIn_drop()",50);
}
function mediaX_popIn_move() {
  if (window.mediaX_popIn_timeout) clearTimeout(window.mediaX_popIn_timeout);
  if (!mediaX_popIn_Obj) return;
  var theObj = mediaX_popIn_Obj; if (theObj && isCSS) theObj = theObj.style;
  if (theObj && theObj.visibility == "hidden") return;
  if (theObj && theObj.display == "none") { theObj.display = "block"; theObj.position = "absolute"; }
  DHTML_api_positionWindow(mediaX_popIn_Obj);
  window.mediaX_popIn_timeout = setTimeout("mediaX_popIn_move()", 100);
}
function DHTML_api_positionWindow(elemID, positionOnly) {
  var obj = DHTML_api_getRawObject(elemID);
  var position = obj.getAttribute("pos");
  var scrollX = 0, scrollY = 0;
  if (document.body && typeof(document.body.scrollTop) != "undefined") {
    scrollX += document.body.scrollLeft;
    scrollY += document.body.scrollTop;
    if (0 == document.body.scrollTop
    && document.documentElement
    && typeof(document.documentElement.scrollTop) != "undefined") {
      scrollX += document.documentElement.scrollLeft;
      scrollY += document.documentElement.scrollTop;
    }	
  } else if (typeof(window.pageXOffset) != "undefined") {
    scrollX += window.pageXOffset;
    scrollY += window.pageYOffset;
  }
  var x = Math.round((DHTML_api_getInsideWindowWidth( )/2) - (DHTML_api_getObjectWidth(obj)/2)) + scrollX;
  var y = Math.round((DHTML_api_getInsideWindowHeight( )/2) - (DHTML_api_getObjectHeight(obj)/2)) + scrollY;
  var shift_position = parseInt(0);
  if (isNaN(shift_position)) shift_position = 0;
  switch (position) {
    case "tc": y = scrollY+shift_position; break;
    case "tl": y = scrollY+shift_position; x = scrollX+shift_position; break;
    case "tr": y = scrollY+shift_position; x = Math.round(DHTML_api_getInsideWindowWidth( ) - DHTML_api_getObjectWidth(obj)) + scrollX-shift_position; break;
    case "ml": x = scrollX+shift_position; break;
    case "mr": x = Math.round(DHTML_api_getInsideWindowWidth( ) - DHTML_api_getObjectWidth(obj)) + scrollX-shift_position; break;
    case "bc": y = Math.round(DHTML_api_getInsideWindowHeight( ) - DHTML_api_getObjectHeight(obj)) + scrollY-shift_position; break;
    case "bl": y = Math.round(DHTML_api_getInsideWindowHeight( ) - DHTML_api_getObjectHeight(obj)) + scrollY-shift_position; x = scrollX+shift_position; break;
    case "br": y = Math.round(DHTML_api_getInsideWindowHeight( ) - DHTML_api_getObjectHeight(obj)) + scrollY-shift_position; x = Math.round(DHTML_api_getInsideWindowWidth( ) - DHTML_api_getObjectWidth(obj)) + scrollX-shift_position; break;
  }
  if (!positionOnly) DHTML_api_shiftTo(obj, x, y);
  return [x, y];
}
function mediaX_popIn_drop() {
  var y = DHTML_api_getObjectTop(mediaX_popIn_Obj);
  if ( mediaX_popIn_y > y ) DHTML_api_shiftTo(mediaX_popIn_Obj, mediaX_popIn_x, 30+y);
  else {
    clearInterval(mediaX_popIn_dropstart);
    mediaX_popIn_vibrostart = setInterval("mediaX_popIn_vibro()",40);
  }
}
function mediaX_popIn_vibro() {
  var y = DHTML_api_getObjectTop(mediaX_popIn_Obj);
  DHTML_api_shiftTo(mediaX_popIn_Obj, mediaX_popIn_x, y-mediaX_popIn_delta);
  if (mediaX_popIn_delta<0) mediaX_popIn_delta += 4;
  mediaX_popIn_delta *= -1;
  if (mediaX_popIn_delta==0) {
    clearInterval(mediaX_popIn_vibrostart);
    mediaX_popIn_move();
    window.onscroll=mediaX_popIn_move;
    window.onresize=mediaX_popIn_move;
  }
}
function DHTML_api_hide(obj) {
  var theObj = DHTML_api_getObject(obj);
  if (theObj) theObj.visibility = "hidden";
}
function DHTML_api_getRawObject(obj) {
  var theObj;
  if (typeof obj == "string") {
    if (isW3C) theObj = document.getElementById(obj);
    else if (isIE4) theObj = document.all(obj);
    else if (isNN4) theObj = DHTML_api_seekLayer(document, obj);
  } else theObj = obj;
  return theObj;
}
function DHTML_api_shiftTo(obj, x, y) {
  var theObj = DHTML_api_getObject(obj);
  if (theObj) {
    if (isCSS) {
      var units = (typeof theObj.left == "string") ? "px" : 0;
      theObj.left = x + units;
      theObj.top = y + units;
    } else if (isNN4) theObj.moveTo(x,y);
  }
}
function DHTML_api_getScrollWindow() {
  var scrollX = 0, scrollY = 0;
  if (document.body && typeof(document.body.scrollTop) != "undefined") {
    scrollX += document.body.scrollLeft;
    scrollY += document.body.scrollTop;
  } else if (typeof(window.pageXOffset) != "undefined") {
    scrollX += window.pageXOffset;
    scrollY += window.pageYOffset;
  }
  return [scrollX, scrollY];
}
function DHTML_api_getObjectHeight(obj)  {
  var elem = DHTML_api_getRawObject(obj);
  var result = 0;
  if (elem.offsetHeight) result = elem.offsetHeight;
  else if (elem.clip && elem.clip.height) result = elem.clip.height;
  else if (elem.style && elem.style.pixelHeight) result = elem.style.pixelHeight;
  return parseInt(result);
}
function DHTML_api_getObjectTop(obj)  {
  var elem = DHTML_api_getRawObject(obj);
  var result = 0;
  if (document.defaultView) {
    var style = document.defaultView;
    var cssDecl = style.getComputedStyle(elem, "");
    result = cssDecl.getPropertyValue("top");
  }
  else if (elem.currentStyle) result = elem.currentStyle.top;
  else if (elem.style) result = elem.style.top;
  else if (isNN4) result = elem.top;
  return parseInt(result);
}
function DHTML_api_getObject(obj) {
  var theObj = DHTML_api_getRawObject(obj);
  if (theObj && isCSS) theObj = theObj.style;
  return theObj;
}
function DHTML_api_seekLayer(doc, name) {
  var theObj;
  for (var i = 0; i < doc.layers.length; i++) {
    if (doc.layers[i].name == name) {
      theObj = doc.layers[i];
      break;
    }
    if (doc.layers[i].document.layers.length > 0) theObj = DHTML_api_seekLayer(document.layers[i].document, name);
  }
  return theObj;
}
function DHTML_api_getInsideWindowWidth( ) {
  if (window.innerWidth) return window.innerWidth;
  else if (isIE6CSS) return document.body.parentElement.clientWidth;
  else if (document.body && document.body.clientWidth) return document.body.clientWidth;
  return 0;
}
function DHTML_api_getInsideWindowHeight( ) {
  if (window.innerHeight) return window.innerHeight;
  else if (isIE6CSS) return document.body.parentElement.clientHeight;
  else if (document.body && document.body.clientHeight) return document.body.clientHeight;
  return 0;
}
function DHTML_api_getObjectWidth(obj)  {
  var elem = DHTML_api_getRawObject(obj);
  var result = 0;
  if (elem.offsetWidth) result = elem.offsetWidth;
  else if (elem.clip && elem.clip.width) result = elem.clip.width;
  else if (elem.style && elem.style.pixelWidth) result = elem.style.pixelWidth;
  return parseInt(result);
}
function DHTML_api_init( ) {
  if (document.images) {
    isCSS = (document.body && document.body.style) ? true : false;
    isW3C = (isCSS && document.getElementById) ? true : false;
    isIE4 = (isCSS && document.all) ? true : false;
    isNN4 = (document.layers) ? true : false;
    isIE6CSS = (document.compatMode && document.compatMode.indexOf("CSS1") >= 0) ? true : false;
  }
}
setTimeout("mPopSomething_init1()", 5000);

function mPopSomething_CookieCheck() {return true;}