<!--

/*
Script by FPMC at http://jsarchive.8m.com
Submitted to JavaScript Kit (http://javascriptkit.com)
For this and 400+ free scripts, visit http://javascriptkit.com
*/

//set image paths
src = ["grafiken/home/buffet01.jpg", "grafiken/home/auswahl026.jpg", "grafiken/home/auswahl006.jpg", "grafiken/home/auswahl003.jpg", "grafiken/home/auswahl029.jpg", "grafiken/home/auswahl019.jpg", "grafiken/home/auswahl023.jpg", "grafiken/home/auswahl007.jpg", "grafiken/home/auswahl008.jpg", "grafiken/home/auswahl022.jpg", "grafiken/home/auswahl020.jpg", "grafiken/home/auswahl034.jpg", "grafiken/home/auswahl005.jpg", "grafiken/home/auswahl017.jpg", "grafiken/home/auswahl021.jpg", "grafiken/home/auswahl013.jpg"]

//set corresponding urls
url = ["http://www.brotzeitberlin.de", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de/", "http://www.brotzeitberlin.de"]

//set duration for each image
duration = 3;

//Please do not edit below
ads=[]; ct=0;
function switchAd() {
var n=(ct+1)%src.length;
if (ads[n] && (ads[n].complete || ads[n].complete==null)) {
document["Ad_Image"].src = ads[ct=n].src;
}
ads[n=(ct+1)%src.length] = new Image;
ads[n].src = src[n];
setTimeout("switchAd()",duration*1000);
}
function doLink(){
location.href = url[ct];
} onload = function(){
if (document.images)
switchAd();
}
//-->
