<?xml version="1.0" encoding="UTF-8"?>
<page>
  <author>couldbe studios</author>
  <body-html>&lt;script type=&quot;text/javascript&quot;&gt;
function check()
    {
    var msg=&quot;&quot;;
    if($('FirstName').value==&quot;&quot;){msg+=&quot;* First Name\n&quot;;}
    if($('LastName').value==&quot;&quot;){msg+=&quot;* Last Name\n&quot;;}
    if($('Street').value==&quot;&quot;){msg+=&quot;* Street Address\n&quot;;}
    if($('City').value==&quot;&quot;){msg+=&quot;* City\n&quot;;}
    if($('PostalCode').value==&quot;&quot;){msg+=&quot;* Zip - Postal Code\n&quot;;}
    if($('email').value.indexOf('@') == -1)
        {
        msg+=&quot;* email address\n&quot;;
        }
    if($('ModelNumber').value==&quot;&quot;){msg+=&quot;* Model Number or UPC\n&quot;;}
    if($('DateOfPurchase').value==&quot;&quot;){msg+=&quot;* Date of Purchase\n&quot;;}
    if($('PrivacyPolicy').checked!==true){msg+=&quot;* Privacy Policy\n&quot;;}

    if(msg !== &quot;&quot;)
        {
        alert(&quot;Please correct the following:\n\n&quot;+msg);
        return false;
        }
    }

function $(id)
    {
    return document.getElementById(id);
    }
&lt;/script&gt;

Three Important Reasons to Register Your Product Immediately!
&lt;ol&gt;
    &lt;li&gt;Register your new iPopperz product so that it can be quickly and easily repaired or replaced.&lt;/li&gt;
    &lt;li&gt;Improved Product Development... Help us continue to design products that keep you rocking!&lt;/li&gt;
    &lt;li&gt;Join The Club&#8230; Once you're on our list, you're a part of the iPopperz family and we can keep you in the loop.&lt;/li&gt;

&lt;/ol&gt;

&lt;form action=&quot;http://contact.i-popperz.com/send.php&quot; method=&quot;post&quot; onsubmit=&quot;return check();&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;Source&quot; value=&quot;Product Registration Form&quot;/&gt;
&lt;label&gt;Title:&lt;/label&gt; 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Mr.&quot; checked/&gt;Mr. 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Mrs.&quot;/&gt;Mrs. 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Ms.&quot;/&gt;Ms. 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Miss&quot;/&gt;Miss
&lt;br/&gt;
&lt;label&gt;First:*&lt;/label&gt;&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot; id=&quot;FirstName&quot; name=&quot;FirstName&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Last:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  id=&quot;LastName&quot; name=&quot;LastName&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Street:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Street&quot; id=&quot;Street&quot;/&gt;&lt;br/&gt;

&lt;label&gt;Apt #:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Apt&quot;/&gt;&lt;br/&gt;
&lt;label&gt;City:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  id=&quot;City&quot; name=&quot;City&quot; id=&quot;City&quot;/&gt;&lt;br/&gt;
&lt;label&gt;State:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;State&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Province&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Province&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Zip/Postal code:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;PostalCode&quot; id=&quot;PostalCode&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Country*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Country&quot;/&gt;&lt;br/&gt;
&lt;label&gt;E-mail address:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;email&quot; id=&quot;email&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Telephone Number:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Phone&quot; id=&quot;Phone&quot;/&gt;&lt;br/&gt;
&lt;br/&gt;

&lt;input type=&quot;checkbox&quot; name=&quot;Subscribe&quot; value=&quot;Y&quot;/&gt; I would like to receive information from iPopperz about special offers, promotions and new product information via e-mail.

&lt;br/&gt;
&lt;label&gt;Date of Purchase:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;DateOfPurchase&quot; id=&quot;DateOfPurchase&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Model Number or UPC Number*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;ModelNumber&quot; id=&quot;ModelNumber&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Name of store where purchased:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;StoreName&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Price Paid: (excluding service contract, shipping and taxes)&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Price&quot;/&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;label&gt;Did you purchase or receive an extended service contract with your product?&lt;/label&gt;

&lt;input type=&quot;radio&quot; name=&quot;ExtendedServiceContract&quot; value=&quot;Yes&quot;/&gt;Yes &lt;input type=&quot;radio&quot; checked name=&quot;ExtendedServiceContract&quot; value=&quot;No&quot;/&gt;No

&lt;br/&gt;&lt;br/&gt;

&lt;label&gt;Is this product:&lt;/label&gt;
&lt;select name=&quot;ProductQty&quot;&gt;
    &lt;option value=&quot;The first product of this type you've ever purchased/received&quot;&gt;The first product of this type you've ever purchased/received?&lt;/option&gt;
    &lt;option value=&quot;A replacement for another product&quot;&gt;A replacement for another product?&lt;/option&gt; 
    &lt;option value=&quot;An additional product (already own one other)&quot;&gt;An additional product (already own one other)?&lt;/option&gt;
    &lt;option value=&quot;An additional product (already own 2 or more products)&quot;&gt;An additional product (already own 2 or more products)?&lt;/option&gt;

&lt;/select&gt;

&lt;br/&gt;
&lt;br/&gt;
&lt;label&gt;How did you first learn about this product?&lt;/label&gt;
&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;HowDidYouFirstLearnAboutThis&quot;/&gt;&lt;br/&gt;

&lt;fieldset&gt;
&lt;legend&gt;Your Privacy Matters to Us!&lt;/legend&gt;
This statement discloses the privacy practices of this Product Registration website.
&lt;br/&gt;
We believe you should know: 
&lt;ol&gt;
    &lt;li&gt;What information this site gathers about you&lt;/li&gt;

    &lt;li&gt;What this site does with the information it tracks&lt;/li&gt; 
    &lt;li&gt;With whom this site shares the information it gathers&lt;/li&gt;

&lt;/ol&gt;
&lt;span&gt;
We collect personal information about our users only during product registration. We do not use cookie technology to track your movements. We respect your right to privacy. As part of the entry process, we give you the opportunity to decline to receive any communications from other parties to whom we may provide such information. The data we collect is used in the aggregate to give us demographic information about the entire audience registering their products. We use this to understand that audience and to improve our offerings to you, our customers. The personal information you provide - name, address, etc. - allows us to inform you of additional special offers which may be forthcoming, and to send you coupons, or notify you of products and services of our affiliates that relate directly to your specific interests, hobbies or other information you have given.&lt;/span&gt;
&lt;br/&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;PrivacyPolicy&quot; id=&quot;PrivacyPolicy&quot; value=&quot;I agree&quot;/&gt; I agree
&lt;/fieldset&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;input type=&quot;submit&quot; value=&quot;Register Your Product&quot;/&gt;
&lt;/form&gt;</body-html>
  <created-at type="datetime">2008-07-17T22:38:28-04:00</created-at>
  <handle>register</handle>
  <id type="integer">351902</id>
  <published-at type="datetime">2008-07-17T22:38:28-04:00</published-at>
  <shop-id type="integer">147522</shop-id>
  <template-suffix nil="true"></template-suffix>
  <title>Register Product</title>
  <updated-at type="datetime">2008-07-17T22:40:43-04:00</updated-at>
  <body>&lt;notextile&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
function check()
    {
    var msg=&quot;&quot;;
    if($('FirstName').value==&quot;&quot;){msg+=&quot;* First Name\n&quot;;}
    if($('LastName').value==&quot;&quot;){msg+=&quot;* Last Name\n&quot;;}
    if($('Street').value==&quot;&quot;){msg+=&quot;* Street Address\n&quot;;}
    if($('City').value==&quot;&quot;){msg+=&quot;* City\n&quot;;}
    if($('PostalCode').value==&quot;&quot;){msg+=&quot;* Zip - Postal Code\n&quot;;}
    if($('email').value.indexOf('@') == -1)
        {
        msg+=&quot;* email address\n&quot;;
        }
    if($('ModelNumber').value==&quot;&quot;){msg+=&quot;* Model Number or UPC\n&quot;;}
    if($('DateOfPurchase').value==&quot;&quot;){msg+=&quot;* Date of Purchase\n&quot;;}
    if($('PrivacyPolicy').checked!==true){msg+=&quot;* Privacy Policy\n&quot;;}

    if(msg !== &quot;&quot;)
        {
        alert(&quot;Please correct the following:\n\n&quot;+msg);
        return false;
        }
    }

function $(id)
    {
    return document.getElementById(id);
    }
&lt;/script&gt;

Three Important Reasons to Register Your Product Immediately!
&lt;ol&gt;
    &lt;li&gt;Register your new iPopperz product so that it can be quickly and easily repaired or replaced.&lt;/li&gt;
    &lt;li&gt;Improved Product Development... Help us continue to design products that keep you rocking!&lt;/li&gt;
    &lt;li&gt;Join The Club&#8230; Once you're on our list, you're a part of the iPopperz family and we can keep you in the loop.&lt;/li&gt;

&lt;/ol&gt;

&lt;form action=&quot;http://contact.i-popperz.com/send.php&quot; method=&quot;post&quot; onsubmit=&quot;return check();&quot;&gt;
&lt;input type=&quot;hidden&quot; name=&quot;Source&quot; value=&quot;Product Registration Form&quot;/&gt;
&lt;label&gt;Title:&lt;/label&gt; 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Mr.&quot; checked/&gt;Mr. 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Mrs.&quot;/&gt;Mrs. 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Ms.&quot;/&gt;Ms. 
&lt;input type=&quot;radio&quot; name=&quot;Title&quot; value=&quot;Miss&quot;/&gt;Miss
&lt;br/&gt;
&lt;label&gt;First:*&lt;/label&gt;&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot; id=&quot;FirstName&quot; name=&quot;FirstName&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Last:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  id=&quot;LastName&quot; name=&quot;LastName&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Street:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Street&quot; id=&quot;Street&quot;/&gt;&lt;br/&gt;

&lt;label&gt;Apt #:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Apt&quot;/&gt;&lt;br/&gt;
&lt;label&gt;City:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  id=&quot;City&quot; name=&quot;City&quot; id=&quot;City&quot;/&gt;&lt;br/&gt;
&lt;label&gt;State:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;State&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Province&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Province&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Zip/Postal code:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;PostalCode&quot; id=&quot;PostalCode&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Country*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Country&quot;/&gt;&lt;br/&gt;
&lt;label&gt;E-mail address:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;email&quot; id=&quot;email&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Telephone Number:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Phone&quot; id=&quot;Phone&quot;/&gt;&lt;br/&gt;
&lt;br/&gt;

&lt;input type=&quot;checkbox&quot; name=&quot;Subscribe&quot; value=&quot;Y&quot;/&gt; I would like to receive information from iPopperz about special offers, promotions and new product information via e-mail.

&lt;br/&gt;
&lt;label&gt;Date of Purchase:*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;DateOfPurchase&quot; id=&quot;DateOfPurchase&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Model Number or UPC Number*&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;ModelNumber&quot; id=&quot;ModelNumber&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Name of store where purchased:&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;StoreName&quot;/&gt;&lt;br/&gt;
&lt;label&gt;Price Paid: (excluding service contract, shipping and taxes)&lt;/label&gt;&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;Price&quot;/&gt;&lt;br/&gt;
&lt;br/&gt;
&lt;label&gt;Did you purchase or receive an extended service contract with your product?&lt;/label&gt;

&lt;input type=&quot;radio&quot; name=&quot;ExtendedServiceContract&quot; value=&quot;Yes&quot;/&gt;Yes &lt;input type=&quot;radio&quot; checked name=&quot;ExtendedServiceContract&quot; value=&quot;No&quot;/&gt;No

&lt;br/&gt;&lt;br/&gt;

&lt;label&gt;Is this product:&lt;/label&gt;
&lt;select name=&quot;ProductQty&quot;&gt;
    &lt;option value=&quot;The first product of this type you've ever purchased/received&quot;&gt;The first product of this type you've ever purchased/received?&lt;/option&gt;
    &lt;option value=&quot;A replacement for another product&quot;&gt;A replacement for another product?&lt;/option&gt; 
    &lt;option value=&quot;An additional product (already own one other)&quot;&gt;An additional product (already own one other)?&lt;/option&gt;
    &lt;option value=&quot;An additional product (already own 2 or more products)&quot;&gt;An additional product (already own 2 or more products)?&lt;/option&gt;

&lt;/select&gt;

&lt;br/&gt;
&lt;br/&gt;
&lt;label&gt;How did you first learn about this product?&lt;/label&gt;
&lt;input class=&quot;text&quot; type=&quot;text&quot;  name=&quot;HowDidYouFirstLearnAboutThis&quot;/&gt;&lt;br/&gt;

&lt;fieldset&gt;
&lt;legend&gt;Your Privacy Matters to Us!&lt;/legend&gt;
This statement discloses the privacy practices of this Product Registration website.
&lt;br/&gt;
We believe you should know: 
&lt;ol&gt;
    &lt;li&gt;What information this site gathers about you&lt;/li&gt;

    &lt;li&gt;What this site does with the information it tracks&lt;/li&gt; 
    &lt;li&gt;With whom this site shares the information it gathers&lt;/li&gt;

&lt;/ol&gt;
&lt;span&gt;
We collect personal information about our users only during product registration. We do not use cookie technology to track your movements. We respect your right to privacy. As part of the entry process, we give you the opportunity to decline to receive any communications from other parties to whom we may provide such information. The data we collect is used in the aggregate to give us demographic information about the entire audience registering their products. We use this to understand that audience and to improve our offerings to you, our customers. The personal information you provide - name, address, etc. - allows us to inform you of additional special offers which may be forthcoming, and to send you coupons, or notify you of products and services of our affiliates that relate directly to your specific interests, hobbies or other information you have given.&lt;/span&gt;
&lt;br/&gt;
&lt;input type=&quot;checkbox&quot; name=&quot;PrivacyPolicy&quot; id=&quot;PrivacyPolicy&quot; value=&quot;I agree&quot;/&gt; I agree
&lt;/fieldset&gt;
&lt;br/&gt;&lt;br/&gt;
&lt;input type=&quot;submit&quot; value=&quot;Register Your Product&quot;/&gt;
&lt;/form&gt;


&lt;/notextile&gt;</body>
</page>
