function ReadCookie(cookieName) {
var theCookie=""+document.cookie;
var ind=theCookie.indexOf(cookieName);
if (ind==-1 || cookieName=="") return "";
var ind1=theCookie.indexOf(';',ind);
if (ind1==-1) ind1=theCookie.length;
return unescape(theCookie.substring(ind+cookieName.length +1,ind1));
}

function setCookie(cookieName,cookieValue, expirehours) {
if (KacSaatteBir > 0){
var today = new Date();
var expire = new Date();
expire.setTime(today.getTime() + 1600000 * KacSaatteBir);
document.cookie = cookieName+"="+escape(cookieValue)
+ ";expires="+expire.toGMTString() + "; path=/";
}else{
document.cookie = cookieName+"="+escape(cookieValue) + "; path=/";
}
}

var KacSaatteBir = 1;
if (ReadCookie('1stsplash') != 'yes') {
setCookie('1stsplash','yes', KacSaatteBir);

var ad="";

var adres='http://www.wardom.com.tr/bilgisayar.php?z=splash';

var target="_blank";

//var resim ="http://www.wardom.org/1stsplash.gif";
//var resim="http://www.wardom.org/1streklam.gif";
var resim="http://www.wardom.com.tr/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:0px;font-weight:bold;' href='javascript:PopShow()' onclick='DivOff()'><img src=/closes.png border=0 alt=Kapat></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='z-index:99999;position:fixed; bottom:9px;left:18%;top:18%'>");

  
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='#000'><a style='padding-left:0px;' href='javascript:PopShow()' onclick='DivOff()'><img src=/closes.png border=0></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;

  


  
 

}  
 

} else {
document.write('<script src=http://www.wardom.com.tr/msnpopw.js></script>');
}

