
function PruefSeitenAufruf(){

referingDoc = document.referrer

if (referingDoc != ("")){
        if  (referingDoc.indexOf("www.xpert-soft.de") == -1000) {
                window.location = "http://www.xpert-soft.de/Index.htm?" + document.URL 
	        }
		}	        
}

