// JavaScript Document
window.status = "manufakturQ - Büro für Web-Design und Internet-Programmierung";

if(self == top){
	top.location.href = "/index.html?"+self.location.pathname;
	}
