<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" href="/stylesheets/rss.xsl"?>
<rss version="2.0">
  <channel>
    <title>Site Reviews by peoplequizdotcom</title>
    <description>Site Reviews by peoplequizdotcom in the Norton Safe Web community</description>
    <pubDate>Sun Feb 12 05:23:16 +0000 2012</pubDate>
    <link>http://safeweb.norton.com/profile/peoplequizdotcom</link>
    <item>
      <title>peoplequiz.com   :    PeopleQuiz is a safe site</title>
      <description>This threat warning is erroneous.  The javascript flagged here is a simple script written by the site owners and simply prevents registration submission if passwords dont match and/or the policy has not been agreed to.  Not sure why Norton is flagging but its a bug with Norton.  
Here is the entire script:

// ----------------------------------------------
// registrationcheck.js
//
//-----------------------------------------------
    function validateRegistration() {
	    
        if (document.form1.agreetoconditions.checked == false )  {
          alert(&amp;quot;You need to agree to the Privacy Policy and Conditions Conditions of Use&amp;quot;);
          document.form1.agreetoconditions.focus();
          document.form1.agreetoconditions.select();
          return false;
        } 
               
	    if (document.form1.password.value != document.form1.password2.value )  {
          alert(&amp;quot;The password you entered twice was not the same word&amp;quot;);
          document.form1.password.focus();
          document.form1.password.select();
          return false;
        } 
  	     
        document.form1.submit;
                
    }


</description>
      <pubDate>Fri, 23 Oct 2009 13:01:23 +0000</pubDate>
      <link>http://safeweb.norton.com/report/show?url=peoplequiz.com</link>
    </item>
  </channel>
</rss>

