<!-- Begin
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<150;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=javascript:window.location.value>ARŞİV');
document.write ('<option value=/pg/arsiv/>Tüm Arşiv');
document.write ('<option value=/pg/arsiv/05112001.htm>05 Kasım 2001');
document.write ('<option value=/pg/arsiv/12112001.htm>12 Kasım 2001');
document.write ('<option value=/pg/arsiv/19112001.htm>19 Kasım 2001');
document.write ('<option value=/pg/arsiv/26112001.htm>26 Kasım 2001');
document.write ('<option value=/pg/arsiv/03122001.htm>03 Aralık 2001');
document.write ('<option value=/pg/arsiv/10122001.htm>10 Aralık 2001');
document.write ('<option value=/pg/arsiv/17122001.htm>17 Aralık 2001');
document.write ('<option value=/pg/arsiv/24122001.htm>24 Aralık 2001');
document.write ('<option value=/pg/arsiv/31122001.htm>31 Aralık 2001');
document.write ('<option value=/pg/arsiv/07012002.htm>07 Ocak 2002');
document.write ('<option value=/pg/arsiv/14012002.htm>14 Ocak 2002');
document.write ('<option value=/pg/arsiv/21012002.htm>21 Ocak 2002');
document.write ('<option value=/pg/arsiv/28012002.htm>28 Ocak 2002');
document.write ('<option value=/pg/arsiv/04022002.htm>04 Şubat 2002');
document.write ('<option value=/pg/arsiv/11022002.htm>11 Şubat 2002');
document.write ('<option value=/pg/arsiv/18022002.htm>18 Şubat 2002');
document.write ('<option value=/pg/arsiv/25022002.htm>25 Şubat 2002');
document.write ('<option value=/pg/arsiv/04032002.htm>04 Mart 2002');
document.write ('<option value=/pg/arsiv/11032002.htm>11 Mart 2002');
document.write ('<option value=/pg/arsiv/18032002.htm>18 Mart 2002');
document.write ('<option value=/pg/arsiv/25032002.htm>25 Mart 2002');
document.write ('<option value=/pg/arsiv/01042002.htm>01 Nisan 2002');
document.write ('<option value=/pg/arsiv/08042002.htm>08 Nisan 2002');
document.write ('</select>');
document.write ('</form>');
}
makeMyMenu();

// End -->

