function remoteStart(){  
        remote = window.open('http://haber.superonline.com/haber/sondakika/0,1087,,00.html','SonDakika','toolbar=0,scrollbars=0,width=130,height=245,resizable=0');  
}


var isnMonth = new
Array("Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık");
var isnDay = new
Array("Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi","Pazar");
today = new Date () ;
Yil=today.getYear();
if (Yil < 1000)
Yil+=1900
Gun=today.getDate();
var tarih = " "+Gun+" "+isnMonth[today.getMonth()]+"  "+Yil+", "+isnDay[today.getDay()]+" " ;



window.onerror=null

        var TimerID = null;
        var timer = 0;

        var z = 390;
        var v = 180;
        
function openWin() 

{
		if(checkCookie()==false) {
	          wintop = window.open('http://www.superonline.com/navigation/popup2.htm','stage','width=170,height=350,status=no,menubar=no,scrollable=no,resizable=no');
	    //    wintop.moveTo(z,v);  
	          wintop.focus(); 
	    //    wintop.resizeTo(135,350);
		}
}

//  onload=openWin();

function openWin2() 

{
	winhelp2 = 
window.open('http://www.superonline.com/yardim/arama/aramayardim.htm','Yard1m','width=620,height=400,scrollbars=yes,resizable=yes');
	winhelp2.focus(); 
}
