var a = window.location.toString()
var b = "http://www.cherub.org.au";

if (a.indexOf("index.html")>0){					window.location = b + ""}
else if (a.indexOf("default.html")>0){				window.location = b + ""}
else if (a.indexOf("CherubNationals.html")>0){			window.location = b + "/national"}
else if (a.indexOf("australianchampionshipresults.html")>0){	window.location = b + "/about/cherub-history/australian-championship-reports"}
else if (a.indexOf("choosingrags.html")>0){			window.location = b + "/about/saling-a-cherub"}
else if (a.indexOf("construction.html")>0){			window.location = b + "/about/design-and-construction/construction"}
else if (a.indexOf("contact.html")>0){				window.location = b + "/contacts"}
else if (a.indexOf("designandconstruction.html")>0){		window.location = b + "/about/design-and-construction"}
else if (a.indexOf("forsale.html")>0){				window.location = b + "/for-sale/second-hand"}
else if (a.indexOf("frontierland.html")>0){			window.location = b + "/about/saling-a-cherub/frontier"}
else if (a.indexOf("gear.html")>0){				window.location = b + "/for-sale/second-hand"}
else if (a.indexOf("highperformancecraft.html")>0){		window.location = b + "/about/design-and-construction/construction"}
else if (a.indexOf("historyaustralia.html")>0){			window.location = b + "/about/cherub-history/australian-championship-reports"}
else if (a.indexOf("historydesignaustralia.html")>0){		window.location = b + "/about/cherub-history/history-cherub-design"}
else if (a.indexOf("hulldesign.html")>0){			window.location = b + "/about/design-and-construction/hull-design"}
else if (a.indexOf("internationalchampionshipresults.html")>0){	window.location = b + "/about/cherub-history/international-championship-reports"}
else if (a.indexOf("links.html")>0){				window.location = b + ""}
else if (a.indexOf("map.html")>0){				window.location = b + "/about/where-are-they-sailed"}
else if (a.indexOf("rulesandmeasurement.html")>0){		window.location = b + "/about/rules-and-measurements"}
else if (a.indexOf("sailingacherub.html")>0){			window.location = b + "/about/saling-a-cherub"}
else if (a.indexOf("sails.html")>0){				window.location = b + "/for-sale/second-hand"}
else if (a.indexOf("sitemap.html")>0){				window.location = b + "/site-map"}
else if (a.indexOf("trevstopten.html")>0){			window.location = b + "/about/cherub-history"}
else if (a.indexOf("whatarethey.html")>0){			window.location = b + ""}
else if (a.indexOf("ukandinternationalcherubs.html")>0){	window.location = b + "/about/cherub-history/international-championship-reports"}
else if (a.indexOf("nsw")>0){					window.location = b + "/state-pages/new-south-wales"}
else if (a.indexOf("wa")>0){					window.location = b + "/state-pages/western-australia"}
else if (a.indexOf("sa")>0){					window.location = b + "/state-pages/south-australia"}
else if (a.indexOf("qld")>0){					window.location = b + "/state-pages/queensland"}
else if (a.indexOf("vic")>0){					window.location = b + "/state-pages/victoria"}
else if (a.indexOf("tas")>0){					window.location = b + "/state-pages/tasmania"}
else if (a.indexOf("nationals")>0){				window.location = b + "/national"}
else if (a.indexOf("nats")>0){					window.location = b + "/national"}
else
{
window.location = b
}