﻿function changeHeadline(imgindex)
{
 var Image_headline = document.getElementById("img_headline");
 var Anchor_headline = document.getElementById("anc_headline");
 Image_headline.src = headimages[imgindex];
 Anchor_headline.href = headlinks[imgindex];
 runningManset = false;
}
function ready() {
showLayer(0);
}
var runningManset = true;
var mansett;
var manseti = 1;
var toplamManset = 3;
function showLayer(lyr) {
if (runningManset) {
 var Image_headline = document.getElementById("img_headline");
 var Anchor_headline = document.getElementById("anc_headline");	 
 Image_headline.src = headimages[lyr];
 Anchor_headline.href = headlinks[lyr];	 
manseti = manseti + 1;
if (manseti > toplamManset)
manseti = 0;
mansett = setTimeout("showLayer(" + manseti + ")", 5000);
} else {
runningManset = true;
mansett = setTimeout("showLayer(" + manseti + ")", 5000);
}
}		
var headimages=new Array()
var headlinks=new Array()
headimages.push("img/banner-05.jpg");
headlinks.push("bar.aspx");
headimages.push("img/banner-01.jpg");
headlinks.push("uploadedFiles/Saf_Restaurant_-_UK_v2/Press/evestand-Oct28.pdf");
headimages.push("img/banner-02.jpg");
headlinks.push("restaurant.aspx");
headimages.push("img/banner-03.jpg");
headlinks.push("restaurant.aspx");
headimages.push("img/banner-04.jpg");
headlinks.push("https://www.global-research.net/ofm/start.asp");