

StartTijd();

function StartTijd() {
  setTimeout("GanaarAnderepagina()", 20000);
}

function GanaarAnderepagina() {
var webadres;
var webadresOud;

webadresOud=document.URL;

if (webadresOud==null) {
		webadres = "http://www.gallaghereurope.com/cat-cattle-connections-cow-dog-energizer-eltrad/";
	}
	else {

	if (webadresOud=="http://www.gallaghereurope.com/cat-cattle-connections-cow-dog-energizer-eltrad/") {
			webadres = "http://www.gallaghereurope.com/game-gates-goat-get-grindar-gris-hast-jordning/";
		}
		else {
			if (webadresOud=="http://www.gallaghereurope.com/game-gates-goat-get-grindar-gris-hast-jordning/") {
				webadres = "http://www.gallaghereurope.com/horse-fencing-icke-elektrifierade-stangsel-netting/";
			}
			else{	
				if (webadresOud=="http://www.gallaghereurope.com/horse-fencing-icke-elektrifierade-stangsel-netting/") {
					webadres = "http://www.gallaghereurope.com/permanent-portable-fencing-kabel-securtiy-sheep/";
				}
				else{	

					if (webadresOud=="http://www.gallaghereurope.com/permanent-portable-fencing-kabel-securtiy-sheep/") {
						webadres = "http://www.gallaghereurope.com/pig-posts-power-fencing-rabbit-reels-rope-ruban/";
					}

					else {
						webadres = "http://www.gallaghereurope.com/aggregat-akku-batteri-batterie-battery-earthing/";
					     }
				     }
			}
		
		}
		
	}


	window.location = webadres;
}

