// frame buster (don't frame me, man...) if ( window != top ) { top.location.href = location.href }; if ( top.frames.length != 0 ) { top.location = self.document.location }; window.defaultStatus = ''; function winStatus(Msg) { window.status = Msg; return true; } function protectMail(name, dom, subj, link, stat, title, cclass) { ls_subject = ''; if ( subj.length != 0 ) { ls_subject = '?subject=' + subj }; ls_status = stat; ls_title = ''; if ( title.length != 0 ) { ls_title = ' title="' + title + '"' }; ls_class = ''; if ( cclass.length != 0 ) { ls_class = ' class="' + cclass + '"' }; document.write(" " + link + " "); }