<!--
window.name = "gazeteci";
window.status = "HIZLI Gazeteci - Necdet Şen";
// Frame Savar
if (top.location != location) {
top.location.href = document.location.href;
}
// Host Bul
if (window.location.host != "localhost") {
if (window.location.host != "www.hizligazeteci.com") {
top.location.href = "http://www.hizligazeteci.com" + 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;
var bolum = path.split('/hg/')[1];
var bolum = bolum.split('/')[0];
var bolum = bolum.split('.')[0];
//document.write(bolum);
if (bolum == "") {bolum = "anasayfa"};	
// stylesheet
document.write('<style type="text/css">');

if (bolum == "galeri") {
document.write('#liste a {font-size: 9pt; white-space: nowrap; margin-right: 1em}');
}
if (bolum == "medya") {
document.write('@import url("/yaz/css/tablink.css");');
}
if (path == "/ext/hg/duvarkagidi.asp" || path == "/ext/hg/kitap/") {
document.write('#anablok { width: 800px }');
}
if (path == "/ext/hg/kitap/") {
document.write('#liste { display: none }');
}
document.write('#menu li a { ');
document.write('-moz-border-radius-topright: 6px; -moz-border-radius-topleft: 6px; -webkit-border-radius: 6px; } ');
document.write('#menu #'+bolum+', #menu #'+bolum+':hover { ');
document.write('font: bold 13pt Georgia; color: #496f48 !important; letter-spacing: 1px; ');
document.write('background: #fff; margin: 2px 0 0; padding: 1px 12px; ');
document.write('border-bottom: 1px solid #fff;} ');
document.write('#google #q input { -moz-border-radius: 6px; -webkit-border-radius: 6px; }');
//Pencere boyutu
if (screen.width < 960) { 
document.write('#kapsam {width: 740px}');
document.write('#kapsam {background: url(/ext/hg/img/ekran/arkaplan.jpg) fixed no-repeat 606px 70px}');
document.write('#anablok {width: 560px}');
document.write('#iletisim {left: 350px}');
}
if (screen.width < 1024) { 
document.write('#kapsam {width: 900px; }');
document.write('#kapsam {background: url(/ext/hg/img/ekran/arkaplan.jpg) fixed no-repeat 766px bottom}');
document.write('#anablok {width: 700px}');
}
document.write('#q, #maintab li a {-moz-border-radius: 5px; -webkit-border-radius: 5px; }');
document.write('h1 { text-shadow: -1px 0 #cec, 0 1px #cec, 1px 0 #cec, 0 -1px #cec; }');
document.write('</style>');
// Duvar Kağıdı
function wall() {
if (bolum == "duvarkagidi" && screen.width>1024) { 
var anablok = document.getElementById('anablok')
anablok.innerHTML = anablok.innerHTML.split("1024").join("1280");
}
}
window.onload=wall
// -->
