if(location.href.indexOf("company-background")>0){
document.getElementById('topbar').className="tb1"
}else if(location.href.indexOf("fresh-wild-fish")>0){
document.getElementById('topbar').className="tb2"
}else if(location.href.indexOf("salmon")>0){
document.getElementById('topbar').className="tb3"
}else if(location.href.indexOf("the-smokery")>0){
document.getElementById('topbar').className="tb4"
}else if(location.href.indexOf("environmental-commitment")>0){
document.getElementById('topbar').className="tb5"
}else if(location.href.indexOf("our-foodstore")>0){
document.getElementById('topbar').className="tb6"
}else if(location.href.indexOf("restaurant")>0){
document.getElementById('topbar').className="tb7"
}else if(location.href.indexOf("eel-campaign")>0){
document.getElementById('topbar').className="tb8"
}else if(location.href.indexOf("chefs")>0){
document.getElementById('topbar').className="tb9"
}else if(location.href.indexOf("news")>0){
document.getElementById('topbar').className="tb10"
}else if(location.href.indexOf("contact-us")>0){
document.getElementById('topbar').className="tb11"
}else if(location.href.indexOf("online-shop")>0){
document.getElementById('topbar').className="tb12"
}else if(location.href.indexOf("hampers")>0){
document.getElementById('topbar').className="tb13"
}else if(location.href.indexOf("basket")>0){
document.getElementById('topbar').className="tb14"
}else if(location.href.indexOf("press")>0){
document.getElementById('topbar').className="tb10"
}else if(location.href.indexOf("peace-of-mind")>0){
document.getElementById('topbar').className="tb15"
}
