var cText = ''
cText += '<a href="/turkish/index.html" class="topnav"><span style="text-decoration: none">Anasayfa</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/turkish/site_map.html" class="topnav"><span style="text-decoration: none">Site Haritası</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/turkish/html/contact_us/index.html" class="topnav"><span style="text-decoration: none">İletişim</span></a>'
cText += '&nbsp;|&nbsp;'
cText += '<a href="/index.html" class="turkce"><span style="text-decoration: none">English</span></a>'
cText += '&nbsp;'
document.write(cText) 