function sbh_yazdir() {
	if (window.print) {
		setTimeout('window.print();',200);
	} else if (agt.indexOf("mac") != -1) {
		alert("Yazdırmak için 'Cmd+p' tuşlarına basınız.");
	} else {
		alert("Yazdırmak için 'Ctrl+p' tuşlarına basınız.")
	}
}

var image="";
var banners=1;

function cycle() {
  if (++banners > 7) banners=1;
    loadbanners();
    document.banner1.src = image;
    document.banner1.border = 0;
    window.setTimeout('cycle();',3000);
}

function loadbanners() {
   if (banners==1)
      {
      image="i/header_gunaydin.gif";
      }
   else if (banners==2)
      {
      image="i/on_logo_k.gif";
      }
   else if (banners==3)
      {
      image="i/buton_sari.gif";
      }
   else if (banners==4)
      {
      image="i/buton_otomobil.gif";
      }
   else if (banners==5)
      {
      image="i/buton_cumartesi.gif";
      }
   else if (banners==6)
      {
      image="i/buton_pazar.gif";
      }
   else if (banners==7)
      {
      image="i/buton_isteinsan.gif";
      }	  
}
var link = "http://www.sabah.com.tr"
function urlswitch() {
if (banners==1)
{
link = "http://www.sabah.com.tr/gny/gny00-200.html";
}
else if (banners==2)
{
link = "http://www.sabah.com.tr/on/index.html";
}
else if (banners==3)
{
link = "http://www.sabah.com.tr/sarisayfalar.html";
}
else if (banners==4)
{
link = "http://www.sabah.com.tr/oto/oto00.html";
}
else if (banners==5)
{
link = "http://www.sabah.com.tr/cp/cte00-101.html";
}
else if (banners==6)
{
link = "http://www.sabah.com.tr/cp/paz00-102.html";
}
else if (banners==7)
{
link = "http://www.isteinsan.com.tr";
}
return link;
}


//Yeni banner sistemi
function get_banner() {
	var how_many_ads = 7;
	var now = new Date()
	var sec = now.getSeconds()
	var ad = sec % how_many_ads;
	ad +=1;
	if (ad==1) {
		url="http://www.sabah.com.tr/gny/gny00-200.html";
		alt="Günaydın";
		banner="/i/header_gunaydin.gif";
		width="81";
		height="37";
	}else if (ad==2) {
		url="http://www.sabah.com.tr/sarisayfalar.html";
		alt="Sarı Sayfalar";
		banner="/i/buton_sari.gif";
		width="88";
		height="45";
	}else if (ad==3) {
		url="http://www.sabah.com.tr/sarisayfalar.html";
		alt="Sarı Sayfalar";
		banner="/i/buton_sari.gif";
		width="88";
		height="45";
	}else if (ad==4) {
		url="http://www.sabah.com.tr/oto/oto00.html";
		alt="Otomobil";
		banner="/i/buton_otomobil.gif";
		width="88";
		height="16";
	}else if (ad==5) {
		url="http://www.sabah.com.tr/cp/cte00-101.html";
		alt="Cumartesi";
		banner="/i/buton_cumartesi.gif";
		width="88";
		height="32";
	}else if (ad==6) {
		url="http://www.sabah.com.tr/cp/paz00-102.html";
		alt="Aktüel Pazar";
		banner="/i/buton_pazar.gif";
		width="60";
		height="45";
	}else if (ad==7) {
		url="http://www.isteinsan.com.tr";
		alt="İşte İnsan";
		banner="/i/buton_isteinsan.gif";
		width="88";
		height="45";
	}

	var this_banner = "";
	this_banner = '<a href=\"' + url + '\" target=\"_top\"><img src=\"' + banner + '\" width=' + width + ' height=' + height + ' alt=\"' + alt + '\" border=0>';
	return this_banner;
}

