// framebooster v.1.0 //
if (top.frames.length > 0) top.location.href = self.location;

// spam prevention v.0.1 //
function contact(user){
 host = "timberger.de"
 window.location.href = "mailto:" + user + "@" + host;
}

