// JavaScript Document

 

var tarih;
var tyil,tay,tgun = "";
var yer = 0;

function arsivegit(giren) {
  yer = fyil.selectedIndex;
  tyil = fyil.options[yer].text;
  yer = fay.selectedIndex;
  tay = fay.options[yer].text;
  yer = fgun.selectedIndex;
  tgun = fgun.options[yer].text;

  tarih = tyil+tay+tgun;
  if (tarih>="20060124") {
    this.location.href="http://www.yeniasya.com.tr/" +tyil+ "/" +tay+ "/" +tgun+"/default.htm";
  } else {
    alert("Sectiğiniz tarih arşivimizde mevcut değil."); }
}

 