function rssClicked() {
	sub = window.location.pathname.substr(1, 2);
	if (sub == '') {
		Address = 'http://www.georg-martin.de/?id=251&type=100';
	}
	if (sub == 'de') {
		Address = 'http://www.georg-martin.de/?id=251&type=100';
	}
	if (sub == "en") {
		Address = 'http://www.georg-martin.de/?id=251&type=101';
	}
	if (sub == "it") {
		Address = 'http://www.georg-martin.de/?id=251&type=101';
	}
	if (sub == "fr") {
		Address = 'http://www.georg-martin.de/?id=251&type=101';
	}	
	rssWindow = window.open(Address, "rssWindow", "");
  	rssWindow.focus();
}
