<!--

var muda = 6000;
var anwani = new Array(19);
var kipimawakati;

anwani[0] = "../swahili-general/swahili-uebersetzungen.html?1";
anwani[1] = "../miscellaneous/monat.html?2";  
anwani[2] = "../literatur/swahili-buecher.html?3";  
anwani[3] = "../unterricht/swahili-redewendungen.html?4";  
anwani[4] = "../verschiedenes/rechner-1.html?5"; 
anwani[5] = "../sw-general-2/start-wort-all.html?6"; 
anwani[6] = "../vokabeln/vok-all-frames.html?7"; 
anwani[7] = "../streif-store/st-an-4-bilder-1.html?8"; 
anwani[8] = "../streif-store/st-an-cross-1.htm?9"; 
anwani[9] = "../streif-store/st-fo-mult-1.html?10";
anwani[10] = "../shop/shop-allgemein.html?11";
anwani[11] = "../streif-store/st-swahili-club.html?12";
anwani[12] = "../streif-store/st-tz-1-gesel-1.html?13";
anwani[13] = "../swahili-general/kontakt.html?14";
anwani[14] = "../swahili-general/faqs-zu-kiswahili.html?15";
anwani[15] = "../streif-store/st-standard-table.html?16"; 
anwani[16] = "../streif-store/st-mi-diashow.html?17"; 
anwani[17] = "../unterricht/swahili-unterricht.html?18"; 
anwani[18] = "../swahili-toolbars/frame-welcome.html";

var pokezana = window.location.search;

if (pokezana.length > 0)
{
pokezana = pokezana.replace("?","");
kipimawakati = setTimeout('ukurasa(anwani[pokezana])' ,muda);
}

function ukurasa(url)
	{
	clearTimeout(kipimawakati);
	location.href = url;
	}

//-->
