
window.onload = function() {

	if (document.location.hash == "#start") {
		document.title = 'Roberto Venturino | Catering & Events › Start';
		pageTracker._trackPageview("landing-pages/Start");
	}
	if (document.location.hash == "#catering") {
		document.title = 'Roberto Venturino | Catering & Events › Catering';
		pageTracker._trackPageview("landing-pages/Catering");
	}
	if (document.location.hash == "#personal-und-business-cook") {
		document.title = 'Roberto Venturino | Catering & Events › Personal und Business Cook';
		pageTracker._trackPageview("landing-pages/Personal und Business Cook");
	}
	if (document.location.hash == "#front-und-tv-cooking") {
		document.title = 'Roberto Venturino | Catering & Events › Front und TV Cooking';
		pageTracker._trackPageview("landing-pages/Front und TV Cooking");
	}
	if (document.location.hash == "#star-cooking") {
		document.title = 'Roberto Venturino | Catering & Events › Star Cooking';
		pageTracker._trackPageview("landing-pages/Star Cooking");
	}
	if (document.location.hash == "#roberto-venturino") {
		document.title = 'Roberto Venturino | Catering & Events › Roberto Venturino';
		pageTracker._trackPageview("landing-pages/Roberto Venturino");
	}
}


function changeTitle(title) {
	document.title = 'Roberto Venturino | Catering & Events';
	document.title = document.title + ' › ' + title;
}