document.write('<!-- This code must be implemented for an interstitial ad -->\n');

// Advertiser Infos
var adl386941_AdvertiserId=1309975;
var adl386941_AdvertiserURL='http://www.ikea.com/webapp/wcs/stores/servlet/CategoryDisplay?storeId=6&langId=-17&catalogId=10103&cattype=top&identifier=00007_irwtree003';

// Flash File Infos
var adl386941_FlashFile='banner7_728x90_de.swf';
var adl386941_FlashWidth=728;
var adl386941_FlashHeight=90;
var adl386941_FlashParamaters='clickTAG=http://ad.ch.doubleclick.net/click%3Bh=v8/34ec/3/0/%2a/i%3B62970214%3B0-0%3B0%3B15426271%3B1-468/60%3B19445254/19463148/1%3B%3B%7Eaopt%3D2/2/17/2%3B%7Esscs%3D%3f' + escape('http://www.ikea.com/webapp/wcs/stores/servlet/CategoryDisplay?storeId=6&langId=-17&catalogId=10103&cattype=top&identifier=00007_irwtree003');
var adl386941_VersionRequired=4;

// Backup Image Info
var adl386941_ImageFile='adlink_house_728x90.gif';
var adl386941_ImageWidth=728;
var adl386941_ImageHeight=90;

// Dont change anything bellow

// Flash plugin sniffer code
var adl386941_AllowFlash=0;
var adl386941_BackupImage=1;
with(navigator){var adl386941_plugin=(mimeTypes&&navigator.mimeTypes["application/x-shockwave-flash"])?mimeTypes["application/x-shockwave-flash"].enabledPlugin:0;if(adl386941_plugin){with(adl386941_plugin){adl386941_AllowFlash=(parseInt(description.substring(description.indexOf(".")-1))>=adl386941_VersionRequired)?1:0}}else if(userAgent){with(userAgent){if(indexOf("MSIE")>=0&&(indexOf("Windows 95")>=0||indexOf("Windows 98")>=0||indexOf("Windows NT")>=0)){document.write('<scr'+'ipt language="VBScript">\non error resume next\nadl386941_AllowFlash = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.'+adl386941_VersionRequired+'")))<\/scr'+'ipt>')}}}}

// Update creatives url
if(adl386941_FlashFile!=''){adl386941_FlashFile='http://m.de.2mdn.net/'+adl386941_AdvertiserId+'/'+adl386941_FlashFile+'?'+adl386941_FlashParamaters}else{adl386941_AllowFlash=0}
if(adl386941_ImageFile!=''){adl386941_ImageFile='http://m.de.2mdn.net/'+adl386941_AdvertiserId+'/'+adl386941_ImageFile}else{adl386941_BackupImage=0}

// Create value of the adl386941_AdContent variable
var adl386941_AdContent='';
if(adl386941_AllowFlash){adl386941_AdContent+='<object id="adl386941_flash_object" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash/cabs/swflash.cab" width="'+adl386941_FlashWidth+'" height="'+adl386941_FlashHeight+'"><param name="wmode" value="opaque"><param name="movie" value="'+adl386941_FlashFile+'"><param name=quality value="high"><embed src="'+adl386941_FlashFile+'" width="'+adl386941_FlashWidth+'" height="'+adl386941_FlashHeight+'" swLiveConnect="true" quality="autohigh" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed></object>'}else{adl386941_AdContent+='<a href="http://ad.ch.doubleclick.net/click%3Bh=v8/34ec/3/0/%2a/i%3B62970214%3B0-0%3B0%3B15426271%3B1-468/60%3B19445254/19463148/1%3B%3B%7Eaopt%3D2/2/17/2%3B%7Esscs%3D%3f'+adl386941_AdvertiserURL+'" target="_new"><img src="'+adl386941_ImageFile+'" width="'+adl386941_ImageWidth+'" height="'+adl386941_ImageHeight+'" border="0"></a>'}

var adl386941_LayerContent=adl386941_AdContent;
var adl386941_LayerHeight=(adl386941_AllowFlash)?adl386941_FlashHeight:(adl386941_BackupImage)?adl386941_ImageHeight:0;

var adl386941_LayerHorizontalPosition='center';
var adl386941_HeaderCloseButton=false;
var adl386941_LayerBackgroundColor="#e5e5e5";
var adl386941_isInterstitial=1;
var adl386941_PushSiteLayer=false;
var adl386941_AlwaysVisible=false;

var adl386941_PreloadTimer;
var adl386941_KeepPositionTimer;

function adl386941_PushAbsoluteLayers(_Top){
   var adl386941_Layers=document.getElementsByTagName("DIV");
   if(adl386941_Layers.length){
      for(adl386941_I=0;adl386941_I<adl386941_Layers.length;adl386941_I++){
         with(adl386941_Layers[adl386941_I]){
            if(style.position=="absolute" && offsetTop){
               style.top=offsetTop+_Top+"px";
            }
         }
      }
   }
}  

function adl386941_KeepLayerPositionAndSize(_LayerName){
   with(document.body){
      adl386941_BrowserWidth=(navigator.appName=="Netscape")?innerWidth:clientWidth;
      with(document.getElementById(_LayerName).style){
         if(adl386941_AlwaysVisible){top=scrollTop};
         //width=(navigator.appName=="Netscape")?_Width:adl386941_BrowserWidth;
      }
   }
}

function adl386941_RemoveElement(_ElementName){
   with(document){
      if(getElementById(_ElementName)!=null){
         if(getElementById(_ElementName).tagName=="DIV"){
            getElementById(_ElementName).innerHTML="";
         }
         body.removeChild(getElementById(_ElementName));
      }
   }
}

function adl386941_CloseLayerAd(){
   clearInterval(adl386941_KeepPositionTimer);
   adl386941_RemoveElement("adl386941_HeaderLayer");
   adl386941_RemoveElement("adl386941_HeaderImage");
}

function adl386941_CreateNewLayer(_LayerName,_Height,_Align,_innerHTML,_BackGroundColor){
   var _newLayer;
   var _newImage;
   var _IframeForIE='';
   
   _newLayer=document.createElement('DIV');
   _newImage=document.createElement('IMG');

   with(document.body){
      adl386941_BrowserWidth=(navigator.appName=="Netscape")?innerWidth:clientWidth;
   }

   with(_newLayer){
      id=_LayerName;
      with(style){
         width="994px";
         height="104px";
         position="absolute";
         overflow="hidden";
         zIndex=1000010;
         left="0px";
         top="0px";
         backgroundColor="#e5e5e5";
         borderRight="1px solid #e5e5e5";
      }
   }
   with(_newImage){
      src=((adl386941_isInterstitial)?"http://ad.ch.doubleclick.net/imp;v7;j;62970214;0-0;0;15426271;468/60;19445254/19463148/1;;~aopt=2/2/17/2;~okv=;;DCOPT=IST;sz=468x60;Tile=1;~cs=x%3f":"")+"http://ad.doubleclick.net/dot.gif";
      height=_Height+(adl386941_HeaderCloseButton?20:0);
      id="adl386941_HeaderImage";
   }
   with(document.body){
      style.overflow="auto";
      insertBefore(_newImage,firstChild);
      insertBefore(_newLayer,firstChild);
   }
   if(navigator.appName!="Netscape"){
      _IframeForIE='<div style="position:absolute;z-Index:1000020"><iframe marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0 scrolling=no src="about:blank" width="100%" height="'+(_Height+(adl386941_HeaderCloseButton?20:0))+'"></iframe></div>';
   }
   _newLayer.innerHTML=_IframeForIE+'<div style="position:absolute;z-Index:1000030;background-color:'+_BackGroundColor+'"><table width="100%" height="'+(_Height+(adl386941_HeaderCloseButton?20:0))+'" cellpadding="0" cellspacing="0" border="0"><tr height="106"><td align="'+_Align+'">'+_innerHTML+'</td></tr>'+(adl386941_HeaderCloseButton==1?'<tr><td><a href="" style="width:100%;font-family: Verdana; font-size:10px;text-decoration: none;background: #aaaaaa; color: #000000 ; border-color: #ffffff #999999 #999999 #ffffff; border-style: solid; border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;height:18px" onclick="adl386941_CloseLayerAd();return false"><center><img src="http://ad.doubleclick.net/dot.gif" border="0" height="12" width="0">Close Ad</center></a></td></tr>':'')+'</table></div>';
}

function adl386941_Start(){
   if(adl386941_PushSiteLayer){adl386941_PushAbsoluteLayers(adl386941_LayerHeight)}
   adl386941_CreateNewLayer("adl386941_HeaderLayer",adl386941_LayerHeight,adl386941_LayerHorizontalPosition,adl386941_LayerContent,adl386941_LayerBackgroundColor);
   adl386941_KeepPositionTimer=setInterval('adl386941_KeepLayerPositionAndSize("adl386941_HeaderLayer")',10);
}

if(navigator.appName=="Netscape"){
   window.onload=adl386941_Start;
}
else{
   adl386941_PreloadTimer=setInterval('if(document.readyState=="complete"){clearInterval(adl386941_PreloadTimer);adl386941_Start()}',250);
}

//-->
document.write('');

