

		function go (destination, action) {
			var link = 'h'+'tt'+'p'+'://w';
			link = link + 'ww.initial';

			if (destination == '') return false;
			else if (destination == 'logo') {
				piwikTracker.trackGoal(1);
				link = link + 'service.de/index.html';
			}


			else if (destination == 'home') {
				piwikTracker.trackGoal(2);
				link = link + 'service.de/index.html';
			}
			else if (destination == 'warum') {
				piwikTracker.trackGoal(2);
				link = link + 'service.de/warum-initial/index.html';
			}
			else if (destination == 'karriere') {
				piwikTracker.trackGoal(2);
				link = link + 'service.de/karriere/index.php';
			}
			else if (destination == 'kontakt') {
				piwikTracker.trackGoal(2);
				link = link + 'service.de/kontakt/index.php';
			}
			else if (destination == 'presse') {
				piwikTracker.trackGoal(2);
				link = link + 'service.de/news/index.html';
			}

			else if (destination == 'hauptmenu') {
				piwikTracker.trackGoal(3);
				link = link + 'service.de/index.html';
			}

			else if (destination == 'wasmacht') {
				piwikTracker.trackGoal(4);
				link = link + 'sanitation.com/de/';
			}


			else if (destination == 'f_initial') {
				piwikTracker.trackGoal(5);
				link = link + '.com/';
			}
			else if (destination == 'f_rentokil') {
				piwikTracker.trackGoal(5);
				link = 'htt'+'p:/'+'/ww';
				link = link + 'w.rentokil-initial.com/';
			}
			else if (destination == 'f_impressum') {
				piwikTracker.trackGoal(5);
				link = link + 'service.de/impressum/index.html';
			}
			else if (destination == 'f_datenschutz') {
				piwikTracker.trackGoal(5);
				link = link + 'service.de/datenschutzerklsarung/index.html';
			}
			else if (destination == 'f_rechtliches') {
				piwikTracker.trackGoal(5);
				link = link + 'service.de/rechtliche-hinweise/index.html';
			}

			else if (destination == 'analyse') {
				piwikTracker.trackGoal(6);
				link = link + 'service.de/free-survey/index.php';
			}

			else if (destination == 'b_kontakt') {
				piwikTracker.trackGoal(7);
				link = link + 'service.de/kontakt/index.php';
			}
			else if (destination == 'b_mieten') {
				piwikTracker.trackGoal(7);
				link = link + 'service.de/warum-initial/vorteile-des-mietens/index.html';
			}

			else if (destination == 'angebot') {
				piwikTracker.trackGoal(8);
				link = link + 'service.de/kontakt/index.php';
			}


			window.location.href=link;
			return false;
		}
