document.topix_captcha_host = "http://www.topix.net"; // key = 3dfe3003750fb5c1 document.write("
Read 2 comments »
"); function topix_loginDisplay(loginDisplay, forgotPasswordDisplay) { var loginDiv = document.getElementById("loginDiv"); if (loginDiv) { loginDiv.style.display = loginDisplay; } var forgotPasswordDiv = document.getElementById("forgotPasswordDiv"); if (forgotPasswordDiv) { forgotPasswordDiv.style.display = forgotPasswordDisplay; } return false; } function topix_switchAuth(newOption) { var ids = new Array('at_cookie', 'at_anon', 'at_reg', 'at_login'); var id = "at_" + newOption; // var vis = document.getElementById("visible_tr").style.display; var vis = "block"; for (var i = 0; i < ids.length; i++) { vis = document.getElementById(ids[i]).style.display; if (vis != "none") { break; } } for (var i = 0; i < ids.length; i++) { if (ids[i] == id) { topix_setVis(ids[i], vis); } else { topix_setVis(ids[i], 'none'); } } document.getElementById("authtype_field").value = newOption; return false; } function topix_forgotPassword(emailFieldId) { var emailElem = document.getElementById(emailFieldId); var url = "/member/forgotPassword?login_email=" + escape(emailElem.value); sendUrl(url, function(x) { if (x.responseText == "success") { var elem = document.getElementById("forgotPassword"); elem.innerHTML = "

Check your Email: We have sent you an email with instructions on how to reset your password.

"; } else { var elem = document.getElementById("forgotPasswordError"); elem.innerHTML = x.responseText; } }); return false; } function topix_setVis(id, visibility) { var elem = document.getElementById(id); if (elem) { elem.style.display = visibility; } } document.write("
Type in your comments to post to the forum
Name
(appears on your post)
You are currently logged in as . Not ?
Name
(appears on your post)
Registration Welcome to Topix Forums! Please fill out the form below to set up an account and post your comment. If you are a returning user, click here to log in.
  • Topix Username

    Will display with your forum posts

  • Email Address

    Will never be shown to other users

  • Password

    At least five characters (letters and numbers)


  • Confirm Password

  • Birthdate

    Required by COPPA

Login Sign in with your existing Topix account and write your comments below. Don't have an account?

Email Address

Password

Comments
Type the numbers you see in the image on the right:
Please note by clicking on \"Post Comment\" you acknowledge that you have read the Terms of Service and the comment you are posting is in compliance with such terms. Be polite. Inappropriate posts may be removed by the moderator.
");