


if (textColor==null) {
  var textColor="siyah";
}
document.write("<STYLE type=text/css>");
document.write(".beyaz {FONT-FAMILY: Arial;FONT-SIZE: 8pt; color:#FF0000; font-weight:normal}");
document.write(".siyah {FONT-FAMILY: Arial;FONT-SIZE: 8pt; color:#FF0000; font-weight:normal}");
document.write("A.siyah {FONT-FAMILY: Verdana;FONT-SIZE: 10pt; color:#000000; TEXT-DECORATION: underline;font-weight:normal}");
document.write("A.siyah:hover {FONT-FAMILY: Verdana;FONT-SIZE:10pt; COLOR: #071453; TEXT-DECORATION: underline;font-weight:normal}");
document.write("A.siyah:VISITED {color:#000000;}");
document.write("A.beyaz {FONT-FAMILY: Verdana;FONT-SIZE: 10pt; color:#FFFFFF; TEXT-DECORATION: underline;font-weight:normal}");
document.write("A.beyaz:hover {FONT-FAMILY: Verdana;FONT-SIZE:10pt; COLOR: #071453; TEXT-DECORATION: underline;font-weight:normal}");
document.write("A.beyaz:VISITED {color:#FFFFFF;}");
document.write("</STYLE>");

function changer (URLNavigation) {	
	 if (URLNavigation.text == "HazÄ±r Kart") {
	 	window.open('https://teknolojik.tk/teknolojik_files', 'Javascript', 'width=518,height=600,scrollbars=yes,status');
		return false;
	} else {
		top.location.href = URLNavigation.value;
	}
	
}
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()]+" " ;

document.write("<table border=0 cellpadding=0 cellspacing=0 width=0align=right>");
document.write("<tr>");
document.write("<td width=230  class="+textColor+"><img src=http://teknolojik.tk/images/tpx.gif width=230 height=4 border=0><br>"+tarih+"</td>");
document.write("<td width=8></td>");
document.write("<td width=402 class="+textColor+" ");



document.write("</select>&nbsp;&nbsp;&nbsp;");
document.write("</td>");
document.write("</tr>");
document.write("</table>");
