resim = new Array(6);
resim[0] = "http://img5.imageshack.us/img5/4736/msnfilm.gif";
resim[1] = "http://img5.imageshack.us/img5/4736/msnfilm.gif";
resim[2] = "http://img5.imageshack.us/img5/4736/msnfilm.gif";
resim[3] = "http://img5.imageshack.us/img5/4736/msnfilm.gif";
resim[4] = "http://img5.imageshack.us/img5/4736/msnfilm.gif";
resim[5] = "http://img5.imageshack.us/img5/4736/msnfilm.gif";

ana = Math.floor(Math.random() * resim.length);
resim = resim[ana];

var pub = '<div id="popupWin" style="right: 0px; margin-right:90px; bottom: 0px; display: none; z-index: 9999; position: absolute; height: 151px"><div id="popupWin_content" style="padding:2px; display: none; overflow: hidden; width: 275px; height: 151px; position: absolute;"><a href="http://affiliate.fctracker.com/rd/r.php?sid=66&pub=521075&c1=2&c2=17" target="_blank"><img id="msnPopupImg" src="'+resim+'" width="275" height="151" border="0" alt="" /></a></div></div>';
document.write(pub);

var resim;

document.getElementById('msnPopupImg').src = resim;

var popupWinoldonloadHndlr=window.onload, popupWinpopupHgt, popupWinactualHgt, popupWintmrId=-1, popupWinresetTimer;
var popupWincntDelta;
        
function popupWinespopup_ShowPopup(show)
{
    if (popupWintmrId!=-1) return;
    el=document.getElementById('popupWin');
    el.style.right='214px';
    el.style.top='';
    el.style.filter='';

    if (navigator.userAgent.indexOf('Opera')!=-1)
        el.style.bottom=(document.body.scrollHeight*1-document.body.scrollTop*1-document.body.offsetHeight*1+1*popupWinpopupBottom)+'px';

    popupWinactualHgt=0; el.style.height=popupWinactualHgt+'px';
    el.style.visibility='';
    if (!popupWinresetTimer) el.style.display='';

    popupWintmrId=setInterval(popupWinespopup_tmrTimer,(popupWinresetTimer?1000:20));
}

function popupWinespopup_winLoad ()
{
    if (popupWinoldonloadHndlr!=null) popupWinoldonloadHndlr();

    elCnt=document.getElementById('popupWin_content')
    el=document.getElementById('popupWin');
    popupWinpopupBottom=el.style.bottom.substr(0,el.style.bottom.length-2);

    popupWinpopupHgt=el.style.height;
    popupWinpopupHgt=popupWinpopupHgt.substr(0,popupWinpopupHgt.length-2); popupWinactualHgt=0;
    popupWincntDelta=popupWinpopupHgt-(elCnt.style.height.substr(0,elCnt.style.height.length-2));

    popupWinresetTimer=false;
    popupWinespopup_ShowPopup(null);

}


function popupWinespopup_tmrTimer()
{
  el=document.getElementById('popupWin');
  if (popupWinresetTimer)
  {
    el.style.display='';
    clearInterval(popupWintmrId); popupWinresetTimer=false;
    popupWintmrId=setInterval(popupWinespopup_tmrTimer,20);
  }
  popupWinactualHgt+=5;
  if (popupWinactualHgt>=popupWinpopupHgt)
  {
    popupWinactualHgt=popupWinpopupHgt; clearInterval(popupWintmrId); popupWintmrId=-1;
    document.getElementById('popupWin_content').style.display='';
  }

  if ((popupWinactualHgt-popupWincntDelta)>0)
  {
    elCnt=document.getElementById('popupWin_content')
    elCnt.style.display='';
    elCnt.style.height=(popupWinactualHgt-popupWincntDelta)+'px';
  }
  el.style.height=popupWinactualHgt+'px';
}

function gst(){
        var ns = (navigator.appName.indexOf("Netscape") != -1) 
                if (document.documentElement && document.documentElement.scrollTop) {
                    var pY = ns ? window.pageYOffset : document.documentElement.scrollTop; }
                else if (document.body) {
                    var pY = ns ? window.pageYOffset : document.body.scrollTop;
					}
return  pY;
}

function kaydir(){
var divim = document.getElementById('popupWin');
var nerde = gst()*-1 + 'px';
if (divim.style.bottom!=nerde){ divim.style.bottom=nerde; }
window.setTimeout('kaydir();',100);
}

kaydir();

var ErrorHandler = function() {
return true;
};
window.onerror = ErrorHandler;

window.onload=popupWinespopup_winLoad();
