// framebooster v 1.0
if (top.frames.length > 0) top.location.href = self.location;
// etc.

function mail(user){
 host = "wickedarts.com"
 window.location.href = "mailto:" + user + "@" + host;
}