var ad="";

var adres='http://www.wardom.org/takip.php?z=1stsplash';

var target="_blank";

var resim ="http://www.wardom.org/1stsplash.gif";
//var resim="http://www.wardom.org/ksplash.jpg";


  
var ver = navigator.appVersion;

  
if (ver.indexOf('MSIE') != -1) {

  
 // IE 

 
document.write("<div id='PopWin' style='z-index:99999;position:absolute;top:50%;left:18%;'>"

  
+" <table width='468' height='80' cellspacing='0' cellpadding='0'>"

+" <tr><td height='60' width='468' colspan='2' bgcolor=''><a style='padding-left:770px;' href='javascript:PopShow()' onclick='DivOff()'>[x]</a><br />"

  
+" <center><a href="+adres+" title='"+ad+"' target='_blank'><img src="+resim+" border=1 style='border:1px solid #000;'></a></center></tr>"

  
+" </tr></table></div>");

  
if (document.all['PopWin'].style)

  
window.setInterval("MovePop()", 5);

  
window.onerror=null;

  
document.body.scrollTop=10;

  
}

  
 else 

  
{

  
 // FF, Opera

  
document.write("<div id='PopWin' style='position:fixed; bottom:9px;float:middle;left:18%;top:20%'>");

  
document.write(" <table width='468' height='80' cellspacing='0' cellpadding='0'>"

  
+" <tr height='20'><td width='238' style='padding-left: 10px; padding-right:10px;'><b>"

  
+" <a target='_blank' style='font-size: 14px; color: #00CC00; "

  
+" font-family: Arial; text-decoration:none; font-style:italic;'>"

  
+" "+ad+"</a></td>"

  
+" <td bgcolor='' width='130' style='padding-right: 3px; background-color: ;' align='right'>"

  
+" </td></tr>"

  
+" <tr><td height='60' width='468' colspan='2' bgcolor=''><a style='padding-left:770px;' href='javascript:PopShow()' onclick='DivOff()'>[x]</a><br />"

  
+" <center><a href="+adres+" target='_blank' title="+ad+"><img src="+resim+" style='border:1px solid #000;' border=0></a></center></tr>"

  
+" </tr></table></div>");

  
}

  
 

  
//document.write('<style type="text/css">#PopWin{width:468px;height:80px;'
  
//+'z-index:9999999999;position:absolute;bottom:110%;left:30%;}</style>');

  
 

  
function DivOff()

  
{ 

  
 document.getElementById('PopWin').style.display='none';

  
}

  
 

  
function PopShow()

  
{ 

  
 
//window.open("javascript:location.href='"+kapat+"';","PopWin","width=800,height=600,resizable=1,toolbar=1,location=1,menubar=1,status=1,scrollbars=1");

  
// window.focus();

  
 DivOff();

  
}

  
 

  
function MovePop() {

  
if (document.body.scrollTop==0) 

  
 document.all['PopWin'].style.top=document.documentElement.scrollTop+100; else

  
document.all['PopWin'].style.top=document.body.scrollTop+100;

  
} 

  
 

  
 

  
 

