<?xml version="1.0"?>

<Products>
    <Item>
        <Name>Coffee Cup Warmer</Name>
        <Number>0001</Number>
        <Description>See Name</Description>
        <Price>15.00</Price>
    </Item>
    <Item>
        <Name>Coffee Cup with Wacky NorEaster Logo 14oz</Name>
        <Number>0002</Number>
        <Description>See Name</Description>
        <Price>18.00</Price>
    </Item>
    <Item>
        <Name>Coffee Cup with Wacky NorEaster Logo 18oz</Name>
        <Number>0003</Number>
        <Description>See Name</Description>
        <Price>19.89</Price>
    </Item>
    <Item>
        <Name>T-Shirt with Wacky NorEaster Logo Large</Name>
        <Number>0004</Number>
        <Description>See Name</Description>
        <Price>21.00</Price>
    </Item>
    <Item>
        <Name>T-Shirt with Wacky NorEaster Logo XX-Large</Name>
        <Number>0005</Number>
        <Description>See Name</Description>
        <Price>21.00</Price>
    </Item>

    <Item>
        <Name>Sadam, the Demonic Hand-puppet</Name>
        <Number>0006</Number>
        <Description>You may never get your hand back</Description>
        <Price>6.66</Price>
    </Item>
    <Item>
        <Name>Agiley the Angelic Hand-Puppet</Name>
        <Number>0007</Number>
        <Description>See Name</Description>
        <Price>7.77</Price>
    </Item>
    <Item>
        <Name>Four Cup Coffee Brewer</Name>
        <Number>0008</Number>
        <Description>See Name</Description>
        <Price>34.95</Price>
    </Item>
    <Item>
        <Name>Computer For Linux</Name>
        <Number>0009</Number>
        <Description>With Linux Installed</Description>
        <Price>250.00</Price>
    </Item>
    <Item>
        <Name>Flat LCD Display 14"</Name>
        <Number>0010</Number>
        <Description>Recommended for #0009</Description>
        <Price>387.00</Price>
    </Item>

    <Item>
        <Name>Flat LCD Display 17"</Name>
        <Number>0011</Number>
        <Description>Recommended for #0009</Description>
        <Price>898.00</Price>
    </Item>
    <Item>
        <Name>Flat LCD Display 21"</Name>
        <Number>0012</Number>
        <Description>Recommended for #0009</Description>
        <Price>2023.00</Price>
    </Item>
    <Item>
        <Name>10 Cup Coffee Brewer</Name>
        <Number>0013</Number>
        <Description>See Name</Description>
        <Price>52.00</Price>
    </Item>
    <Item>
        <Name>10 Cup Coffee Grinder/Brewer</Name>
        <Number>0014</Number>
        <Description>Grinds the beans to brew each batch for maximum freshnes</Description>
        <Price>153.00</Price>
    </Item>
    <Item>
        <Name>42 Cup Coffee Brewing System</Name>
        <Number>0015</Number>
        <Description>Professional Brewing system.</Description>
        <Price>473.00</Price>
    </Item>

</Products>
