title_basis = "<title>Bungalowpark Domaine le Boulac | Parc a Bungalows Domaine le Boulac</title>";title_nl = "<title>Bungalowpark Domaine le Boulac | Home</title>";title_fr = "<title>Parc a Bungalows Domaine le Boulac | Home</title>";title_nl_hom = "<title>Bungalowpark Domaine le Boulac | Home</title>";title_fr_hom = "<title>Parc a Bungalows Domaine le Boulac | Home</title>";title_nl_par = "<title>Bungalowpark Domaine le Boulac | Het Park</title>";title_fr_par = "<title>Parc a Bungalows Domaine le Boulac | Le Parc</title>";title_nl_omg = "<title>Bungalowpark Domaine le Boulac | Omgeving</title>";title_fr_omg = "<title>Parc a Bungalows Domaine le Boulac | La Region</title>";title_nl_ard = "<title>Bungalowpark Domaine le Boulac | Ardennen</title>";title_fr_ard = "<title>Parc a Bungalows Domaine le Boulac | Les Ardennes</title>";title_nl_rou = "<title>Bungalowpark Domaine le Boulac | Route</title>";title_fr_rou = "<title>Parc a Bungalows Domaine le Boulac | Itineraire</title>";title_nl_tar = "<title>Bungalowpark Domaine le Boulac | Tarieven</title>";title_fr_tar = "<title>Parc a Bungalows Domaine le Boulac | Tarifs</title>";title_nl_res = "<title>Bungalowpark Domaine le Boulac | Reserveren</title>";title_fr_res = "<title>Parc a Bungalows Domaine le Boulac | Reservations</title>";title_nl_con = "<title>Bungalowpark Domaine le Boulac | Contact</title>";title_fr_con = "<title>Parc a Bungalows Domaine le Boulac | Contact</title>";title_nl_lin = "<title>Bungalowpark Domaine le Boulac | Links</title>";title_fr_lin = "<title>Parc a Bungalows Domaine le Boulac | Links</title>";var path = "";var href = document.location.href;var l = href.split("#");for (var i=1;i<(l.length);i++) {path+=l[i];}var language = path;var fr="fr";var nl="nl";var hom="p_home";var par="p_park";var omg="p_omgeving";var ard="p_ardennen";var rou="p_route";var tar="p_tarieven";var res="p_reserveren";var con="p_contact";var lin="p_links";if ((language) == (fr))		{		var pathl = "";		var hrefl = document.location.href;		var s = hrefl.split("/");		for (var i=3;i<(s.length-1);i++) {		path+= s[i];		}		i=length-1;				var loc = path;				if ((loc) == (fr + hom))			document.write (title_fr)					else if ((loc) == (fr + par))			document.write (title_fr_par)					else if ((loc) == (fr + omg))			document.write (title_fr_omg)					else if ((loc) == (fr + ard))			document.write (title_fr_ard)					else if ((loc) == (fr + rou))			document.write (title_fr_rou)					else if ((loc) == (fr + tar))			document.write (title_fr_tar)					else if ((loc) == (fr + res))			document.write (title_fr_res)					else if ((loc) == (fr + con))			document.write (title_fr_con)					else if ((loc) == (fr + lin))			document.write (title_fr_lin)											else			document.write (title_fr)		}else if ((language) == (nl))		{		var pathl = "";		var hrefl = document.location.href;		var s = hrefl.split("/");		for (var i=3;i<(s.length-1);i++) {		path+= s[i];		}		i=length-1;				var loc = path;				if ((loc) == (nl + hom))			document.write (title_nl)					else if ((loc) == (nl + par))			document.write (title_nl_par)					else if ((loc) == (nl + omg))			document.write (title_nl_omg)					else if ((loc) == (nl + ard))			document.write (title_nl_ard)					else if ((loc) == (nl + rou))			document.write (title_nl_rou)					else if ((loc) == (nl + tar))			document.write (title_nl_tar)					else if ((loc) == (nl + res))			document.write (title_nl_res)					else if ((loc) == (nl + con))			document.write (title_nl_con)					else if ((loc) == (nl + lin))			document.write (title_nl_lin)					else			document.write (title_nl)		}	else	document.write (title_basis) 