$.setupJMPopups({
	screenLockerBackground: "#000000",
	screenLockerOpacity: "0.7"
});

function openAjaxPopup() {
	var Aussage = document.referrer;
	var Ergebnis = Aussage.search("/www.miniatur-wunderland.de/");
	if (Ergebnis == -1) {
		$.openPopupLayer({
			name: "myLayer",
			width: 855,
			url: "http://www.miniatur-wunderland.de/scripte/layer/layerform.html"
		});
	}
}
