<!-- 
// Nereye?
window.name="nereye";
window.status=" Uzak Asya yollarında bir seyahat güncesi ";
// Frame Savar
if(top.frames.length > 0)
top.location.href = self.location; 
// Hosting Fix
if (window.location.host != "localhost") {
if (window.location.host != "www.nereye.net") {
top.location.href = "http://www.nereye.net" + window.location.pathname;
}
}
// Aç Kapa
function AcKapa(Link) {
if (document.getElementById(Link).style.display == 'none') 
{document.getElementById(Link).style.display = ''; }
else {document.getElementById(Link).style.display = 'none';}
}
// Bölüm Bul
var path = window.location.pathname.split('/nereye/')[1];
var bolum = path.split('/')[0];
if (bolum == "") {bolum = "anasayfa"};
if (bolum == "neden.asp") {bolum = "neden"};
if (bolum == "duvarkagidi.asp") {bolum = "duvarkagidi"};
// stylesheet
document.write('<style type="text/css">');
document.write('#menu a { -moz-border-radius-bottomright: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-radius: 4px; } ');
document.write('#menu #'+bolum+', #menu #'+bolum+':hover { ');
document.write('font: bold 10pt/50px Georgia, Times New Roman, Times, serif; color: #fff; ');
document.write('background-color: #75847e; padding-top: 50px; } '); 
document.write('h1 { text-shadow: -1px 0 #cec, 0 1px #cec, 1px 0 #cec, 0 -1px #cec; }');
document.write('</style>');
//document.write(bolum);
// -->