var mm=new Array()
mm[1]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=koc'
mm[2]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=boga'
mm[3]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=ikizler'
mm[4]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=yengec'
mm[5]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=aslan'
mm[6]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=basak'
mm[7]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=terazi'
mm[8]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=akrep'
mm[9]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=yay'
mm[10]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=oglak'
mm[11]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=kova'
mm[12]='http://bizimkocaeli.com.tr/astroloji/?pg=gunluk-faliniz&burcum=balik'
function go_astroloji() {
var ms=document.astrolojimenu1.astrolojimenu2.selectedIndex
if (mm[ms]>""){
window.open(mm[ms])
}
}

var ilces=new Array()
ilces[1]='../../../../Ulusal-ve-Kocaeli-Haberleri.html'
ilces[2]='../../../../izmit-Haberleri.html'
ilces[3]='../../../../Derince-Haberleri.html'
ilces[4]='../../../../Gebze-Haberleri.html'
ilces[5]='../../../../Golcuk-Haberleri.html'
ilces[6]='../../../../Kandira-Haberleri.html'
ilces[7]='../../../../karamursel-Haberleri.html'
ilces[8]='../../../../Korfez-Haberleri.html'
ilces[9]='../../../../Cayirova-Haberleri.html'
ilces[0]='../../../../Dilovasi-Haberleri.html'
ilces[11]='../../../../Darica-Haberleri.html'
ilces[12]='../../../../Kartepe-Haberleri.html'
ilces[13]='../../../../Basiskele-Haberleri.html'
function go_ilcehaberleri() {
var m=document.ilsecmenu1.ilsecmenu2.selectedIndex
if (ilces[m]>""){
window.open(ilces[m])
}
}
	
function degistir(tip) {
	if ( tip == 'bugun' ) {
		$('#b').css({'background-color' : '#36C'});
		$('#c,#o').css({'background-color' : '#888'});
		$('#bugun').show();
		$('#buhafta,#buay').hide();
	} else if ( tip == 'buhafta' ) {
		$('#c').css({'background-color' : '#36C'});
		$('#b,#o').css({'background-color' : '#888'});
		$('#buhafta').show();
		$('#bugun,#buay').hide();
	} else if ( tip == 'buay' ) {
		$('#o').css({'background-color' : '#36C'});
		$('#c,#b').css({'background-color' : '#888'});
		$('#buay').show();
		$('#bugun,#buhafta').hide();
	}
}
function degistir_y(tip_y) {
	if ( tip_y == 'bugun_y' ) {
		$('#b_y').css({'background-color' : '#36C'});
		$('#c_y,#o_y').css({'background-color' : '#888'});
		$('#bugun_y').show();
		$('#buhafta_y,#buay_y').hide();
	} else if ( tip_y == 'buhafta_y' ) {
		$('#c_y').css({'background-color' : '#36C'});
		$('#b_y,#o_y').css({'background-color' : '#888'});
		$('#buhafta_y').show();
		$('#bugun_y,#buay_y').hide();
	} else if ( tip_y == 'buay_y' ) {
		$('#o_y').css({'background-color' : '#36C'});
		$('#c_y,#b_y').css({'background-color' : '#888'});
		$('#buay_y').show();
		$('#bugun_y,#buhafta_y').hide();
	}
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

var nav=navigator.userAgent.toLowerCase();
var isopera=false;
if ((nav.indexOf('opera 1')!=-1) || (nav.indexOf('opera 2')!=-1) || (nav.indexOf('opera 3')!=-1) || (nav.indexOf('opera 4')!=-1) || (nav.indexOf('opera 5')!=-1) || (nav.indexOf('opera 6')!=-1)) isopera=true;

var dayarray=new Array("Pazar","Pazartesi","Salı","Çarşamba","Perşembe","Cuma","Cumartesi")
var montharray=new Array("Ocak","Şubat","Mart","Nisan","Mayıs","Haziran","Temmuz","Ağustos","Eylül","Ekim","Kasım","Aralık")

function getthedate(){
var mydate=new Date()
var year=mydate.getFullYear()
var day=mydate.getDay()
var month=mydate.getMonth()
var daym=mydate.getDate()
if (daym<10) daym="0"+daym
var hours=mydate.getHours()
var minutes=mydate.getMinutes()
var seconds=mydate.getSeconds()

var tz=Math.round(mydate.getTimezoneOffset()/60)
var shvaikatimezone=2
tz+=shvaikatimezone
var hourss=hours+tz;
hourss>=24?hourss-=24:hourss;
hourss<=0?hourss+=24:hourss;
if (hourss==24) hourss=0

var dn=""
var dns=""
// Burada Yazan ÖÖ "Öğlede Önce" Anlamına Gelir AM in Türkçe Karşılığıdır. //
if (hours>=24)
{
 dn=""
 hours-=24
}
if (hours==0) hours=24

if (hourss>=24)
{
 dns=""
 hourss-=24
}
// Burada Yazan ÖS "Öğlede Sonra" Anlamına Gelir PM in Türkçe Karşılığıdır. //
if (hourss==0) hourss=24
if (minutes<=9) minutes="0"+minutes
if (seconds<=9) seconds="0"+seconds
// Altkısımda Face Yazan Yerden Font Değişikliği Yapabilirsiniz.//
var st1=""
var st2=""
var st3=""
if (mydate.getDay()!=0)
 cdate=""+st1+""+daym+" "+montharray[month]+"  "+year+" "+dayarray[day]+" "+hours+":"+minutes+":"+seconds+" "+dn+""
else
  cdate=""+st2+""+daym+" "+montharray[month]+" "+year+" "+dayarray[day]+" "+hours+":"+minutes+":"+seconds+" "+dn+""
// ÖS ve ÖÖ kısımlarını yukardaki sıralamadan "+dn"+ kısmını silerek çıkarabilirsiniz.//
if (document.all&&isopera!=true)
{
 document.all.clock.style.position='relative'
 document.all.clock.innerHTML=cdate
}
else if (document.layers)
 {
  document.clock.visibility='show'
  document.clock.document.open();
  document.clock.document.write('<center>'+cdate+'</center>');
  document.clock.document.close();
 }
else if (document.getElementById&&isopera!=true)
  {document.getElementById("clock").innerHTML=cdate}  
else document.write('<center>'+cdate+'</center>')  
}

if (!document.layers&&!document.all&&!document.getElementById) getthedate()
else if (isopera!=true) setInterval("getthedate()",1000)
else getthedate();



var win = null;
function NewWindow(mypage,myname,w,h,scroll){
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings =
'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
win = window.open(mypage,myname,settings)
}
function goster(ad) {
gizle('degisen_0');	
gizle('degisen_1');	
gizle('degisen_2');	
gizle('degisen_3');	
gizle('degisen_4');	
gizle('degisen_5');	
gizle('degisen_6');	
gizle('degisen_7');	
gizle('degisen_8');	
gizle('degisen_9');	
durum = document.getElementById(''+ad+'').style.display;
if(durum == '') {
document.getElementById(''+ad+'').style.display = 'none';
} else {
document.getElementById(''+ad+'').style.display = '';
}
}
function gizle(ad) {
document.getElementById(''+ad+'').style.display = 'none';
}

function sp_goster(ad) {
gizle('sp_0');
gizle('sp_1');
gizle('sp_2');
gizle('sp_3');
gizle('sp_4');
gizle('sp_5');
gizle('sp_6');
gizle('sp_7');
durum = document.getElementById(''+ad+'').style.display;
if(durum == '') {
document.getElementById(''+ad+'').style.display = 'none';
} else {
document.getElementById(''+ad+'').style.display = '';
}
}

function addNet(url,titel){if((typeof window.sidebar=="object") && (typeof window.sidebar.addPanel=="function")){window.sidebar.addPanel(titel,url,"");}else{alert("Sie Nutzen eine veralterte Netscape Version!\nLesezeichen hinzufügen ist nicht möglich!");}}
function lesezeichen(){var url=window.location.href,t=document.title,ap=navigator.appName;
if(ap=="Microsoft Internet Explorer"){window.external.AddFavorite(url,t);}else{
if(ap=="Netscape"){addNet(url,t);}else{alert("tarayıcının javascript desteklemiyor, lütfen ayarlarınızı kontrol ediniz.\nURL:"+url);};}};

function bookmarksite()
    { if (document.all)
            {
                 // For IE
                 window.external.AddFavorite(location.href, document.title);
             }
            else if (window.sidebar)
           {
                 // For Firefox
                 window.sidebar.addPanel(document.title, location.href, "");
            }
    }
	
	
<!-- 
// Ticker startup 
function daktilo_baslat() {  
// Define run time values  
theCurrentStory     = -1;  
bolgeuzunlugu    = 0;  
if (document.getElementById) {        
theAnchorObject     = document.getElementById("oguz_daktilo");    
runTheTicker();        
}  else {
             document.write("<style>.ticki{display:none;}.ticko{border:0px; padding:0px;}<\/style>");
             return true;  
} 
} 
function runTheTicker() {  
var myTimeout;    
if(bolgeuzunlugu == 0)  {   
theCurrentStory++;   
theCurrentStory      = theCurrentStory % theItemCount;   
var len = haberbaslik[theCurrentStory].length;
if(len>=38)
{
islem      = haberbaslik[theCurrentStory].replace(/&quot;/g,'"').substring(0,155)+'...';     
}else{
islem      = haberbaslik[theCurrentStory].replace(/&quot;/g,'"')
}    
theTargetLink        = haberlinki[theCurrentStory];   
theAnchorObject.href = theTargetLink;   
thePrefix       = "";  
}  
theAnchorObject.innerHTML = thePrefix +   islem.substring(0,bolgeuzunlugu) + whatWidget();  
if(bolgeuzunlugu != islem.length)  {   
bolgeuzunlugu++;   myTimeout = theCharacterTimeout;  
}  else  {   
bolgeuzunlugu = 0;   
myTimeout = theStoryTimeout;  } 
setTimeout("runTheTicker()", myTimeout); } 
function whatWidget() {  
if(bolgeuzunlugu == islem.length)  {   
return theWidgetNone;  
}   
if((bolgeuzunlugu % 2) == 1)  {   return theWidgetOne;  }  else  {   return theWidgetTwo;  } } 
// -->  