Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Basic 1, nothing in SOURCE
This is the only interesting thing I found, cause as far as I can see, the rest of the code just builds upp the page… Am I just blind?
<script language="JavaScript"> <!–
function SymError() { return true; }
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes) { return (new Object()); }
window.open = SymWinOpen;
//–> </script>