function altlink() {
document.write("<p style='margin-top: 6; margin-bottom: 12; margin-left: 24' align='left'>");
document.write("<font face='Microsoft Sans Serif' style='font-size: 9px' color='#999999'>");
document.write("<a target='_top' href='../default.htm'>ANA SAYFA</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
document.write("<a target='_top' href='../beyazhk.htm'>BEYAZ?</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
document.write("<a target='_top' href='urun_ana.htm'>ÜRÜNLER</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
document.write("<a target='_top' href='../iletisim.htm'>DESTEK</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
document.write("<a target='_top' href='../iletisim.htm'>İLETİŞİM</a>&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;");
document.write("<a target='_top' href='../linkler.htm'>LİNKLER</a></font></p>");
}


function bxGetYear ()
{
var date = new Date(); 
var str = date.getFullYear(); 
document.write(str);
}
