AdvertiseCommunity - Version 1.3.4

Version Notes

v1.2.0

This version now has the common elements from the cross-sell, up-sell and related products extensions.
These elements are not active unless those packages are installed. So if you only have Advertise Colors, this extra code will not be used.

v1.2.1 - this version fixes the activation of stores upon installation.

v1.2.2 - fixes a bug in 1.2.1

v1.2.3 - makes the product id available to suggested product calls.

v1.2.4 - minor bug fix

v1.3.0 - new product export methodology to reduce bandwidth and overhead

v1.3.1 - minor update of config menu items

v1.3.2 - fix for packaging issue with v1.3.1

v1.3.3 - fix for XML export bug

v1.3.4 - documentation file clash fixed; XML export improved

Download this release

Release Info

Developer Michael Oxley
Extension AdvertiseCommunity
Version 1.3.4
Comparing to
See all releases


Code changes from version 1.3.3 to 1.3.4

Adverti.se Module Docs/Advertise Colors.html DELETED
@@ -1,240 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Adverti.se Colors</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
- <link type="text/css" rel="stylesheet" href="./resources/install.css" media="all" />
7
- </head>
8
- <body>
9
- <div id="content">
10
- <img class="adv_logo" src="./resources/backend-advertise-logo.png" alt="Adverti.se" height="45" width="220" />
11
- <h1>Adverti.se Colors</h1>
12
- <p>Thank you for installing our Colors module.<br />
13
- <br />
14
- Using this this module you can harness image recognition technology to automatically populate the
15
- color attribute of your 'simple' products.<br />
16
- <br />
17
- For 'configurable' products that are available in a range of colors you can use our
18
- color-selector dropdown. It has a wide range of common colors, and color names can be
19
- configured to anything you like.
20
- </p>
21
- <hr />
22
- <h2>Automatic Color Labelling</h2>
23
- <h3>Step 1</h3>
24
- <p>If you have not done so already, register your Adverti.se account by saving your details in the Magento Admin panel at:<br />
25
- <br />
26
- <span class="filepath">System &rarr; Configuration &rarr; Adverti.se &rarr; Account Settings</span><br />
27
- <br />
28
- At the same time your product image data will be sent to us for processing.
29
- </p>
30
- <h3>Step 2</h3>
31
- <p>You will receive an e-mail to notify you when processing of your image files is complete.
32
- Once you receive this e-mail go to the Adverti.se Colors page in your Magento Admin:<br />
33
- <br />
34
- <span class="filepath">Catalog &rarr; Adverti.se &rarr; Colors</span><br />
35
- <br />
36
- First click the "Get Adverti.se Color Data" button. This will retrieve the color data from our server
37
- and save it ready to import into your store.<br />
38
- When the data transfer is complete the grey "Import Colors To Magento" button will become activated and turn orange.
39
- Click this button to update the products in your database with the new color values.
40
- </p>
41
- <hr />
42
- <h2>Color Selector Drop-Down</h2>
43
- <img class="align-right" src="resources/advertise-colors-dropdown.png" alt="Adverti.se Colors Drop-Down Sample" />
44
- <p>
45
- For configurable products most Magento themes only allow text-based drop-downs for customers
46
- to select the options they want. When you install our Colors module you can let customers see the
47
- color they are selecting with our drop-down.<br />
48
- <br />
49
- When installed the Adverti.se Colors module adds a new configurable attribute
50
- <span class="code filename">advertise_swatch_colors</span>. When products are made
51
- configurable on the <span class="code filename">advertise_swatch_colors</span>
52
- attribute the Adverti.se Colors drop-down will be used for product option selection
53
- in the product pages of your store. <br />
54
- <br />
55
- On most installations the Adverti.se Colors drop-down will
56
- automatically appear for any configurable products selectable on the
57
- <span class="code filename">advertise_swatch_colors</span> attribute. However, if your
58
- current theme overrides the default Magento handling of configurable products
59
- you may need to make a simple edit to one theme file for the Colors drop-down to work.<br />
60
- <br />
61
- To check if you will need to modify a file, check to see if the following template file
62
- <span class="filename">configurable.phtml</span> exists in your Magento installation:<br />
63
- <br />
64
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/catalog/product/view/type/options/configurable.phtml</span><br />
65
- <br />
66
- If this file does not exist then it means that your theme uses Magento's default template and
67
- there is nothing to do - the Adverti.se Colors drop-down should work automatically.<br />
68
- <br />
69
- If this file does exist then you need to copy and paste a section of code into it from this file, which
70
- was created as part of your Adverti.se Colors installation:<br />
71
- <br />
72
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/base/default/template/importer/configurable.phtml</span><br />
73
- <br />
74
- Open this file and copy the section of code between the lines shown:
75
- </p>
76
- <pre>
77
- <code>
78
- &lt;?php /* -+-+-+-+-+-+-+- Start of Adverti.se Color Drop-Down code -+-+-+-+-+-+-+- */ ?&gt;
79
- ...
80
- ...
81
- ...
82
- &lt;?php /* -+-+-+-+-+-+-+- End of Adverti.se Color Drop-Down code -+-+-+-+-+-+-+- */ ?&gt;
83
- </code>
84
- </pre>
85
- <p>And paste it into your theme's <span class="filename">configurable.phtml</span> file immediately below the line:</p>
86
- <pre>
87
- <code>
88
- &lt;?php foreach($_attributes as $_attribute): ?&gt;
89
- </code>
90
- </pre>
91
- <p>You will also need to add a <span class="code">&lt;?php endif;?&gt;</span>
92
- immediately before the <span class="code">&lt;?php endforeach; ?&gt;</span>.
93
- </p>
94
- <h3>Current Drop-Down Color Swatch</h3>
95
-
96
- <table cellpadding="5" cellspacing="5" border="0" class="swatch">
97
- <tr>
98
- <td class="righttext">Black: </td>
99
- <td bgcolor="#000000" class="borderon" width="300px">&nbsp;</td>
100
- </tr>
101
- <tr>
102
- <td class="righttext">Gray_Dark: </td>
103
- <td bgcolor="#696969" class="borderon" width="300px">&nbsp;</td>
104
- </tr>
105
- <tr>
106
- <td class="righttext">Gray: </td>
107
- <td bgcolor="#A9A9A9" class="borderon" width="300px">&nbsp;</td>
108
- </tr>
109
- <tr>
110
- <td class="righttext">Gray_Light: </td>
111
- <td bgcolor="#D3D3D3" class="borderon" width="300px">&nbsp;</td>
112
- </tr>
113
- <tr>
114
- <td class="righttext">White: </td>
115
- <td bgcolor="#FFFAFA" class="borderon" width="300px">&nbsp;</td>
116
- </tr>
117
- <tr>
118
- <td class="righttext">Cream: </td>
119
- <td bgcolor="#FFFDD0" class="borderon" width="300px">&nbsp;</td>
120
- </tr>
121
- <tr>
122
- <td class="righttext">Yellow_Light: </td>
123
- <td bgcolor="#FFFF99" class="borderon" width="300px">&nbsp;</td>
124
- </tr>
125
- <tr>
126
- <td class="righttext">Yellow: </td>
127
- <td bgcolor="#FFD700" class="borderon" width="300px">&nbsp;</td>
128
- </tr>
129
- <tr>
130
- <td class="righttext">Yellow_Dark: </td>
131
- <td bgcolor="#FCC200" class="borderon" width="300px">&nbsp;</td>
132
- </tr>
133
- <tr>
134
- <td class="righttext">Orange: </td>
135
- <td bgcolor="#FFA500" class="borderon" width="300px">&nbsp;</td>
136
- </tr>
137
- <tr>
138
- <td class="righttext">Orange_Dark: </td>
139
- <td bgcolor="#FF4500" class="borderon" width="300px">&nbsp;</td>
140
- </tr>
141
- <tr>
142
- <td class="righttext">Red_Bright: </td>
143
- <td bgcolor="#FF0000" class="borderon" width="300px">&nbsp;</td>
144
- </tr>
145
- <tr>
146
- <td class="righttext">Red: </td>
147
- <td bgcolor="#C80815" class="borderon" width="300px">&nbsp;</td>
148
- </tr>
149
- <tr>
150
- <td class="righttext">Red_Dark: </td>
151
- <td bgcolor="#8B0000" class="borderon" width="300px">&nbsp;</td>
152
- </tr>
153
- <tr>
154
- <td class="righttext">Brown: </td>
155
- <td bgcolor="#8B4513" class="borderon" width="300px">&nbsp;</td>
156
- </tr>
157
- <tr>
158
- <td class="righttext">Brown_Light: </td>
159
- <td bgcolor="#D2B48C" class="borderon" width="300px">&nbsp;</td>
160
- </tr>
161
- <tr>
162
- <td class="righttext">Beige: </td>
163
- <td bgcolor="#F5E4B4" class="borderon" width="300px">&nbsp;</td>
164
- </tr>
165
- <tr>
166
- <td class="righttext">Pink_Light: </td>
167
- <td bgcolor="#FFE4E1" class="borderon" width="300px">&nbsp;</td>
168
- </tr>
169
- <tr>
170
- <td class="righttext">Pink: </td>
171
- <td bgcolor="#FFC0CB" class="borderon" width="300px">&nbsp;</td>
172
- </tr>
173
- <tr>
174
- <td class="righttext">Pink_Dark: </td>
175
- <td bgcolor="#F08080" class="borderon" width="300px">&nbsp;</td>
176
- </tr>
177
- <tr>
178
- <td class="righttext">Pink_Bright: </td>
179
- <td bgcolor="#FF1493" class="borderon" width="300px">&nbsp;</td>
180
- </tr>
181
- <tr>
182
- <td class="righttext">Purple_Dark: </td>
183
- <td bgcolor="#8B008B" class="borderon" width="300px">&nbsp;</td>
184
- </tr>
185
- <tr>
186
- <td class="righttext">Purple: </td>
187
- <td bgcolor="#BA55D3" class="borderon" width="300px">&nbsp;</td>
188
- </tr>
189
- <tr>
190
- <td class="righttext">Purple_Light: </td>
191
- <td bgcolor="#D8BFD8" class="borderon" width="300px">&nbsp;</td>
192
- </tr>
193
- <tr>
194
- <td class="righttext">Blue_Light: </td>
195
- <td bgcolor="#87CEEB" class="borderon" width="300px">&nbsp;</td>
196
- </tr>
197
- <tr>
198
- <td class="righttext">Blue: </td>
199
- <td bgcolor="#0000FF" class="borderon" width="300px">&nbsp;</td>
200
- </tr>
201
- <tr>
202
- <td class="righttext">Blue_Dark: </td>
203
- <td bgcolor="#191970" class="borderon" width="300px">&nbsp;</td>
204
- </tr>
205
- <tr>
206
- <td class="righttext">Teal: </td>
207
- <td bgcolor="#008080" class="borderon" width="300px">&nbsp;</td>
208
- </tr>
209
- <tr>
210
- <td class="righttext">Turquoise: </td>
211
- <td bgcolor="#40E0D0" class="borderon" width="300px">&nbsp;</td>
212
- </tr>
213
- <tr>
214
- <td class="righttext">Green_Light: </td>
215
- <td bgcolor="#90EE90" class="borderon" width="300px">&nbsp;</td>
216
- </tr>
217
- <tr>
218
- <td class="righttext">Green: </td>
219
- <td bgcolor="#008000" class="borderon" width="300px">&nbsp;</td>
220
- </tr>
221
- <tr>
222
- <td class="righttext">Green_Dark: </td>
223
- <td bgcolor="#006400" class="borderon" width="300px">&nbsp;</td>
224
- </tr>
225
- <tr>
226
- <td class="righttext">Olive: </td>
227
- <td bgcolor="#808000" class="borderon" width="300px">&nbsp;</td>
228
- </tr>
229
- </table>
230
- <p>The color names shown here are the 'Admin' labels; frontend color labels for the
231
- colors that you use can be set in your Magento Admin panel here:<br />
232
- <br />
233
- <span class="filepath">Catalog &rarr; Attributes &rarr; Manage Attributes &rarr; advertise_swatch_colors &rarr; Manage Label / Options</span><br />
234
- <br />
235
- </p>
236
- <hr />
237
- <p class="footer">&copy; Adverti.se 2013</p>
238
- </div>
239
- </body>
240
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Adverti.se Module Docs/Advertise Crosssell Products.html DELETED
@@ -1,72 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Adverti.se Cross-sell Products</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
- <link type="text/css" rel="stylesheet" href="./resources/install.css" media="all" />
7
- </head>
8
- <body>
9
- <div id="content">
10
- <img class="adv_logo" src="./resources/backend-advertise-logo.png" alt="Adverti.se" height="45" width="220" />
11
- <h1>Activating Adverti.se Cross-sell Products</h1>
12
- <p>Thank you for installing our Cross-sell Products module. <br /><br />
13
- Before cross-sell products will appear in the front end of your site you
14
- need to complete the following simple modifications to your current theme's
15
- template files. Once you have completed the steps below you will see our
16
- cross-sell product suggestions appear during the checkout process:</p>
17
- <h2>Step 1</h2>
18
- <p>Find the template file <span class="filename">crosssell.phtml</span>
19
- used by your theme. You should find it here:<br />
20
- <br />
21
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/checkout/cart/crosssell.phtml</span><br />
22
- <br />
23
- Copy and paste these lines at the top of the file:
24
- </p>
25
- <pre>
26
- <code>
27
- &lt;div id=&quot;advcrosssell&quot;&gt;
28
- &lt;script type=&quot;text/javascript&quot;&gt;
29
- if(adv_crosssell_reload){
30
- loadAdvertiseCrosssellProducts();
31
- adv_crosssell_reload=false;
32
- }
33
- &lt;/script&gt;
34
- </code>
35
- </pre>
36
- <p>And add this line at the end of the file:</p>
37
- <pre>
38
- <code>
39
- &lt;/div&gt;
40
- </code>
41
- </pre>
42
-
43
- <h2>Step 2</h2>
44
- <p class="note"><b>PLEASE NOTE</b>: This step is the same for all three Adverti.se Suggested Products modules (Related, Upsell and Cross-Sell). The script here only needs to be included once in the <span class="filename">head.phtml</span> file, no matter how many of these modules you have installed.</p>
45
- <p>Find the template file <span class="filename">head.phtml</span> used by your theme. You should find it here:<br />
46
- <br />
47
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/page/html/head.phtml</span><br />
48
- <br />
49
- Copy and paste the following &lt;script&gt; tag somewhere in <span class="filename">head.phtml</span> (we suggest either at the top or bottom of the file so you can easily keep track of your modifications):
50
- </p>
51
- <pre>
52
- <code>
53
- &lt;script type="text/javascript"&gt;
54
- &lt;?php
55
- echo Mage::helper('advertise_retailintelligence')-&gt;getAdvertiseHeaderScript();
56
- ?&gt;
57
- &lt;/script&gt;
58
- </code>
59
- </pre>
60
-
61
- <h2>Step 3</h2>
62
- <p>If you have not done so already, register your Adverti.se account by saving your details in the Magento Admin panel at:<br />
63
- <br />
64
- <span class="filepath">System &rarr; Configuration &rarr; Adverti.se &rarr; Account Settings</span><br />
65
- <br />
66
- At the same time your product data will be sent to us for processing, to enable us to suggest relevant products from your store.
67
- </p>
68
- <hr />
69
- <p class="footer">&copy; Adverti.se 2013</p>
70
- </div>
71
- </body>
72
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Adverti.se Module Docs/Advertise Related Products.html DELETED
@@ -1,72 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Adverti.se Related Products</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
- <link type="text/css" rel="stylesheet" href="./resources/install.css" media="all" />
7
- </head>
8
- <body>
9
- <div id="content">
10
- <img class="adv_logo" src="./resources/backend-advertise-logo.png" alt="Adverti.se" height="45" width="220" />
11
- <h1>Activating Adverti.se Related Products</h1>
12
- <p>Thank you for installing our Related Products module. <br /><br />
13
- Before related products will appear in the front end of your site you
14
- need to complete the following simple modifications to your current theme's
15
- template files. Once you have completed the steps below you will see our
16
- related product suggestions appear on your product pages:</p>
17
- <h2>Step 1</h2>
18
- <p>Find the template file <span class="filename">related.phtml</span>
19
- used by your theme. You should find it here:<br />
20
- <br />
21
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/catalog/product/list/related.phtml</span><br />
22
- <br />
23
- Copy and paste these lines at the top of the file:
24
- </p>
25
- <pre>
26
- <code>
27
- &lt;div id=&quot;advrelated&quot;&gt;
28
- &lt;script type=&quot;text/javascript&quot;&gt;
29
- if(adv_reload){
30
- loadAdvertiseRelatedProducts();
31
- adv_reload=false;
32
- }
33
- &lt;/script&gt;
34
- </code>
35
- </pre>
36
- <p>And add this line at the end of the file:</p>
37
- <pre>
38
- <code>
39
- &lt;/div&gt;
40
- </code>
41
- </pre>
42
-
43
- <h2>Step 2</h2>
44
- <p class="note"><b>PLEASE NOTE</b>: This step is the same for all three Adverti.se Suggested Products modules (Related, Upsell and Cross-Sell). The script here only needs to be included once in the <span class="filename">head.phtml</span> file, no matter how many of these modules you have installed.</p>
45
- <p>Find the template file <span class="filename">head.phtml</span> used by your theme. You should find it here:<br />
46
- <br />
47
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/page/html/head.phtml</span><br />
48
- <br />
49
- Copy and paste the following &lt;script&gt; tag somewhere in <span class="filename">head.phtml</span> (we suggest either at the top or bottom of the file so you can easily keep track of your modifications):
50
- </p>
51
- <pre>
52
- <code>
53
- &lt;script type="text/javascript"&gt;
54
- &lt;?php
55
- echo Mage::helper('advertise_retailintelligence')-&gt;getAdvertiseHeaderScript();
56
- ?&gt;
57
- &lt;/script&gt;
58
- </code>
59
- </pre>
60
-
61
- <h2>Step 3</h2>
62
- <p>If you have not done so already, register your Adverti.se account by saving your details in the Magento Admin panel at:<br />
63
- <br />
64
- <span class="filepath">System &rarr; Configuration &rarr; Adverti.se &rarr; Account Settings</span><br />
65
- <br />
66
- At the same time your product data will be sent to us for processing, to enable us to suggest relevant products from your store.
67
- </p>
68
- <hr />
69
- <p class="footer">&copy; Adverti.se 2013</p>
70
- </div>
71
- </body>
72
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Adverti.se Module Docs/Advertise Suggested Products.html DELETED
@@ -1,31 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Adverti.se Suggested Products</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
- <link type="text/css" rel="stylesheet" href="./resources/install.css" media="all" />
7
- </head>
8
- <body>
9
- <div id="content">
10
- <img class="adv_logo" src="./resources/backend-advertise-logo.png" alt="Adverti.se" height="45" width="220" />
11
- <h1>Activating Adverti.se Suggested Products</h1>
12
- <p>Thank you for installing our Suggested Products module. <br /><br />
13
- Suggested Products is a collection of three separate modules that individually suggest
14
- Related Products, Upsell Products and Cross-sell Products.<br /><br />
15
- Any combination of these modules can be active on your store at the same time -
16
- one, two or all three at the same time.<br /><br />
17
-
18
- Before any suggested products will appear in the front end of your site you
19
- need to complete some simple modifications to your current theme's
20
- template files.<br />
21
- <br />
22
- Please see the individual module pages for details:<br />
23
- <br />
24
- <a href="./Advertise%20Related%20Products.html">Activating Adverti.se Related Products</a><br /><br />
25
- <a href="./Advertise%20Upsell%20Products.html">Activating Adverti.se upsell Products</a><br /><br />
26
- <a href="./Advertise%20Crosssell%20Products.html">Activating Adverti.se Cross-Sell Products</a><br /><br />
27
- <hr />
28
- <p class="footer">&copy; Adverti.se 2013</p>
29
- </div>
30
- </body>
31
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Adverti.se Module Docs/Advertise Upsell Products.html DELETED
@@ -1,72 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <title>Adverti.se Upsell Products</title>
5
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6
- <link type="text/css" rel="stylesheet" href="./resources/install.css" media="all" />
7
- </head>
8
- <body>
9
- <div id="content">
10
- <img class="adv_logo" src="./resources/backend-advertise-logo.png" alt="Adverti.se" height="45" width="220" />
11
- <h1>Activating Adverti.se Upsell Products</h1>
12
- <p>Thank you for installing our Upsell Products module. <br /><br />
13
- Before upsell products will appear in the front end of your site you
14
- need to complete the following simple modifications to your current theme's
15
- template files. Once you have completed the steps below you will see our
16
- upsell product suggestions appear on your product pages:</p>
17
- <h2>Step 1</h2>
18
- <p>Find the template file <span class="filename">upsell.phtml</span>
19
- used by your theme. You should find it here:<br />
20
- <br />
21
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/catalog/product/list/upsell.phtml</span><br />
22
- <br />
23
- Copy and paste these lines at the top of the file:
24
- </p>
25
- <pre>
26
- <code>
27
- &lt;div id=&quot;advupsell&quot;&gt;
28
- &lt;script type=&quot;text/javascript&quot;&gt;
29
- if(adv_upsell_reload){
30
- loadAdvertiseUpsellProducts();
31
- adv_upsell_reload=false;
32
- }
33
- &lt;/script&gt;
34
- </code>
35
- </pre>
36
- <p>And add this line at the end of the file:</p>
37
- <pre>
38
- <code>
39
- &lt;/div&gt;
40
- </code>
41
- </pre>
42
-
43
- <h2>Step 2</h2>
44
- <p class="note"><b>PLEASE NOTE</b>: This step is the same for all three Adverti.se Suggested Products modules (Related, Upsell and Cross-Sell). The script here only needs to be included once in the <span class="filename">head.phtml</span> file, no matter how many of these modules you have installed.</p>
45
- <p>Find the template file <span class="filename">head.phtml</span> used by your theme. You should find it here:<br />
46
- <br />
47
- <span class="filepath">&lt;Magento-root-folder&gt;/app/design/frontend/&lt;theme-package&gt;/&lt;theme-name&gt;/template/page/html/head.phtml</span><br />
48
- <br />
49
- Copy and paste the following &lt;script&gt; tag somewhere in <span class="filename">head.phtml</span> (we suggest either at the top or bottom of the file so you can easily keep track of your modifications):
50
- </p>
51
- <pre>
52
- <code>
53
- &lt;script type="text/javascript"&gt;
54
- &lt;?php
55
- echo Mage::helper('advertise_retailintelligence')-&gt;getAdvertiseHeaderScript();
56
- ?&gt;
57
- &lt;/script&gt;
58
- </code>
59
- </pre>
60
-
61
- <h2>Step 3</h2>
62
- <p>If you have not done so already, register your Adverti.se account by saving your details in the Magento Admin panel at:<br />
63
- <br />
64
- <span class="filepath">System &rarr; Configuration &rarr; Adverti.se &rarr; Account Settings</span><br />
65
- <br />
66
- At the same time your product data will be sent to us for processing, to enable us to suggest relevant products from your store.
67
- </p>
68
- <hr />
69
- <p class="footer">&copy; Adverti.se 2013</p>
70
- </div>
71
- </body>
72
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Adverti.se Module Docs/resources/advertise-colors-dropdown.png DELETED
Binary file
app/code/community/Advertise/Dataexport/Model/Exporter/Product.php CHANGED
@@ -15,6 +15,7 @@ class Advertise_Dataexport_Model_Exporter_Product extends Varien_Object implemen
15
  {
16
  $collection = Mage::getModel('catalog/product')
17
  ->getCollection()
 
18
  ->addAttributeToSelect('*')
19
  ;
20
  return $collection;
@@ -93,10 +94,15 @@ class Advertise_Dataexport_Model_Exporter_Product extends Varien_Object implemen
93
  break;
94
  }
95
  $prodtype = $product->getTypeID();
96
- $prodcolor = $product->getResource()->getAttribute('color')->getFrontend()->getValue($product);
97
- if ($prodcolor == "No") {
 
 
 
 
98
  $prodcolor == "";
99
  }
 
100
  if ($advColorsInstalled) {
101
  $prodadvswatchcolor = $product->getResource()->getAttribute('advertise_swatch_colors')->getFrontend()->getValue($product);
102
  if ($prodadvswatchcolor == "No") {
@@ -114,14 +120,30 @@ class Advertise_Dataexport_Model_Exporter_Product extends Varien_Object implemen
114
  $stocklevel = (int)Mage::getModel('cataloginventory/stock_item')->loadByProduct($product)->getQty();
115
  $specialprice = $product->getSpecialPrice();
116
  $prodweight = $product->getWeight();
117
- $prodman = $product->getResource()->getAttribute('manufacturer')->getFrontend()->getValue($product);
118
- $prodgender = $product->getResource()->getAttribute('gender')->getFrontend()->getValue($product);
 
 
 
 
 
 
 
 
119
  $metatitle = $product->getMetaTitle();
120
  $metadesc = $product->getMetaDescription();
121
  $metakw = $product->getMetaKeyword();
122
 
123
- $size1 = $product->getResource()->getAttribute('shoe_size')->getFrontend()->getValue($product);
124
- $size2 = $product->getResource()->getAttribute('shirt_size')->getFrontend()->getValue($product);
 
 
 
 
 
 
 
 
125
 
126
  // Set the data to be written
127
  $data['prodname'] = $prodName;
15
  {
16
  $collection = Mage::getModel('catalog/product')
17
  ->getCollection()
18
+ ->addFieldToFilter('status',Mage_Catalog_Model_Product_Status::STATUS_ENABLED)
19
  ->addAttributeToSelect('*')
20
  ;
21
  return $collection;
94
  break;
95
  }
96
  $prodtype = $product->getTypeID();
97
+ if ($product->getResource()->getAttribute('color')) {
98
+ $prodcolor = $product->getResource()->getAttribute('color')->getFrontend()->getValue($product);
99
+ if ($prodcolor == "No") {
100
+ $prodcolor == "";
101
+ }
102
+ } else {
103
  $prodcolor == "";
104
  }
105
+
106
  if ($advColorsInstalled) {
107
  $prodadvswatchcolor = $product->getResource()->getAttribute('advertise_swatch_colors')->getFrontend()->getValue($product);
108
  if ($prodadvswatchcolor == "No") {
120
  $stocklevel = (int)Mage::getModel('cataloginventory/stock_item')->loadByProduct($product)->getQty();
121
  $specialprice = $product->getSpecialPrice();
122
  $prodweight = $product->getWeight();
123
+ if ($product->getResource()->getAttribute('manufacturer')) {
124
+ $prodman = $product->getResource()->getAttribute('manufacturer')->getFrontend()->getValue($product);
125
+ } else {
126
+ $prodman = "";
127
+ }
128
+ if ($product->getResource()->getAttribute('gender')) {
129
+ $prodgender = $product->getResource()->getAttribute('gender')->getFrontend()->getValue($product);
130
+ } else {
131
+ $prodgender = "";
132
+ }
133
  $metatitle = $product->getMetaTitle();
134
  $metadesc = $product->getMetaDescription();
135
  $metakw = $product->getMetaKeyword();
136
 
137
+ if ($product->getResource()->getAttribute('shoe_size')) {
138
+ $size1 = $product->getResource()->getAttribute('shoe_size')->getFrontend()->getValue($product);
139
+ } else {
140
+ $size1 = "";
141
+ }
142
+ if ($product->getResource()->getAttribute('shirt_size')) {
143
+ $size2 = $product->getResource()->getAttribute('shirt_size')->getFrontend()->getValue($product);
144
+ } else {
145
+ $size2 = "";
146
+ }
147
 
148
  // Set the data to be written
149
  $data['prodname'] = $prodName;
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AdvertiseCommunity</name>
4
- <version>1.3.3</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
@@ -40,11 +40,13 @@ v1.3.1 - minor update of config menu items&#xD;
40
  &#xD;
41
  v1.3.2 - fix for packaging issue with v1.3.1&#xD;
42
  &#xD;
43
- v1.3.3 - fix for XML export bug</notes>
 
 
44
  <authors><author><name>Michael Oxley</name><user>advertise</user><email>mike@adverti.se</email></author></authors>
45
- <date>2013-04-26</date>
46
- <time>14:49:25</time>
47
- <contents><target name="mage"><dir name="lib"><dir name="Varien"><dir name="Data"><dir name="Form"><dir name="Element"><file name="Advertisetemplate.php" hash="93d8c1f2ace06bd46e68857b9b98ec52"/><file name="Advertiselicense.php" hash="26d50ff2d280db94e4d0eb7187376880"/></dir></dir></dir></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Advertise_Account.xml" hash="41caea2e740938911057f6b69a9e5f16"/><file name="Advertise_Dataexport.xml" hash="d28e81936a458005b86f808b33ee8938"/></dir></dir><dir name="code"><dir name="community"><dir name="Advertise"><dir name="Account"><dir name="Block"><dir name="Config"><file name="Dataexportmessage.php" hash="7ea4ff776d545de800aef711ac4d926c"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9b22d8f7156cd9f694774d7e29e2b5a8"/></dir><dir name="Model"><file name="Account.php" hash="605e33ef9c956852cd9f0357cb10776c"/><dir name="Config"><dir name="Source"><file name="Onoff.php" hash="684e42d40da3b47053bf345f201df140"/></dir></dir><file name="Config.php" hash="e389f50dd7343400bdb00ee941674c75"/><file name="MyAccountModel.php" hash="d7abbf976d96028ece0331db2ba40559"/><file name="Settings.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="controllers"><file name="IndexController.php" hash="50eea849547a732c20462da19029e432"/><file name="LicenseController.php" hash="b83f323609fecefa4ff6dbab911468ce"/><file name="WebserviceController.php" hash="675d33aa04d1c01c34fdea086d73ce85"/></dir><dir name="etc"><file name="config.xml" hash="c23c07b9a4bb2e5239248dc76e9e8612"/><file name="system.xml" hash="cceb004770871dc1d6f886e2760651ed"/></dir><dir name="sql"><dir name="advertise_setup"><file name="mysql4-install-4.0.0.php" hash="b4535b5068d6b72999c94e91d487bc62"/><file name="mysql4-install-5.0.0.php" hash="b4535b5068d6b72999c94e91d487bc62"/></dir><dir name="setup"><file name="mysql4-install-0.1.0.php" hash="452925d5182994846dbe3b9518db84d8"/></dir></dir></dir><dir name="Dataexport"><dir name="Block"><dir name="Adminhtml"><file name="Dataexportbackend.php" hash="8388ca40072b9f6848eff265b1edea98"/></dir><file name="Index.php" hash="e504da66a574a5df674b5d8385ce4108"/></dir><dir name="Helper"><file name="Data.php" hash="d1a095edef496f670b9d422a8746a8ad"/></dir><dir name="Model"><file name="Config.php" hash="abb4f8739e9fa07dbe041a0129211eb7"/><dir name="Exporter"><file name="Cart.php" hash="6164c971932885d2cafc86275a4c0649"/><file name="Customer.php" hash="e8ffc864fb2ec2757d3517d3e179c12a"/><file name="Interface.php" hash="1b311d997c503d5e6ec567f703491306"/><file name="Order.php" hash="48aef9cea01c358b81e4d8469e237169"/><file name="Product.php" hash="632a108f217b8b9a1dfb6a111dfac3bc"/></dir><file name="Exporter.php" hash="cae300f7e94457b7209334acb2b4330d"/><file name="Modelname.php" hash="c5d3ff7a7c9443ec43c84a8d8c07cfc1"/><dir name="Mysql4"><dir name="Modelname"><file name="Collection.php" hash="7829fb805cf36d108d97e22175419c97"/></dir><file name="Modelname.php" hash="4ffa0d7fa31b0e6544d66e41d0239410"/></dir><file name="Orderstatus.php" hash="d3f17637413ea2417a3080435215ac26"/><file name="Scheduler.php" hash="be3d416160a7b4973907ef58a42306e3"/><file name="Xmlwriter.php" hash="2b9e283b87b25051057b99226afeb0bc"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DataexportbackendController.php" hash="50769833f9e01219f94ce632bcc5d360"/></dir><file name="IndexController.php" hash="8be7143d4a93cd96fa37c7ae7cb735e2"/><file name="TestController.php" hash="74d89fd194029ae654a3cec3b39c9778"/></dir><dir name="etc"><file name="adminhtml.xml" hash="e3ccc4047ca0ece4295e156e986f3019"/><file name="config.xml" hash="e3776aee6bb28d50e4baf14e5b38dc64"/><file name="system.xml" hash="ae66089d90d97caf115bde9d10572b6a"/></dir><dir name="sql"><dir name="dataexport_setup"><file name="mysql4-install-0.1.0.php" hash="b01d2c1aefe3ec69dc1799d3b682cc3b"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dataexport.xml" hash="2da004f9cbaeee331a62b9592692e2c1"/></dir><dir name="template"><dir name="dataexport"><file name="dataexportbackend.phtml" hash="6582b9668254d7350b743183d8d0d3ac"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="dataexport.xml" hash="7467ffa59e10a2a7b792977e40290236"/></dir><dir name="template"><dir name="dataexport"><file name="index.phtml" hash="4b88ef0e0ac3d19787f9fc7b4da2e91b"/></dir></dir></dir></dir></dir></dir></dir><dir name="var"><dir name="advertisedata"><file name="empty.file" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="generate_1353339590.xml" hash="d7b79189c377d84276684d7b1136816b"/><file name="prodfeed_magento.adverti.se_2013-03-07_111646.xml" hash="bf01ae524ff04d5c1e1465fc9c1d9bca"/><file name="prodfeed_magento.adverti.se_2013-03-07_111646.xml.zip" hash="a40c484e6a101fbfa75df0d1925cdb43"/><file name="prodfeed_magento.adverti.se_2013-03-07_115529.xml" hash="7ce43140ae3565aa1649e14a371d2700"/><file name="prodfeed_magento.adverti.se_2013-03-07_115529.xml.zip" hash="4ce8f37d2e054868cf7760f7f97cd3d4"/><file name="prodfeed_magento.adverti.se_2013-03-19_144608.xml" hash="375cb8e8630585e97c98a377a26e5b4f"/><file name="prodfeed_magento.adverti.se_2013-03-19_144608.xml.zip" hash="de38aa4156827cfaf252ae1ebdade42b"/><file name="prodfeed_magento.adverti.se_2013-03-20_112218.xml" hash="4267cdbdc6e7cbe331230a111156f339"/><file name="prodfeed_magento.adverti.se_2013-03-20_112218.xml.zip" hash="3a12a75e18b02a46fe8de7d781cc6619"/><file name="prodfeed_magento.adverti.se_2013-03-22_131353.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_131353.xml.zip" hash="1778eaaf4623e4f3c0885ca37f9c95b4"/><file name="prodfeed_magento.adverti.se_2013-03-22_132518.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_132518.xml.zip" hash="ad67eb3d365f52b59b9dcdbb0323ab27"/><file name="prodfeed_magento.adverti.se_2013-03-22_162316.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_162316.xml.zip" hash="6510392e7fcdc060dee6af63d73ad5a3"/><file name="prodfeed_magento.adverti.se_2013-03-22_164440.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_164440.xml.zip" hash="e1e7dd7cf57d93302425fba5c69f43b4"/><file name="prodfeed_magento.adverti.se_2013-03-22_165937.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_165937.xml.zip" hash="60ebcee5249ebadabee1718ffa559b31"/><file name="prodfeed_magento.adverti.se_2013-03-22_170149.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_170149.xml.zip" hash="1db8e158a7291bbd8435196d004faf23"/><file name="prodfeed_magento.adverti.se_2013-03-22_170629.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_170629.xml.zip" hash="0ee68de625e513441135d97262f62574"/><file name="prodfeed_magento.adverti.se_2013-03-22_171632.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_171632.xml.zip" hash="0603d910b28a037bc9673988fe97a3df"/><file name="prodfeed_magento.adverti.se_2013-03-22_172928.xml" hash="19eb4b7cef369ad6160ab62de5e78f68"/><file name="prodfeed_magento.adverti.se_2013-03-22_172928.xml.zip" hash="5f7d62d28b75b53018075958c4a72e36"/><file name="prodfeed_magento.adverti.se_2013-03-22_173242.xml" hash="19eb4b7cef369ad6160ab62de5e78f68"/><file name="prodfeed_magento.adverti.se_2013-03-22_173242.xml.zip" hash="35591e07ca957dc9a5db0ca52b957d23"/><file name="prodfeed_magento.adverti.se_2013-03-22_173557.xml" hash="19eb4b7cef369ad6160ab62de5e78f68"/><file name="prodfeed_magento.adverti.se_2013-03-22_173557.xml.zip" hash="b54e6af535a693eca0947f2aaea259ef"/><file name="prodfeed_magento.adverti.se_2013-03-22_174741.xml" hash="d0790205329360bfecf44e53502be447"/><file name="prodfeed_magento.adverti.se_2013-03-22_174741.xml.zip" hash="d9cf97c15ead419709ce2c22509f73f7"/><file name="prodfeed_magento.adverti.se_2013-03-22_175902.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_175902.xml.zip" hash="8875c075db2fa36cec1057336c26d008"/><file name="prodfeed_magento.adverti.se_2013-03-22_182730.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_182730.xml.zip" hash="dc10de690bba5869373da93f415cdf0d"/><file name="prodfeed_magento.adverti.se_2013-03-22_183802.xml" hash="7be6c2c4abef43bf3ff140fb10bfa007"/><file name="prodfeed_magento.adverti.se_2013-03-22_183802.xml.zip" hash="4fa56ab767a12c8922e450993b70c255"/><file name="prodfeed_magento.adverti.se_2013-03-25_124445.xml" hash="98cbe8527b7ce492fc6e4a3a7b417a76"/><file name="prodfeed_magento.adverti.se_2013-03-25_124445.xml.zip" hash="4cddc5693049389bab2cc8c9bc0b0391"/><file name="prodfeed_magento.adverti.se_2013-03-25_125031.xml" hash="98cbe8527b7ce492fc6e4a3a7b417a76"/><file name="prodfeed_magento.adverti.se_2013-03-25_125031.xml.zip" hash="8ffc1c6b53ca94a0c77d5887418f4707"/><file name="prodfeed_magento.adverti.se_2013-03-27_114433.xml" hash="d8fe0370f28c53384f9dd4cea45e289e"/><file name="prodfeed_magento.adverti.se_2013-03-27_114433.xml.zip" hash="a98c20b399a05d47e5d0af8f52f066d9"/><file name="prodfeed_magento.adverti.se_2013-03-27_142204.xml" hash="6bfcd5106e118611fb9ebf12356e1287"/><file name="prodfeed_magento.adverti.se_2013-03-27_142204.xml.zip" hash="83dc41efdcb457756eae7392861ff71e"/><file name="prodfeed_magento2.adverti.se_2013-03-25_115528.xml" hash="9dcb2b13c8cc70e803bcecd42ee37f84"/><file name="prodfeed_magento2.adverti.se_2013-03-25_115528.xml.zip" hash="db5f2af4d019bde21246fa249f242aa1"/><file name="prodfeed_magento2.adverti.se_2013-03-25_120008.xml" hash="9dcb2b13c8cc70e803bcecd42ee37f84"/><file name="prodfeed_magento2.adverti.se_2013-03-25_120008.xml.zip" hash="f570f2bead82b63f28885e6ceaf6cd64"/></dir></dir><dir name="Adverti.se Module Docs"><file name="Advertise Colors.html" hash="fbd800411cae577f6f5edcca403c09da"/><file name="Advertise Crosssell Products.html" hash="6ecffa6bf4054ae1acdf363ddabf6c50"/><file name="Advertise Related Products.html" hash="d2f542d9d487a52246e03e37db275ff1"/><file name="Advertise Suggested Products.html" hash="828a259ef0fb01c53dfcfab526cc95ea"/><file name="Advertise Upsell Products.html" hash="be65ebda8a6dabec43b8d35c41818b3d"/><dir name="resources"><file name="advertise-colors-dropdown.png" hash="88456b9c85c96ca51f9248de0b010433"/><file name="backend-advertise-logo.png" hash="f171bf993ddfaba0ebebd02a85f7741a"/><file name="install.css" hash="d654c81475e306d5c9ee79caabeb2201"/></dir></dir></target></contents>
48
  <compatible/>
49
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
50
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>AdvertiseCommunity</name>
4
+ <version>1.3.4</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL</license>
7
  <channel>community</channel>
40
  &#xD;
41
  v1.3.2 - fix for packaging issue with v1.3.1&#xD;
42
  &#xD;
43
+ v1.3.3 - fix for XML export bug&#xD;
44
+ &#xD;
45
+ v1.3.4 - documentation file clash fixed; XML export improved</notes>
46
  <authors><author><name>Michael Oxley</name><user>advertise</user><email>mike@adverti.se</email></author></authors>
47
+ <date>2013-06-10</date>
48
+ <time>13:16:55</time>
49
+ <contents><target name="mage"><dir name="lib"><dir name="Varien"><dir name="Data"><dir name="Form"><dir name="Element"><file name="Advertisetemplate.php" hash="93d8c1f2ace06bd46e68857b9b98ec52"/><file name="Advertiselicense.php" hash="26d50ff2d280db94e4d0eb7187376880"/></dir></dir></dir></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Advertise_Account.xml" hash="41caea2e740938911057f6b69a9e5f16"/><file name="Advertise_Dataexport.xml" hash="d28e81936a458005b86f808b33ee8938"/></dir></dir><dir name="code"><dir name="community"><dir name="Advertise"><dir name="Account"><dir name="Block"><dir name="Config"><file name="Dataexportmessage.php" hash="7ea4ff776d545de800aef711ac4d926c"/></dir></dir><dir name="Helper"><file name="Data.php" hash="9b22d8f7156cd9f694774d7e29e2b5a8"/></dir><dir name="Model"><file name="Account.php" hash="605e33ef9c956852cd9f0357cb10776c"/><dir name="Config"><dir name="Source"><file name="Onoff.php" hash="684e42d40da3b47053bf345f201df140"/></dir></dir><file name="Config.php" hash="e389f50dd7343400bdb00ee941674c75"/><file name="MyAccountModel.php" hash="d7abbf976d96028ece0331db2ba40559"/><file name="Settings.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir><dir name="controllers"><file name="IndexController.php" hash="50eea849547a732c20462da19029e432"/><file name="LicenseController.php" hash="b83f323609fecefa4ff6dbab911468ce"/><file name="WebserviceController.php" hash="675d33aa04d1c01c34fdea086d73ce85"/></dir><dir name="etc"><file name="config.xml" hash="c23c07b9a4bb2e5239248dc76e9e8612"/><file name="system.xml" hash="cceb004770871dc1d6f886e2760651ed"/></dir><dir name="sql"><dir name="advertise_setup"><file name="mysql4-install-4.0.0.php" hash="b4535b5068d6b72999c94e91d487bc62"/><file name="mysql4-install-5.0.0.php" hash="b4535b5068d6b72999c94e91d487bc62"/></dir><dir name="setup"><file name="mysql4-install-0.1.0.php" hash="452925d5182994846dbe3b9518db84d8"/></dir></dir></dir><dir name="Dataexport"><dir name="Block"><dir name="Adminhtml"><file name="Dataexportbackend.php" hash="8388ca40072b9f6848eff265b1edea98"/></dir><file name="Index.php" hash="e504da66a574a5df674b5d8385ce4108"/></dir><dir name="Helper"><file name="Data.php" hash="d1a095edef496f670b9d422a8746a8ad"/></dir><dir name="Model"><file name="Config.php" hash="abb4f8739e9fa07dbe041a0129211eb7"/><dir name="Exporter"><file name="Cart.php" hash="6164c971932885d2cafc86275a4c0649"/><file name="Customer.php" hash="e8ffc864fb2ec2757d3517d3e179c12a"/><file name="Interface.php" hash="1b311d997c503d5e6ec567f703491306"/><file name="Order.php" hash="48aef9cea01c358b81e4d8469e237169"/><file name="Product.php" hash="81aaef5249595ae87b848ce299ce1449"/></dir><file name="Exporter.php" hash="cae300f7e94457b7209334acb2b4330d"/><file name="Modelname.php" hash="c5d3ff7a7c9443ec43c84a8d8c07cfc1"/><dir name="Mysql4"><dir name="Modelname"><file name="Collection.php" hash="7829fb805cf36d108d97e22175419c97"/></dir><file name="Modelname.php" hash="4ffa0d7fa31b0e6544d66e41d0239410"/></dir><file name="Orderstatus.php" hash="d3f17637413ea2417a3080435215ac26"/><file name="Scheduler.php" hash="be3d416160a7b4973907ef58a42306e3"/><file name="Xmlwriter.php" hash="2b9e283b87b25051057b99226afeb0bc"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="DataexportbackendController.php" hash="50769833f9e01219f94ce632bcc5d360"/></dir><file name="IndexController.php" hash="8be7143d4a93cd96fa37c7ae7cb735e2"/><file name="TestController.php" hash="74d89fd194029ae654a3cec3b39c9778"/></dir><dir name="etc"><file name="adminhtml.xml" hash="e3ccc4047ca0ece4295e156e986f3019"/><file name="config.xml" hash="e3776aee6bb28d50e4baf14e5b38dc64"/><file name="system.xml" hash="ae66089d90d97caf115bde9d10572b6a"/></dir><dir name="sql"><dir name="dataexport_setup"><file name="mysql4-install-0.1.0.php" hash="b01d2c1aefe3ec69dc1799d3b682cc3b"/></dir></dir></dir></dir></dir></dir><dir name="design"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="dataexport.xml" hash="2da004f9cbaeee331a62b9592692e2c1"/></dir><dir name="template"><dir name="dataexport"><file name="dataexportbackend.phtml" hash="6582b9668254d7350b743183d8d0d3ac"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="dataexport.xml" hash="7467ffa59e10a2a7b792977e40290236"/></dir><dir name="template"><dir name="dataexport"><file name="index.phtml" hash="4b88ef0e0ac3d19787f9fc7b4da2e91b"/></dir></dir></dir></dir></dir></dir></dir><dir name="var"><dir name="advertisedata"><file name="empty.file" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="generate_1353339590.xml" hash="d7b79189c377d84276684d7b1136816b"/><file name="prodfeed_magento.adverti.se_2013-03-07_111646.xml" hash="bf01ae524ff04d5c1e1465fc9c1d9bca"/><file name="prodfeed_magento.adverti.se_2013-03-07_111646.xml.zip" hash="a40c484e6a101fbfa75df0d1925cdb43"/><file name="prodfeed_magento.adverti.se_2013-03-07_115529.xml" hash="7ce43140ae3565aa1649e14a371d2700"/><file name="prodfeed_magento.adverti.se_2013-03-07_115529.xml.zip" hash="4ce8f37d2e054868cf7760f7f97cd3d4"/><file name="prodfeed_magento.adverti.se_2013-03-19_144608.xml" hash="375cb8e8630585e97c98a377a26e5b4f"/><file name="prodfeed_magento.adverti.se_2013-03-19_144608.xml.zip" hash="de38aa4156827cfaf252ae1ebdade42b"/><file name="prodfeed_magento.adverti.se_2013-03-20_112218.xml" hash="4267cdbdc6e7cbe331230a111156f339"/><file name="prodfeed_magento.adverti.se_2013-03-20_112218.xml.zip" hash="3a12a75e18b02a46fe8de7d781cc6619"/><file name="prodfeed_magento.adverti.se_2013-03-22_131353.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_131353.xml.zip" hash="1778eaaf4623e4f3c0885ca37f9c95b4"/><file name="prodfeed_magento.adverti.se_2013-03-22_132518.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_132518.xml.zip" hash="ad67eb3d365f52b59b9dcdbb0323ab27"/><file name="prodfeed_magento.adverti.se_2013-03-22_162316.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_162316.xml.zip" hash="6510392e7fcdc060dee6af63d73ad5a3"/><file name="prodfeed_magento.adverti.se_2013-03-22_164440.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_164440.xml.zip" hash="e1e7dd7cf57d93302425fba5c69f43b4"/><file name="prodfeed_magento.adverti.se_2013-03-22_165937.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_165937.xml.zip" hash="60ebcee5249ebadabee1718ffa559b31"/><file name="prodfeed_magento.adverti.se_2013-03-22_170149.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_170149.xml.zip" hash="1db8e158a7291bbd8435196d004faf23"/><file name="prodfeed_magento.adverti.se_2013-03-22_170629.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_170629.xml.zip" hash="0ee68de625e513441135d97262f62574"/><file name="prodfeed_magento.adverti.se_2013-03-22_171632.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_171632.xml.zip" hash="0603d910b28a037bc9673988fe97a3df"/><file name="prodfeed_magento.adverti.se_2013-03-22_172928.xml" hash="19eb4b7cef369ad6160ab62de5e78f68"/><file name="prodfeed_magento.adverti.se_2013-03-22_172928.xml.zip" hash="5f7d62d28b75b53018075958c4a72e36"/><file name="prodfeed_magento.adverti.se_2013-03-22_173242.xml" hash="19eb4b7cef369ad6160ab62de5e78f68"/><file name="prodfeed_magento.adverti.se_2013-03-22_173242.xml.zip" hash="35591e07ca957dc9a5db0ca52b957d23"/><file name="prodfeed_magento.adverti.se_2013-03-22_173557.xml" hash="19eb4b7cef369ad6160ab62de5e78f68"/><file name="prodfeed_magento.adverti.se_2013-03-22_173557.xml.zip" hash="b54e6af535a693eca0947f2aaea259ef"/><file name="prodfeed_magento.adverti.se_2013-03-22_174741.xml" hash="d0790205329360bfecf44e53502be447"/><file name="prodfeed_magento.adverti.se_2013-03-22_174741.xml.zip" hash="d9cf97c15ead419709ce2c22509f73f7"/><file name="prodfeed_magento.adverti.se_2013-03-22_175902.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_175902.xml.zip" hash="8875c075db2fa36cec1057336c26d008"/><file name="prodfeed_magento.adverti.se_2013-03-22_182730.xml" hash="ead78ddb1e9ba9aacfd82bcbf265a719"/><file name="prodfeed_magento.adverti.se_2013-03-22_182730.xml.zip" hash="dc10de690bba5869373da93f415cdf0d"/><file name="prodfeed_magento.adverti.se_2013-03-22_183802.xml" hash="7be6c2c4abef43bf3ff140fb10bfa007"/><file name="prodfeed_magento.adverti.se_2013-03-22_183802.xml.zip" hash="4fa56ab767a12c8922e450993b70c255"/><file name="prodfeed_magento.adverti.se_2013-03-25_124445.xml" hash="98cbe8527b7ce492fc6e4a3a7b417a76"/><file name="prodfeed_magento.adverti.se_2013-03-25_124445.xml.zip" hash="4cddc5693049389bab2cc8c9bc0b0391"/><file name="prodfeed_magento.adverti.se_2013-03-25_125031.xml" hash="98cbe8527b7ce492fc6e4a3a7b417a76"/><file name="prodfeed_magento.adverti.se_2013-03-25_125031.xml.zip" hash="8ffc1c6b53ca94a0c77d5887418f4707"/><file name="prodfeed_magento.adverti.se_2013-03-27_114433.xml" hash="d8fe0370f28c53384f9dd4cea45e289e"/><file name="prodfeed_magento.adverti.se_2013-03-27_114433.xml.zip" hash="a98c20b399a05d47e5d0af8f52f066d9"/><file name="prodfeed_magento.adverti.se_2013-03-27_142204.xml" hash="6bfcd5106e118611fb9ebf12356e1287"/><file name="prodfeed_magento.adverti.se_2013-03-27_142204.xml.zip" hash="83dc41efdcb457756eae7392861ff71e"/><file name="prodfeed_magento.adverti.se_2013-05-14_110311.xml" hash="bd047306ef5eef8bbbdca3dd6eec6140"/><file name="prodfeed_magento.adverti.se_2013-05-14_110311.xml.zip" hash="c91a0c6fcb233f1e4491c62a17bd687f"/><file name="prodfeed_magento.adverti.se_2013-05-14_134016.xml" hash="48e5c4ad4fbae17447e034c0cde81586"/><file name="prodfeed_magento.adverti.se_2013-05-14_134016.xml.zip" hash="e007875c716d30c81d888fb774ea73cd"/><file name="prodfeed_magento2.adverti.se_2013-03-25_115528.xml" hash="9dcb2b13c8cc70e803bcecd42ee37f84"/><file name="prodfeed_magento2.adverti.se_2013-03-25_115528.xml.zip" hash="db5f2af4d019bde21246fa249f242aa1"/><file name="prodfeed_magento2.adverti.se_2013-03-25_120008.xml" hash="9dcb2b13c8cc70e803bcecd42ee37f84"/><file name="prodfeed_magento2.adverti.se_2013-03-25_120008.xml.zip" hash="f570f2bead82b63f28885e6ceaf6cd64"/></dir></dir><dir name="Adverti.se Module Docs"><dir name="resources"><file name="backend-advertise-logo.png" hash="f171bf993ddfaba0ebebd02a85f7741a"/><file name="install.css" hash="d654c81475e306d5c9ee79caabeb2201"/></dir></dir></target></contents>
50
  <compatible/>
51
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
52
  </package>
var/advertisedata/prodfeed_magento.adverti.se_2013-05-14_110311.xml ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Advertise><feedItems date="2013-05-14" version="0.1.0"><feeditem><prodname><![CDATA[Nokia 2610 Phone]]></prodname><productid><![CDATA[16]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/16/s/nokia-2610-phone/]]></url><sku><![CDATA[n2610]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Black]]></color><price><![CDATA[149.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$149.99]]></formattedprice><description><![CDATA[The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular's MEdia Net service. It's the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset.<br><br>
3
+
4
+ <b>Design</b><br>
5
+ Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone's features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there's even a "Go-To" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there's nothing to snag or break off.
6
+
7
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[996]]></quantity><shippingWeight><![CDATA[3.2000]]></shippingWeight><manufacturer><![CDATA[Nokia]]></manufacturer><metaTitle><![CDATA[Nokia 2610]]></metaTitle><metaDescription><![CDATA[Offering advanced media and calling features without breaking the bank, The Nokia 2610 is an easy to use]]></metaDescription><metaKeywords><![CDATA[Nokia 2610, cell, phone, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[BlackBerry 8100 Pearl]]></prodname><productid><![CDATA[17]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/17/s/blackberry-8100-pearl/]]></url><sku><![CDATA[bb8100]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Silver]]></color><price><![CDATA[349.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$349.99]]></formattedprice><description><![CDATA[ Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is
8
+ The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you'll find a 1.3-megapixel camera and a self portrait mirror. The handheld's microSD memory card slot is located inside the device, behind the battery. There's also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[797]]></quantity><shippingWeight><![CDATA[15.2000]]></shippingWeight><manufacturer><![CDATA[BlackBerry]]></manufacturer><metaTitle><![CDATA[BlackBerry 8100 Pearl]]></metaTitle><metaDescription><![CDATA[BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments.]]></metaDescription><metaKeywords><![CDATA[Blackberry, 8100, pearl, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Sony Ericsson W810i]]></prodname><productid><![CDATA[18]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/18/s/sony-ericsson-w810i/]]></url><sku><![CDATA[sw810i]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Black]]></color><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[The W810i's screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone's Walkman music features, while a five-way center button controls most of the phone's menus and features.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[989]]></quantity><shippingWeight><![CDATA[13.6000]]></shippingWeight><manufacturer><![CDATA[Sony]]></manufacturer><metaTitle><![CDATA[Sony Ericsson W810i]]></metaTitle><metaDescription><![CDATA[The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here, as is the horizontally-oriented camera unit on the back of the phone, allowing you to hold the phone j]]></metaDescription><metaKeywords><![CDATA[Sony, Ericsson ,W810i, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-ericsson-w810i.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-ericsson-w810i-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-ericsson-w810i-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[AT&T 8525 PDA]]></prodname><productid><![CDATA[19]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/19/s/atandt-8525-pda/]]></url><sku><![CDATA[8525PDA]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Silver]]></color><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[ The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you're using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[328]]></quantity><shippingWeight><![CDATA[30.0000]]></shippingWeight><manufacturer><![CDATA[At&t]]></manufacturer><metaTitle><![CDATA[AT&T 8525 PDA Phone]]></metaTitle><metaDescription><![CDATA[nder the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. The design of]]></metaDescription><metaKeywords><![CDATA[At&t, 8525, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/t/at-t-8525-pda.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/t/at-t-8525-pda-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Samsung MM-A900M Ace]]></prodname><productid><![CDATA[20]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/20/s/samsung-mm-a900m-ace/]]></url><sku><![CDATA[MM-A900M]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Silver]]></color><price><![CDATA[150.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.00]]></formattedprice><description><![CDATA[New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[361]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Samsung]]></manufacturer><metaTitle><![CDATA[Samsung MM-A900M Ace Phone]]></metaTitle><metaDescription><![CDATA[New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone]]></metaDescription><metaKeywords><![CDATA[Samsung, MM-A900M, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/a/samsung-mm-a900m-ace.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC]]></prodname><productid><![CDATA[25]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/25/s/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive/]]></url><sku><![CDATA[MA464LL/A]]></sku><category><![CDATA[Computers|Laptops]]></category><color><![CDATA[Silver]]></color><price><![CDATA[2299.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,299.99]]></formattedprice><description><![CDATA[This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it's a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel's groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that's only one inch thin.When Mac technology makes something easy, it's hardly news. So here's more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you've always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[143]]></quantity><shippingWeight><![CDATA[10.6000]]></shippingWeight><metaTitle><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive)]]></metaTitle><metaDescription><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive)]]></metaDescription><metaKeywords><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Acer Ferrari 3200 Notebook Computer PC]]></prodname><productid><![CDATA[26]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/26/s/acer-ferrari-3200-notebook-computer-pc/]]></url><sku><![CDATA[LX.FR206.001]]></sku><category><![CDATA[Computers|Laptops]]></category><color><![CDATA[Black]]></color><price><![CDATA[1799.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$1,799.99]]></formattedprice><description><![CDATA[ Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[11]]></quantity><shippingWeight><![CDATA[11.4000]]></shippingWeight><metaTitle><![CDATA[Acer Ferrari 3200 Notebook Computer PC]]></metaTitle><metaDescription><![CDATA[Acer Ferrari 3200 Notebook Computer PC]]></metaDescription><metaKeywords><![CDATA[Acer Ferrari 3200 Notebook Computer PC ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/c/acer-ferrari-3200-notebook-computer-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC]]></prodname><productid><![CDATA[27]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/27/s/sony-vaio-vgn-txn27n-b-11-1-notebook-pc/]]></url><sku><![CDATA[VGN-TXN27N/B]]></sku><category><![CDATA[]]></category><color><![CDATA[Black]]></color><price><![CDATA[2699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,699.99]]></formattedprice><description><![CDATA[ Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.
9
+
10
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[595]]></quantity><shippingWeight><![CDATA[2.8000]]></shippingWeight><metaTitle><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaTitle><metaDescription><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaDescription><metaKeywords><![CDATA[Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Toshiba M285-E 14"]]></prodname><productid><![CDATA[28]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/28/s/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium/]]></url><sku><![CDATA[M285-E]]></sku><category><![CDATA[Computers|Laptops]]></category><color><![CDATA[Black]]></color><price><![CDATA[1599.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$1,599.99]]></formattedprice><description><![CDATA[Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It's also great for using as a media center, with Toshiba's unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel's 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM.
11
+
12
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[681]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[Toshiba Satellite A135-S4527 155.4" Notebook PC (Intel Pentium Dual Core Processor T2080, 1 GB RAM, 120 GB Hard Drive, SuperMulti DVD Drive, Vista Premium)]]></metaTitle><metaDescription><![CDATA[Toshiba M285-E 14" Convertible Notebook PC (Intel Core Duo Processor T2300E, 1 GB RAM, 60]]></metaDescription><metaKeywords><![CDATA[Toshiba, notebook, laptop, intel, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/o/toshiba-m285-e-14.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[29]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/29/s/cn-clogs-beach-garden-clog-3/]]></url><sku><![CDATA[cn_3]]></sku><category><![CDATA[]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[16]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-3.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-4.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[30]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/30/s/asics-men-s-gel-kayano-xii-8/]]></url><sku><![CDATA[asc_8]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[719]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[31]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/31/s/steven-by-steve-madden-pryme-pump-4/]]></url><sku><![CDATA[steve_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[441]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-3.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-4.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[32]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/32/s/nine-west-women-s-lucero-pump-3/]]></url><sku><![CDATA[nine_3]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[805]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[33]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/33/s/ecco-womens-golf-flexor-golf-shoe-3/]]></url><sku><![CDATA[ecco_3]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[386]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[34]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/34/s/kenneth-cole-new-york-men-s-con-verge-slip-on-8/]]></url><sku><![CDATA[ken_8]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[718]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[35]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/35/s/coalesce-functioning-on-impatience-t-shirt-small/]]></url><sku><![CDATA[coal_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
13
+ # Shoulder-to-shoulder taping
14
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[580]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/coalesce-functioning-on-impatience-t-shirt.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[36]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/36/s/ink-eater-krylon-bombear-destroyed-tee-sm/]]></url><sku><![CDATA[ink_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[79]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[37]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/37/s/the-only-children-paisley-t-shirt-sm/]]></url><sku><![CDATA[oc_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
15
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[722]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-2.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-3.jpg]]></image_4></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[38]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/38/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm/]]></url><sku><![CDATA[zol_r_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Red]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
16
+ # Shoulder-to-shoulder taping
17
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[99]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_4></feeditem><feeditem><prodname><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></prodname><productid><![CDATA[39]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/39/s/the-get-up-kids-band-camp-pullover-hoodie/]]></url><sku><![CDATA[4fasd5f5]]></sku><category><![CDATA[Hoodies]]></category><color><![CDATA[Green]]></color><price><![CDATA[30.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$30.00]]></formattedprice><description><![CDATA[Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. ]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[234]]></quantity><shippingWeight><![CDATA[1.7500]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></metaTitle><metaDescription><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></metaDescription><metaKeywords><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-get-up-kids-band-camp-pullover-hoodie.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Akio Dresser]]></prodname><productid><![CDATA[41]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/41/s/akio-dresser/]]></url><sku><![CDATA[384822]]></sku><category><![CDATA[Bedroom]]></category><color><![CDATA[Brown]]></color><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[Features include inset panel sides and for spacious drawers and two wicker baskets. 41"Wx18"Dx36"H.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[339]]></quantity><shippingWeight><![CDATA[128.9700]]></shippingWeight><metaTitle><![CDATA[Akio Dresser]]></metaTitle><metaDescription><![CDATA[Our Akio dresser has a solid hardwood frame. Features include inset panel sides and for spacious drawers and two wicker baskets.]]></metaDescription><metaKeywords><![CDATA[Hardwood, drawers, wicker, asian, beechwood]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/k/akio-dresser.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Barcelona Bamboo Platform Bed]]></prodname><productid><![CDATA[42]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/42/s/barcelona-bamboo-platform-bed/]]></url><sku><![CDATA[bar1234]]></sku><category><![CDATA[Bedroom]]></category><color><![CDATA[Brown]]></color><price><![CDATA[2299.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,299.00]]></formattedprice><description><![CDATA[Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[994]]></quantity><shippingWeight><![CDATA[150.0000]]></shippingWeight><metaTitle><![CDATA[Barcelona Bamboo Platform Bed]]></metaTitle><metaDescription><![CDATA[Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.]]></metaDescription><metaKeywords><![CDATA[bamboo, barcelona, platform, bed]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/a/barcelona-bamboo-platform-bed.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Canon Digital Rebel XT 8MP Digital SLR Camera]]></prodname><productid><![CDATA[44]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/44/s/canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black/]]></url><sku><![CDATA[Rebel XT]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Black]]></color><price><![CDATA[550.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$550.00]]></formattedprice><description><![CDATA[The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon's EF lenses, including the EF-S lenses.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[452]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Canon]]></manufacturer><metaTitle><![CDATA[Canon Digital Rebel XT 8MP Digital SLR Camera with EF-S 18-55mm f3.5-5.6 Lens (Black)]]></metaTitle><metaDescription><![CDATA[Canon Digital Rebel XT 8MP Digital SLR Camera with EF-S 18-55mm f3.5-5.6 Lens (Black)]]></metaDescription><metaKeywords><![CDATA[canon, slr, camera, 8, digital]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[ Argus QC-2185 Quick Click 5MP Digital Camera]]></prodname><productid><![CDATA[45]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/45/s/argus-qc-2185-quick-click-5mp-digital-camera/]]></url><sku><![CDATA[QC-2185]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[37.4900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$37.49]]></formattedprice><description><![CDATA[The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.
18
+
19
+ The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression's photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better.
20
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[120]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Argus]]></manufacturer><metaTitle><![CDATA[Argus QC-2185 Quick Click 2MP Digital Camera]]></metaTitle><metaDescription><![CDATA[Argus QC-2185 Quick Click 2MP Digital Camera]]></metaDescription><metaKeywords><![CDATA[Argus, QC-2185, digital, camera, 2MP]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/r/argus-qc-2185-quick-click-5mp-digital-camera.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/r/argus-qc-2185-quick-click-5mp-digital-camera-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ Olympus Stylus 750 7.1MP Digital Camera]]></prodname><productid><![CDATA[46]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/46/s/olympus-stylus-750-7-1mp-digital-camera/]]></url><sku><![CDATA[750]]></sku><category><![CDATA[Cameras|Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[161.9400]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$161.94]]></formattedprice><description><![CDATA[Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including:
21
+
22
+ * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation;
23
+ * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size;
24
+ * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations;
25
+ * Olympus' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[932]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Olympus]]></manufacturer><metaTitle><![CDATA[Olympus Stylus 750 7.1MP Digital Camera with Digital Image Stabilized 5x Optical Zoom and CCD Shift Stabilization (Silver)]]></metaTitle><metaDescription><![CDATA[Olympus Stylus 750 7.1MP Digital Camera with Digital Image Stabilized 5x Optical Zoom and CCD Shift Stabilization (Silver)]]></metaDescription><metaKeywords><![CDATA[Olympus, stylus, 750, 7MP, digital, camera, zoom]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/l/olympus-stylus-750-7-1mp-digital-camera.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/l/olympus-stylus-750-7-1mp-digital-camera-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom]]></prodname><productid><![CDATA[47]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/47/s/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom/]]></url><sku><![CDATA[A630]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[329.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$329.99]]></formattedprice><description><![CDATA[Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.<br>
26
+
27
+ The PowerShot A630 packs a vast array of advanced features into a remarkably compact space<br><br>
28
+
29
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[673]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Canon]]></manufacturer><metaTitle><![CDATA[Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom]]></metaTitle><metaDescription><![CDATA[Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom]]></metaDescription><metaKeywords><![CDATA[canon, powershot, A630, digital, camera, optical, zoom]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kodak EasyShare C530 5MP Digital Camera]]></prodname><productid><![CDATA[48]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/48/s/kodak-easyshare-c530-5mp-digital-camera/]]></url><sku><![CDATA[C530]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[Small on size. Big on value. Kodak's newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[872]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kodak]]></manufacturer><metaTitle><![CDATA[Kodak EasyShare C530 5MP Digital Camera]]></metaTitle><metaDescription><![CDATA[Kodak EasyShare C530 5MP Digital Camera]]></metaDescription><metaKeywords><![CDATA[kodak, eayshare, c530, 5MP, digital, camera]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/o/kodak-easyshare-c530-5mp-digital-camera.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/o/kodak-easyshare-c530-5mp-digital-camera-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[49]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/49/s/anashria-womens-premier-leather-sandal-9/]]></url><sku><![CDATA[ana_9]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[456]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Ottoman]]></prodname><productid><![CDATA[51]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/51/s/ottoman/]]></url><sku><![CDATA[1111]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[299.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$299.99]]></formattedprice><description><![CDATA[The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[706]]></quantity><shippingWeight><![CDATA[20.0000]]></shippingWeight><metaTitle><![CDATA[Ottoman]]></metaTitle><metaDescription><![CDATA[Ottoman]]></metaDescription><metaKeywords><![CDATA[Ottoman]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/t/ottoman.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Chair]]></prodname><productid><![CDATA[52]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/52/s/chair/]]></url><sku><![CDATA[1112]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[129.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$129.99]]></formattedprice><description><![CDATA[This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[724]]></quantity><shippingWeight><![CDATA[50.0000]]></shippingWeight><metaTitle><![CDATA[Chair]]></metaTitle><metaDescription><![CDATA[Chair]]></metaDescription><metaKeywords><![CDATA[Chair]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/h/chair.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Couch]]></prodname><productid><![CDATA[53]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/53/s/couch/]]></url><sku><![CDATA[1113]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[599.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$599.99]]></formattedprice><description><![CDATA[Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[956]]></quantity><shippingWeight><![CDATA[200.0000]]></shippingWeight><metaTitle><![CDATA[Couch]]></metaTitle><metaDescription><![CDATA[Couch]]></metaDescription><metaKeywords><![CDATA[Couch]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/couch.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Magento Red Furniture Set]]></prodname><productid><![CDATA[54]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/54/s/magento-red-furniture-set/]]></url><sku><![CDATA[1114]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$699.99]]></formattedprice><description><![CDATA[The perfect furniture set for the living room! Love red? You'll love these pieces of handmade modern furniture!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[grouped]]></type><quantity><![CDATA[960]]></quantity><shippingWeight><![CDATA[500.0000]]></shippingWeight><metaTitle><![CDATA[Magento Red Furniture Set]]></metaTitle><metaDescription><![CDATA[Magento Red Furniture Set]]></metaDescription><metaKeywords><![CDATA[Magento, Red, Furniture, Set, ottoman, couch, chair]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/a/magento-red-furniture-set.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[74]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/74/s/anashria-womens-premier-leather-sandal-3/]]></url><sku><![CDATA[ana_3]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[999]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[75]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/75/s/anashria-womens-premier-leather-sandal-4/]]></url><sku><![CDATA[ana_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[617]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[79]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/79/s/anashria-womens-premier-leather-sandal-5/]]></url><sku><![CDATA[ana_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[797]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[80]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/80/s/anashria-womens-premier-leather-sandal-6/]]></url><sku><![CDATA[ana_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[856]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[81]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/81/s/anashria-womens-premier-leather-sandal-7/]]></url><sku><![CDATA[ana_7]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[7]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[660]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[82]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/82/s/anashria-womens-premier-leather-sandal-8/]]></url><sku><![CDATA[ana_8]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[321]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[83]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/83/s/cn-clogs-beach-garden-clog/]]></url><sku><![CDATA[cn]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[986]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[cn, clogs, outdoor, shoes, sandals, comfortable]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[84]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/84/s/cn-clogs-beach-garden-clog-4/]]></url><sku><![CDATA[cn_4]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[859]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[85]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/85/s/cn-clogs-beach-garden-clog-5/]]></url><sku><![CDATA[cn_5]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[31]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[86]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/86/s/cn-clogs-beach-garden-clog-6/]]></url><sku><![CDATA[cn_6]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[303]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[87]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/87/s/cn-clogs-beach-garden-clog-7/]]></url><sku><![CDATA[cn_7]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[7]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[621]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[88]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/88/s/cn-clogs-beach-garden-clog-8/]]></url><sku><![CDATA[cn_m8]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[191]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[89]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/89/s/cn-clogs-beach-garden-clog-9/]]></url><sku><![CDATA[cn_m9]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[948]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[90]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/90/s/cn-clogs-beach-garden-clog-10/]]></url><sku><![CDATA[cn_m10]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[10]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[533]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[91]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/91/s/cn-clogs-beach-garden-clog-11/]]></url><sku><![CDATA[cn_m11]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[11]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[293]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[92]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/92/s/cn-clogs-beach-garden-clog-12/]]></url><sku><![CDATA[cn_m12]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[12]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[563]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[93]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/93/s/asics-men-s-gel-kayano-xii/]]></url><sku><![CDATA[asc]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[767]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[asics, gel, kayano]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[94]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/94/s/asics-men-s-gel-kayano-xii-9/]]></url><sku><![CDATA[asc_9]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[480]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[95]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/95/s/asics-men-s-gel-kayano-xii-10/]]></url><sku><![CDATA[asc_10]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[10]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[95]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[96]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/96/s/asics-men-s-gel-kayano-xii-11/]]></url><sku><![CDATA[asc_11]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[11]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[202]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[97]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/97/s/asics-men-s-gel-kayano-xii-12/]]></url><sku><![CDATA[asc_12]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[12]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[326]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[98]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/98/s/kenneth-cole-new-york-men-s-con-verge-slip-on/]]></url><sku><![CDATA[ken]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[114]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole, New York, Men's, Con-verge, Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[99]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/99/s/kenneth-cole-new-york-men-s-con-verge-slip-on-9/]]></url><sku><![CDATA[ken_9]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[618]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[100]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/100/s/kenneth-cole-new-york-men-s-con-verge-slip-on-10/]]></url><sku><![CDATA[ken_10]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[10]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[820]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[101]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/101/s/kenneth-cole-new-york-men-s-con-verge-slip-on-11/]]></url><sku><![CDATA[ken_11]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[11]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[966]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[102]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/102/s/kenneth-cole-new-york-men-s-con-verge-slip-on-12/]]></url><sku><![CDATA[ken_12]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[12]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[898]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[103]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/103/s/steven-by-steve-madden-pryme-pump/]]></url><sku><![CDATA[steve]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[961]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[104]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/104/s/steven-by-steve-madden-pryme-pump-5/]]></url><sku><![CDATA[steve_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[641]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[105]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/105/s/steven-by-steve-madden-pryme-pump-6/]]></url><sku><![CDATA[steve_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[537]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[106]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/106/s/steven-by-steve-madden-pryme-pump-7/]]></url><sku><![CDATA[steve_7]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[7]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[808]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[107]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/107/s/steven-by-steve-madden-pryme-pump-8/]]></url><sku><![CDATA[steve_8]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[718]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[108]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/108/s/nine-west-women-s-lucero-pump/]]></url><sku><![CDATA[nine]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[384]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West, Women, Lucero, Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[109]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/109/s/nine-west-women-s-lucero-pump-4/]]></url><sku><![CDATA[nine_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[379]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[110]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/110/s/nine-west-women-s-lucero-pump-5/]]></url><sku><![CDATA[nine_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[312]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[111]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/111/s/nine-west-women-s-lucero-pump-6/]]></url><sku><![CDATA[nine_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[979]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[112]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/112/s/ecco-womens-golf-flexor-golf-shoe/]]></url><sku><![CDATA[ecco]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[264]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO, Womens, Golf, Flexor, Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[113]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/113/s/ecco-womens-golf-flexor-golf-shoe-4/]]></url><sku><![CDATA[ecco_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[336]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[114]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/114/s/ecco-womens-golf-flexor-golf-shoe-5/]]></url><sku><![CDATA[ecco_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[374]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[115]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/115/s/ecco-womens-golf-flexor-golf-shoe-6/]]></url><sku><![CDATA[ecco_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[343]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[117]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/117/s/coalesce-functioning-on-impatience-t-shirt-medium/]]></url><sku><![CDATA[coal_md]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
30
+ # Shoulder-to-shoulder taping
31
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[998]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[118]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/118/s/coalesce-functioning-on-impatience-t-shirt-large/]]></url><sku><![CDATA[coal_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
32
+ # Shoulder-to-shoulder taping
33
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[749]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[119]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/119/s/coalesce-functioning-on-impatience-t-shirt/]]></url><sku><![CDATA[coal_1]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Comfortable preshrunk shirts. Highest Quality Printing.<br><br>
34
+ <ul>
35
+ <ul class="disc">
36
+ <li>6.1 oz. 100% preshrunk heavyweight cotton<br></li>
37
+ <li>Shoulder-to-shoulder taping<br></li>
38
+ <li>Double-needle sleeves and bottom hem<br></li>]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[466]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce, T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/coalesce-functioning-on-impatience-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[120]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/120/s/ink-eater-krylon-bombear-destroyed-tee/]]></url><sku><![CDATA[ink]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[896]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[121]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/121/s/ink-eater-krylon-bombear-destroyed-tee-med/]]></url><sku><![CDATA[ink_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[812]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[122]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/122/s/ink-eater-krylon-bombear-destroyed-tee-lrg/]]></url><sku><![CDATA[ink_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[469]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[123]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/123/s/the-only-children-paisley-t-shirt/]]></url><sku><![CDATA[oc]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[100.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$100.00]]></formattedprice><description><![CDATA[<ul>
39
+ <ul class="disc">
40
+ <li>6.1 oz. 100% preshrunk heavyweight cotton <br></li>
41
+ <li>Double-needle sleeves and bottom hem</li>
42
+ </ul>]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[555]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[124]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/124/s/the-only-children-paisley-t-shirt-med/]]></url><sku><![CDATA[oc_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
43
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[241]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-1.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[125]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/125/s/the-only-children-paisley-t-shirt-lrg/]]></url><sku><![CDATA[oc_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
44
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[422]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-1.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[126]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/126/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt/]]></url><sku><![CDATA[zol]]></sku><category><![CDATA[Shirts]]></category><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[<ul>
45
+ <ul class="disc")
46
+ <li> 6.1 oz. 100% preshrunk heavyweight cotton <br></li>
47
+ <li> Shoulder-to-shoulder taping<br></li>
48
+ <li>Double-needle sleeves and bottom hem<br></li>
49
+ </ul>]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[832]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[127]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/127/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm/]]></url><sku><![CDATA[zol_g_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
50
+ # Shoulder-to-shoulder taping
51
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[113]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[128]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/128/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med/]]></url><sku><![CDATA[zol_r_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Red]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
52
+ # Shoulder-to-shoulder taping
53
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[463]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[129]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/129/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med/]]></url><sku><![CDATA[zol_g_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
54
+ # Shoulder-to-shoulder taping
55
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[45]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[130]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/130/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg/]]></url><sku><![CDATA[zol_r_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Red]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
56
+ # Shoulder-to-shoulder taping
57
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[687]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[131]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/131/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg/]]></url><sku><![CDATA[zol_g_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
58
+ # Shoulder-to-shoulder taping
59
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[105]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[SLR Camera Tripod]]></prodname><productid><![CDATA[132]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/132/s/slr-camera-tripod/]]></url><sku><![CDATA[ac674]]></sku><category><![CDATA[Accessories]]></category><price><![CDATA[99.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.00]]></formattedprice><description><![CDATA[Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[162]]></quantity><shippingWeight><![CDATA[42.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/l/slr-camera-tripod.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Universal Camera Case]]></prodname><productid><![CDATA[133]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/133/s/universal-camera-case/]]></url><sku><![CDATA[ac9003]]></sku><category><![CDATA[Accessories]]></category><price><![CDATA[34.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$34.00]]></formattedprice><description><![CDATA[A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[398]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-case.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-case-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-case-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Universal Camera Charger]]></prodname><productid><![CDATA[134]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/134/s/universal-camera-charger/]]></url><sku><![CDATA[ac-66332]]></sku><category><![CDATA[Accessories]]></category><price><![CDATA[19.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$19.00]]></formattedprice><description><![CDATA[Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[377]]></quantity><shippingWeight><![CDATA[5.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-charger.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[135]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/135/s/anashria-womens-premier-leather-sandal/]]></url><sku><![CDATA[ana]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[998]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[137]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/137/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med/]]></url><sku><![CDATA[zol_b_med]]></sku><category><![CDATA[]]></category><color><![CDATA[Black]]></color><advertiseSwatchColor><![CDATA[Red]]></advertiseSwatchColor><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
60
+ # Shoulder-to-shoulder taping
61
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[427]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)]]></prodname><productid><![CDATA[138]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/138/s/apevia-black-x-cruiser-case-atx-mid-tower-case/]]></url><sku><![CDATA[apevia-black]]></sku><category><![CDATA[Cases]]></category><color><![CDATA[Black]]></color><price><![CDATA[150.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.00]]></formattedprice><description><![CDATA[This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel's recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[703]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)]]></prodname><productid><![CDATA[139]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/139/s/nzxt-lexa-silver-aluminum-atx-mid-tower-case/]]></url><sku><![CDATA[nzxtlexa]]></sku><category><![CDATA[Cases]]></category><color><![CDATA[Silver]]></color><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa's minimalist and classy design fits perfectly under the NZXT Classic Series line.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[743]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Crucial 2GB PC4200 DDR2 533MHz Memory]]></prodname><productid><![CDATA[140]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/140/s/crucial-2gb-pc4200-ddr2-533mhz-memory/]]></url><sku><![CDATA[2gbdimm]]></sku><category><![CDATA[Computers|RAM / Memory]]></category><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[Crucial 2GB PC4200 DDR2 533MHz Memory
62
+ Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.
63
+
64
+ Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[769]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Crucial]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Crucial 1GB PC4200 DDR2 533MHz Memory]]></prodname><productid><![CDATA[141]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/141/s/crucial-1gb-pc4200-ddr2-533mhz-memory/]]></url><sku><![CDATA[1gbdimm]]></sku><category><![CDATA[Computers|RAM / Memory]]></category><price><![CDATA[150.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.99]]></formattedprice><description><![CDATA[Crucial 1024MB PC4200 DDR2 533MHz Memory
65
+ Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.
66
+
67
+ Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[853]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Crucial]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[One Year Extended Warranty - Parts and Labor]]></prodname><productid><![CDATA[142]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/142/s/1-year-extended-warranty-parts-and-labor/]]></url><sku><![CDATA[1yr_p_l]]></sku><category><![CDATA[]]></category><price><![CDATA[150.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.00]]></formattedprice><description><![CDATA[1 Year Extended Warranty - Parts and Labor]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[virtual]]></type><quantity><![CDATA[678]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[1 Year Warranty - Parts and Labor]]></metaTitle><metaDescription><![CDATA[1 Year Warranty - Parts and Labor]]></metaDescription><metaKeywords><![CDATA[1 Year Warranty - Parts and Labor]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Crucial 512MB PC4200 DDR2 533MHz Memory]]></prodname><productid><![CDATA[143]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/143/s/crucial-512mb-pc4200-ddr2-533mhz-memory/]]></url><sku><![CDATA[512dimm]]></sku><category><![CDATA[Computers|RAM / Memory]]></category><price><![CDATA[99.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.99]]></formattedprice><description><![CDATA[Crucial 512MB PC4200 DDR2 533MHz Memory
68
+ Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.
69
+
70
+ Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[133]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Crucial]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Two Year Extended Warranty - Parts and Labor]]></prodname><productid><![CDATA[144]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/144/s/1-year-extended-warranty-parts-and-labor/]]></url><sku><![CDATA[2yr_p_l]]></sku><category><![CDATA[]]></category><price><![CDATA[250.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$250.00]]></formattedprice><description><![CDATA[2 Year Extended Warranty - Parts and Labor]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[virtual]]></type><quantity><![CDATA[879]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[2 Year Warranty - Parts and Labor]]></metaTitle><metaDescription><![CDATA[2 Year Warranty - Parts and Labor]]></metaDescription><metaKeywords><![CDATA[2 Year Warranty - Parts and Labor]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[AMD Phenom X4 9850 Black Ed. 2.50GHz Retail]]></prodname><productid><![CDATA[145]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/145/s/amd-phenom-x4-9850-black-ed-2-50ghz-retail/]]></url><sku><![CDATA[amdphenom]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[335.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$335.99]]></formattedprice><description><![CDATA[Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it's a single solution or an enterprise system, AMD Phenom processors have the power to perform.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[539]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[AMD]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Three Year Extended Warranty - Parts and Labor]]></prodname><productid><![CDATA[146]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/146/s/1-year-extended-warranty-parts-and-labor/]]></url><sku><![CDATA[3yr_p_l]]></sku><category><![CDATA[]]></category><price><![CDATA[325.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$325.00]]></formattedprice><description><![CDATA[3 Year Extended Warranty - Parts and Labor]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[virtual]]></type><quantity><![CDATA[543]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[3 Year Warranty - Parts and Labor]]></metaTitle><metaDescription><![CDATA[3 Year Warranty - Parts and Labor]]></metaDescription><metaKeywords><![CDATA[3 Year Warranty - Parts and Labor]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[22" Syncmaster LCD Monitor]]></prodname><productid><![CDATA[147]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/147/s/22-syncmaster-lcd-monitor/]]></url><sku><![CDATA[226bw]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[The wide, 16:10 format of SAMSUNG's 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[385]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Samsung]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/2/2/22-syncmaster-lcd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[AMD A64 X2 3800+ 2.0GHz OEM]]></prodname><productid><![CDATA[148]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/148/s/amd-a64-x2-3800-2-0ghz-oem/]]></url><sku><![CDATA[amda64]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[98.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$98.99]]></formattedprice><description><![CDATA[Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[303]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[AMD]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Western Digital - 1TB HD - 7200RPM]]></prodname><productid><![CDATA[149]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/149/s/1tb-7200rpm/]]></url><sku><![CDATA[1tb7200]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[399.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.00]]></formattedprice><description><![CDATA[1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[74]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Western Digital]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/w/e/western-digital-1tb-hd-7200rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Western Digital 500GB HD - 7200RPM]]></prodname><productid><![CDATA[150]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/150/s/500gb-7200rpm/]]></url><sku><![CDATA[500gb7200]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[299.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$299.00]]></formattedprice><description><![CDATA[500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[17]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Western Digital]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/w/e/western-digital-500gb-hd-7200rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Intel C2D E8400 3.0GHz Retail]]></prodname><productid><![CDATA[151]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/151/s/intel-c2d-e8400-3-0ghz-retail/]]></url><sku><![CDATA[intelc2d]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[98.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$98.99]]></formattedprice><description><![CDATA[Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel's new industry-leading foundation for all mobile, desktop and server platforms moving forward.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[846]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Intel]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/intel-c2d-e8400-3-0ghz-retail.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[24" Widescreen Flat-Panel LCD Monitor]]></prodname><productid><![CDATA[152]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/152/s/24-widescreen-flat-panel-lcd-monitor/]]></url><sku><![CDATA[W2452T-TF]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$699.99]]></formattedprice><description><![CDATA[With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device.
71
+
72
+ Product Features:
73
+ * Ultrafast 5 ms response time
74
+ * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness
75
+ * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles
76
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[504]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[LG]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/2/4/24-widescreen-flat-panel-lcd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Intel Core 2 Extreme QX9775 3.20GHz Retail]]></prodname><productid><![CDATA[153]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/153/s/intel-core-2-extreme-qx9775-3-20ghz-retail/]]></url><sku><![CDATA[intelcore2extreme]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[2049.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,049.99]]></formattedprice><description><![CDATA[The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[549]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Intel]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Seagate 500GB HD - 5400RPM]]></prodname><productid><![CDATA[154]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/154/s/500gb-5400rpm/]]></url><sku><![CDATA[500gb5400]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[299.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$299.00]]></formattedprice><description><![CDATA[1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[313]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Seagate]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/e/seagate-500gb-hd-5400rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Seagate 250GB HD - 5400RPM]]></prodname><productid><![CDATA[155]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/155/s/250gb-5400rpm/]]></url><sku><![CDATA[250gb5400]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[99.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.00]]></formattedprice><description><![CDATA[1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[363]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Seagate]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/e/seagate-250gb-hd-5400rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[19" Widescreen Flat-Panel LCD Monitor]]></prodname><productid><![CDATA[156]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/156/s/19-widescreen-flat-panel-lcd-monitor/]]></url><sku><![CDATA[W1952TQ-TF]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[Experience smooth gaming visuals and crystal-clear video with this 19" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device.
77
+ Product Features
78
+
79
+ * Ultrafast 2 ms response time
80
+ * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness
81
+ * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles
82
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[453]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[LG]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/1/9/19-widescreen-flat-panel-lcd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[30" Flat-Panel TFT-LCD Cinema HD Monitor]]></prodname><productid><![CDATA[157]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/157/s/30-flat-panel-tft-lcd-cinema-hd-monitor/]]></url><sku><![CDATA[M9179LL]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$699.99]]></formattedprice><description><![CDATA[ * Digital (DVI), USB 2.0 and FireWire 400 inputs
83
+ * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture
84
+ * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print
85
+ * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter
86
+ * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices
87
+ * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt
88
+ * Antiglare, hard-coat screen treatment
89
+ * Wall-mountable with optional mounting kit (not included)
90
+ * ENERGY STAR compliance assures a high standard of energy efficiency
91
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[563]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Apple]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Sony VAIO 11.1" Notebook PC]]></prodname><productid><![CDATA[158]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/158/s/sony-vaio-vgn-txn27n-b-11-1-notebook-pc/]]></url><sku><![CDATA[VGN-TXN27N/BW]]></sku><category><![CDATA[Laptops]]></category><price><![CDATA[0]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$0.00]]></formattedprice><description><![CDATA[ <ul>
92
+ <ul class="disc">
93
+ <li>Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system's performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today's demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel's Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings.</li>
94
+ </ul>
95
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[156]]></quantity><shippingWeight><![CDATA[0]]></shippingWeight><metaTitle><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaTitle><metaDescription><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaDescription><metaKeywords><![CDATA[Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-vaio-11-1-notebook-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Microsoft Natural Ergonomic Keyboard 4000]]></prodname><productid><![CDATA[159]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/159/s/microsoft-natural-ergonomic-keyboard-4000/]]></url><sku><![CDATA[microsoftnatural]]></sku><category><![CDATA[Peripherals]]></category><price><![CDATA[99.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.99]]></formattedprice><description><![CDATA[The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[275]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Microsoft]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Logitech Cordless Optical Trackman]]></prodname><productid><![CDATA[160]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/160/s/microsoft-wireless-optical-mouse-5000/]]></url><sku><![CDATA[logitechcord]]></sku><category><![CDATA[Peripherals]]></category><color><![CDATA[Brown]]></color><advertiseSwatchColor><![CDATA[Gray_Dark]]></advertiseSwatchColor><price><![CDATA[79.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$79.99]]></formattedprice><description><![CDATA[Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech's patented optical technology, you get virtually maintenance-free precision and smooth tracking.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[618]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Logitech]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/l/o/logitech-cordless-optical-trackman.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Logitech diNovo Edge Keyboard]]></prodname><productid><![CDATA[161]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/161/s/logitech-dinovo-edge-keyboard/]]></url><sku><![CDATA[logidinovo]]></sku><category><![CDATA[Peripherals]]></category><price><![CDATA[239.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$239.99]]></formattedprice><description><![CDATA[PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement.
96
+
97
+ An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world's most advanced mouse, the Logitech MX Revolution, for a premium desktop experience!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[209]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Logitech]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/l/o/logitech-dinovo-edge-keyboard.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Microsoft Wireless Optical Mouse 5000]]></prodname><productid><![CDATA[162]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/162/s/microsoft-wireless-optical-mouse-5000/]]></url><sku><![CDATA[micronmouse5000]]></sku><category><![CDATA[Peripherals]]></category><color><![CDATA[Black]]></color><price><![CDATA[59.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$59.99]]></formattedprice><description><![CDATA[Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[760]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Microsoft]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/i/microsoft-wireless-optical-mouse-5000.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Computer]]></prodname><productid><![CDATA[163]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/163/s/computer/]]></url><sku><![CDATA[computer]]></sku><category><![CDATA[Computers|Build Your Own]]></category><price><![CDATA[0]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$0.00]]></formattedprice><description><![CDATA[Make a computer]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[426]]></quantity><shippingWeight><![CDATA[0]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/computer.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Gaming Computer]]></prodname><productid><![CDATA[164]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/164/s/gaming-computer/]]></url><sku><![CDATA[computer_fixed]]></sku><category><![CDATA[Build Your Own]]></category><price><![CDATA[4999.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$4,999.95]]></formattedprice><description><![CDATA[Make a computer]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[968]]></quantity><shippingWeight><![CDATA[20.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/g/a/gaming-computer.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[My Computer]]></prodname><productid><![CDATA[165]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/165/s/my-computer/]]></url><sku><![CDATA[mycomputer]]></sku><category><![CDATA[Build Your Own]]></category><price><![CDATA[0]]></price><priceSale><![CDATA[75.0000]]></priceSale><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$0.00]]></formattedprice><description><![CDATA[test description]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[79]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/y/my-computer.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[HTC Touch Diamond]]></prodname><productid><![CDATA[166]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/166/s/htc-touch-diamond/]]></url><sku><![CDATA[HTC Touch Diamond]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Black]]></color><advertiseSwatchColor><![CDATA[Black]]></advertiseSwatchColor><price><![CDATA[750.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$750.00]]></formattedprice><description><![CDATA[Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.
98
+
99
+ Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use.
100
+
101
+ With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection.
102
+
103
+ Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips.
104
+
105
+ A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit.
106
+
107
+ Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[849]]></quantity><shippingWeight><![CDATA[0.3000]]></shippingWeight><manufacturer><![CDATA[HTC]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Rainbow Ties]]></prodname><productid><![CDATA[195]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/195/s/rainbow-ties/]]></url><sku><![CDATA[ALLTHECOLORS]]></sku><category><![CDATA[Apparel]]></category><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[0]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/r/a/rainbow-stripy-tie_1.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blue-tie_3.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/r/e/red-tie_3.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/g/r/green-tie_3.jpg]]></image_4></feeditem><feeditem><prodname><![CDATA[Rainbow Ties-Red]]></prodname><productid><![CDATA[202]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/202/s/rainbow-ties-red/]]></url><sku><![CDATA[ALLTHECOLORS-Red]]></sku><category><![CDATA[]]></category><advertiseSwatchColor><![CDATA[Red]]></advertiseSwatchColor><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[100]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/r/e/red-tie_2.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Rainbow Ties-Blue]]></prodname><productid><![CDATA[203]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/203/s/rainbow-ties-blue/]]></url><sku><![CDATA[ALLTHECOLORS-Blue]]></sku><category><![CDATA[]]></category><advertiseSwatchColor><![CDATA[Blue]]></advertiseSwatchColor><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[100]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blue-tie_2.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Rainbow Ties-Green]]></prodname><productid><![CDATA[204]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/204/s/rainbow-ties-green/]]></url><sku><![CDATA[ALLTHECOLORS-Green]]></sku><category><![CDATA[]]></category><advertiseSwatchColor><![CDATA[Green]]></advertiseSwatchColor><price><![CDATA[33.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$33.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[100]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/g/r/green-tie_2.jpg]]></image_1></feeditem></feedItems></Advertise>
var/advertisedata/prodfeed_magento.adverti.se_2013-05-14_110311.xml.zip ADDED
Binary file
var/advertisedata/prodfeed_magento.adverti.se_2013-05-14_134016.xml ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <Advertise><feedItems date="2013-05-14" version="0.1.0"><feeditem><prodname><![CDATA[Nokia 2610 Phone]]></prodname><productid><![CDATA[16]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/16/s/nokia-2610-phone/]]></url><sku><![CDATA[n2610]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Black]]></color><price><![CDATA[149.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$149.99]]></formattedprice><description><![CDATA[The Nokia 2610 is an easy to use device that combines multiple messaging options including email, instant messaging, and more. You can even download MP3 ringtones, graphics, and games straight to the phone, or surf the Internet with Cingular's MEdia Net service. It's the perfect complement to Cingular service for those even remotely interested in mobile Web capabilities in an affordable handset.<br><br>
3
+
4
+ <b>Design</b><br>
5
+ Compact and stylish, the 2610 features a candybar design sporting a bright 128 x 128 pixel display capable of displaying over 65,000 colors. Most of the phone's features and on-screen menus are controlled by a center toggle on the control pad. A standard hands-free headphone jack is provided, as are volume control keys, and there's even a "Go-To" button that can be assigned by the user for quick access to favorite applications. Lastly, the included speakerphone allows you to talk handsfree, and because the phone sports an internal antenna, there's nothing to snag or break off.
6
+
7
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[996]]></quantity><shippingWeight><![CDATA[3.2000]]></shippingWeight><manufacturer><![CDATA[Nokia]]></manufacturer><metaTitle><![CDATA[Nokia 2610]]></metaTitle><metaDescription><![CDATA[Offering advanced media and calling features without breaking the bank, The Nokia 2610 is an easy to use]]></metaDescription><metaKeywords><![CDATA[Nokia 2610, cell, phone, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/o/nokia-2610-phone.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[BlackBerry 8100 Pearl]]></prodname><productid><![CDATA[17]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/17/s/blackberry-8100-pearl/]]></url><sku><![CDATA[bb8100]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Silver]]></color><price><![CDATA[349.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$349.99]]></formattedprice><description><![CDATA[ Like the BlackBerry 7105t, the BlackBerry 8100 Pearl is
8
+ The BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments. The venerable BlackBerry trackwheel has been replaced on this model with an innovative four-way trackball placed below the screen. On the rear of the handheld, you'll find a 1.3-megapixel camera and a self portrait mirror. The handheld's microSD memory card slot is located inside the device, behind the battery. There's also a standard 2.5mm headset jack that can be used with the included headset, as well as a mini-USB port for data connectivity.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[797]]></quantity><shippingWeight><![CDATA[15.2000]]></shippingWeight><manufacturer><![CDATA[BlackBerry]]></manufacturer><metaTitle><![CDATA[BlackBerry 8100 Pearl]]></metaTitle><metaDescription><![CDATA[BlackBerry 8100 Pearl sports a large 240 x 260 screen that supports over 65,000 colors-- plenty of real estate to view your e-mails, Web browser content, messaging sessions, and attachments.]]></metaDescription><metaKeywords><![CDATA[Blackberry, 8100, pearl, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blackberry-8100-pearl.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Sony Ericsson W810i]]></prodname><productid><![CDATA[18]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/18/s/sony-ericsson-w810i/]]></url><sku><![CDATA[sw810i]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Black]]></color><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[The W810i's screen sports 176 x 220 pixel resolution with support for 262,000 colors. Quick access buttons below the screen make it easy to control the phone's Walkman music features, while a five-way center button controls most of the phone's menus and features.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[989]]></quantity><shippingWeight><![CDATA[13.6000]]></shippingWeight><manufacturer><![CDATA[Sony]]></manufacturer><metaTitle><![CDATA[Sony Ericsson W810i]]></metaTitle><metaDescription><![CDATA[The W810i follows a long tradition of beautifully designed and crafted phones from Sony Ericsson. The same candy-bar style that graced the W800 is here, as is the horizontally-oriented camera unit on the back of the phone, allowing you to hold the phone j]]></metaDescription><metaKeywords><![CDATA[Sony, Ericsson ,W810i, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-ericsson-w810i.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-ericsson-w810i-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-ericsson-w810i-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[AT&T 8525 PDA]]></prodname><productid><![CDATA[19]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/19/s/atandt-8525-pda/]]></url><sku><![CDATA[8525PDA]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Silver]]></color><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[ The design of the 8525 is clean and uncluttered, with just a few buttons for mail, Internet Explorer, and contextual menus. Meanwhile, call answer and end buttons surround a five-way toggle that allows you to navigate and control the Windows Mobile interface. As mentioned, a full QWERTY keyboard cleverly slides out from underneath the screen. This allows you to hold the device horizontally, and the screen is automatically placed in landscape mode when you're using the keyboard. A side scroll wheel is conveniently tucked away on the side, making navigation when accessing the music player and other various applications a cinch when needed. A mini-SD memory expansion card slot is provided, as is an infrared port and support for a stereo Bluetooth headset. A mini-USB port is also included for wired data transfers and charging.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[328]]></quantity><shippingWeight><![CDATA[30.0000]]></shippingWeight><manufacturer><![CDATA[At&t]]></manufacturer><metaTitle><![CDATA[AT&T 8525 PDA Phone]]></metaTitle><metaDescription><![CDATA[nder the hood, the 8525 features 128MB of embedded memory and 64MB RAM, running on a 400 MHz Samsung processor. Up front, the 240 x 320 LCD touch-screen supports over 65,000 colors, while the rear of the device houses a 2.0 megapixel camera. The design of]]></metaDescription><metaKeywords><![CDATA[At&t, 8525, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/t/at-t-8525-pda.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/t/at-t-8525-pda-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Samsung MM-A900M Ace]]></prodname><productid><![CDATA[20]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/20/s/samsung-mm-a900m-ace/]]></url><sku><![CDATA[MM-A900M]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Silver]]></color><price><![CDATA[150.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.00]]></formattedprice><description><![CDATA[New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone; 30 channels of live and on demand video and audio from Sprint TVSM and On Demand, a personalized resource guide to news, traffic, weather, sports and entertainment. The MM-A900m offers great-looking design with the ability to download a rich selection of content directly to the phone. Features like external music-navigation keys make these phones both functional and attractive. These handsets are sure to be at the top of many wish lists.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[361]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Samsung]]></manufacturer><metaTitle><![CDATA[Samsung MM-A900M Ace Phone]]></metaTitle><metaDescription><![CDATA[New services supported by both the MM-A900m include the newly announced Sprint Music StoreSM, which allows users to immediately buy and download complete songs directly to their phone]]></metaDescription><metaKeywords><![CDATA[Samsung, MM-A900M, cell, phone]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/a/samsung-mm-a900m-ace.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC]]></prodname><productid><![CDATA[25]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/25/s/apple-macbook-pro-ma464ll-a-15-4-notebook-pc-2-0-ghz-intel-core-duo-1-gb-ram-100-gb-hard-drive-superdrive/]]></url><sku><![CDATA[MA464LL/A]]></sku><category><![CDATA[Computers|Laptops]]></category><color><![CDATA[Silver]]></color><price><![CDATA[2299.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,299.99]]></formattedprice><description><![CDATA[This, combined with myriad other engineering leaps, boosts performance up to four times higher than the PowerBook G4. With this awesome power, it's a breeze to render complex 3D models, enjoy smooth playback of HD video, or host a four-way video conference.Intel Core Duo is the first chip built using Intel's groundbreaking 65-nanometer process - resulting in transistors so small, you could fit a hundred inside a single human cell. With smaller distances for electrons to travel, and two processors designed to share resources and conserve power, Intel Core Duo achieves higher levels of performance as it uses fewer watts. Which is what makes it possible to design a super-powerful MacBook Pro that's only one inch thin.When Mac technology makes something easy, it's hardly news. So here's more non-news for MacBook Pro owners: software just works. If you see the Universal logo on a new application, that means it will run on Intel- and PowerPC-based Mac computers. For most existing applications, you simply do what you've always done: double-click them. Thanks to the Rosetta technology in Mac OS X, they look and feel just like they did before.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[143]]></quantity><shippingWeight><![CDATA[10.6000]]></shippingWeight><metaTitle><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive)]]></metaTitle><metaDescription><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive)]]></metaDescription><metaKeywords><![CDATA[Apple MacBook Pro MA464LL/A 15.4" Notebook PC (2.0 GHz Intel Core Duo, 1 GB RAM, 100 GB Hard Drive, SuperDrive) ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/p/apple-macbook-pro-ma464ll-a-15-4-notebook-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Acer Ferrari 3200 Notebook Computer PC]]></prodname><productid><![CDATA[26]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/26/s/acer-ferrari-3200-notebook-computer-pc/]]></url><sku><![CDATA[LX.FR206.001]]></sku><category><![CDATA[Computers|Laptops]]></category><color><![CDATA[Black]]></color><price><![CDATA[1799.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$1,799.99]]></formattedprice><description><![CDATA[ Acer has flawlessly designed the Ferrari 3200, instilling it with exceptional performance, brilliant graphics, and lightning-fast connectivity. This exclusive edition is another striking symbol of cooperation between Acer and Ferrari -- two progressive companies with proud heritages built on passion, innovation, power and success.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[11]]></quantity><shippingWeight><![CDATA[11.4000]]></shippingWeight><metaTitle><![CDATA[Acer Ferrari 3200 Notebook Computer PC]]></metaTitle><metaDescription><![CDATA[Acer Ferrari 3200 Notebook Computer PC]]></metaDescription><metaKeywords><![CDATA[Acer Ferrari 3200 Notebook Computer PC ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/c/acer-ferrari-3200-notebook-computer-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC]]></prodname><productid><![CDATA[27]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/27/s/sony-vaio-vgn-txn27n-b-11-1-notebook-pc/]]></url><sku><![CDATA[VGN-TXN27N/B]]></sku><category><![CDATA[]]></category><color><![CDATA[Black]]></color><price><![CDATA[2699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,699.99]]></formattedprice><description><![CDATA[ Weighing in at just an amazing 2.84 pounds and offering a sleek, durable carbon-fiber case in charcoal black. And with 4 to 10 hours of standard battery life, it has the stamina to power you through your most demanding applications. With the integrated wireless WAN, you can access the national Sprint Mobile Broadband service to extend your wireless coverage beyond LAN access networks and hotspots, giving you the freedom to go farther, do more, and stay connected.
9
+
10
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[595]]></quantity><shippingWeight><![CDATA[2.8000]]></shippingWeight><metaTitle><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaTitle><metaDescription><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaDescription><metaKeywords><![CDATA[Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, Laptop]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-vaio-vgn-txn27n-b-11-1-notebook-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Toshiba M285-E 14"]]></prodname><productid><![CDATA[28]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/28/s/toshiba-satellite-a135-s4527-155-4-notebook-pc-intel-pentium-dual-core-processor-t2080-1-gb-ram-120-gb-hard-drive-supermulti-dvd-drive-vista-premium/]]></url><sku><![CDATA[M285-E]]></sku><category><![CDATA[Computers|Laptops]]></category><color><![CDATA[Black]]></color><price><![CDATA[1599.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$1,599.99]]></formattedprice><description><![CDATA[Easily mobile at just 6 pounds, the Toshiba Satellite A135-S4527 makes it easy to get your work done with a large, bright 15.4-inch widescreen LCD. The XGA-resolution screen (1280 x 800) permits side-by-side viewing of documents for increased productivity. It's also great for using as a media center, with Toshiba's unique Express Media Player enabling you to bypass the system and access CDs and DVDs with a touch of button. This affordable notebook PC is powered by Intel's 1.73 GHz Core Duo T2080 processor, which provides an optimized, multithreaded architecture for improved gaming and multitasking performance and efficient power consumption. It also offers a 120 GB hard drive, 1 GB of installed RAM (2 GB maximum), dual-layer/multi-format DVD drive that also burns CDs, integrated 54g wireless connectivity, and Intel GMA 950 video card with up to 256 MB of shared video RAM.
11
+
12
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[681]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[Toshiba Satellite A135-S4527 155.4" Notebook PC (Intel Pentium Dual Core Processor T2080, 1 GB RAM, 120 GB Hard Drive, SuperMulti DVD Drive, Vista Premium)]]></metaTitle><metaDescription><![CDATA[Toshiba M285-E 14" Convertible Notebook PC (Intel Core Duo Processor T2300E, 1 GB RAM, 60]]></metaDescription><metaKeywords><![CDATA[Toshiba, notebook, laptop, intel, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/o/toshiba-m285-e-14.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[29]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/29/s/cn-clogs-beach-garden-clog-3/]]></url><sku><![CDATA[cn_3]]></sku><category><![CDATA[]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[16]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-3.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-4.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[30]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/30/s/asics-men-s-gel-kayano-xii-8/]]></url><sku><![CDATA[asc_8]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[719]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[31]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/31/s/steven-by-steve-madden-pryme-pump-4/]]></url><sku><![CDATA[steve_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[441]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-3.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-4.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[32]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/32/s/nine-west-women-s-lucero-pump-3/]]></url><sku><![CDATA[nine_3]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[805]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[33]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/33/s/ecco-womens-golf-flexor-golf-shoe-3/]]></url><sku><![CDATA[ecco_3]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[386]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-3.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-4.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[34]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/34/s/kenneth-cole-new-york-men-s-con-verge-slip-on-8/]]></url><sku><![CDATA[ken_8]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[718]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-4.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-3.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[35]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/35/s/coalesce-functioning-on-impatience-t-shirt-small/]]></url><sku><![CDATA[coal_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
13
+ # Shoulder-to-shoulder taping
14
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[580]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/coalesce-functioning-on-impatience-t-shirt.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[36]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/36/s/ink-eater-krylon-bombear-destroyed-tee-sm/]]></url><sku><![CDATA[ink_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[79]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[37]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/37/s/the-only-children-paisley-t-shirt-sm/]]></url><sku><![CDATA[oc_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
15
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[722]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-2.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-3.jpg]]></image_4></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[38]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/38/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-sm/]]></url><sku><![CDATA[zol_r_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Red]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
16
+ # Shoulder-to-shoulder taping
17
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[99]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-3.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_4></feeditem><feeditem><prodname><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></prodname><productid><![CDATA[39]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/39/s/the-get-up-kids-band-camp-pullover-hoodie/]]></url><sku><![CDATA[4fasd5f5]]></sku><category><![CDATA[Hoodies]]></category><color><![CDATA[Green]]></color><price><![CDATA[30.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$30.00]]></formattedprice><description><![CDATA[Printed on American Apparel Classic style 5495 California Fleece Pull-Over Hoodies. Sizing info is available here. ]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[234]]></quantity><shippingWeight><![CDATA[1.7500]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></metaTitle><metaDescription><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></metaDescription><metaKeywords><![CDATA[The Get Up Kids: Band Camp Pullover Hoodie]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-get-up-kids-band-camp-pullover-hoodie.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-get-up-kids-band-camp-pullover-hoodie-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Akio Dresser]]></prodname><productid><![CDATA[41]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/41/s/akio-dresser/]]></url><sku><![CDATA[384822]]></sku><category><![CDATA[Bedroom]]></category><color><![CDATA[Brown]]></color><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[Features include inset panel sides and for spacious drawers and two wicker baskets. 41"Wx18"Dx36"H.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[339]]></quantity><shippingWeight><![CDATA[128.9700]]></shippingWeight><metaTitle><![CDATA[Akio Dresser]]></metaTitle><metaDescription><![CDATA[Our Akio dresser has a solid hardwood frame. Features include inset panel sides and for spacious drawers and two wicker baskets.]]></metaDescription><metaKeywords><![CDATA[Hardwood, drawers, wicker, asian, beechwood]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/k/akio-dresser.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Barcelona Bamboo Platform Bed]]></prodname><productid><![CDATA[42]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/42/s/barcelona-bamboo-platform-bed/]]></url><sku><![CDATA[bar1234]]></sku><category><![CDATA[Bedroom]]></category><color><![CDATA[Brown]]></color><price><![CDATA[2299.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,299.00]]></formattedprice><description><![CDATA[Entirely handcrafted of solid Bamboo. Designed for use with a mattress alone, it includes a sturdy, padded wood platform for comfort and proper mattress support.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[994]]></quantity><shippingWeight><![CDATA[150.0000]]></shippingWeight><metaTitle><![CDATA[Barcelona Bamboo Platform Bed]]></metaTitle><metaDescription><![CDATA[Our Barcelona platform bed captures the spirit and drama of late 20th century design with a variety of subtle details.]]></metaDescription><metaKeywords><![CDATA[bamboo, barcelona, platform, bed]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/a/barcelona-bamboo-platform-bed.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Canon Digital Rebel XT 8MP Digital SLR Camera]]></prodname><productid><![CDATA[44]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/44/s/canon-digital-rebel-xt-8mp-digital-slr-camera-with-ef-s-18-55mm-f3-5-5-6-lens-black/]]></url><sku><![CDATA[Rebel XT]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Black]]></color><price><![CDATA[550.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$550.00]]></formattedprice><description><![CDATA[The Canon EOS Digital Rebel camera now has a new, faster, even smaller big brother. Sibling rivalries aside, the 8.0-megapixel Canon EOS Digital Rebel XT SLR adds resolution, speed, extra creative control, and enhanced comfort in the hand to one of the smallest and lightest digital cameras in its class. Even with its advancements in ergonomic design and technology, this easy-to-use EOS digital camera is compatible with all of Canon's EF lenses, including the EF-S lenses.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[452]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Canon]]></manufacturer><metaTitle><![CDATA[Canon Digital Rebel XT 8MP Digital SLR Camera with EF-S 18-55mm f3.5-5.6 Lens (Black)]]></metaTitle><metaDescription><![CDATA[Canon Digital Rebel XT 8MP Digital SLR Camera with EF-S 18-55mm f3.5-5.6 Lens (Black)]]></metaDescription><metaKeywords><![CDATA[canon, slr, camera, 8, digital]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-digital-rebel-xt-8mp-digital-slr-camera-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[ Argus QC-2185 Quick Click 5MP Digital Camera]]></prodname><productid><![CDATA[45]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/45/s/argus-qc-2185-quick-click-5mp-digital-camera/]]></url><sku><![CDATA[QC-2185]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[37.4900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$37.49]]></formattedprice><description><![CDATA[The Argus QC-2185 Quick Click 5MP digital camera offers all the basic features you need in a compact and stylish digital camera. This unit is easy to use, and is perfect for those who want a completely portable option for taking good pictures, without having to empty their wallet.
18
+
19
+ The Argus QC-2185 features a clear and bright 1.1-inch CSTN (color super-twist nematic) LCD display that makes it easy to frame the perfect picture. Thanks to its USB 1.1 connection compatibility, this digital camera lets you quickly download pictures to your Mac or PC, and can also function as a handy web camera. The QC-2185 includes eight megabytes of internal SDRAM memory, with the ability to expand camera memory via a built-in SD (secure digital) storage card slot for easy storage and transfer of your pictures. This unit also includes a built-in auto flash with a three to seven foot range, and comes with ArcSoft PhotoImpression's photo editing software which makes it easy for you to edit, crop, adjust and improve all your best pictures to make them even better.
20
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[120]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Argus]]></manufacturer><metaTitle><![CDATA[Argus QC-2185 Quick Click 2MP Digital Camera]]></metaTitle><metaDescription><![CDATA[Argus QC-2185 Quick Click 2MP Digital Camera]]></metaDescription><metaKeywords><![CDATA[Argus, QC-2185, digital, camera, 2MP]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/r/argus-qc-2185-quick-click-5mp-digital-camera-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/r/argus-qc-2185-quick-click-5mp-digital-camera.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/r/argus-qc-2185-quick-click-5mp-digital-camera-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ Olympus Stylus 750 7.1MP Digital Camera]]></prodname><productid><![CDATA[46]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/46/s/olympus-stylus-750-7-1mp-digital-camera/]]></url><sku><![CDATA[750]]></sku><category><![CDATA[Cameras|Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[161.9400]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$161.94]]></formattedprice><description><![CDATA[Olympus continues to innovate with the launch of the Stylus 750 digital camera, a technically sophisticated point-and-shoot camera offering a number of pioneering technologies such as Dual Image Stabilization, Bright Capture Technology, and TruePic Turbo, as well as a powerful 5x optical zoom that tucks away into a streamlined metal, all-weather body design. The camera is distinguished by a number of premium features, including:
21
+
22
+ * An advanced combination of the mechanical CCD-shift Image Stabilization and Digital Image Stabilization work together to ensure the clearest pictures possible in any situation;
23
+ * A 5x optical zoom lens with a newly developed lens element to maintain a small compact size;
24
+ * A 2.5-inch LCD and Bright Capture Technology dramatically improve composition, capture and review of images in low-light situations;
25
+ * Olympus' exclusive TruePic Turbo Image Processing engine is coupled with a 7.1-megapixel image sensor to produce crisp, high-quality p]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[932]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Olympus]]></manufacturer><metaTitle><![CDATA[Olympus Stylus 750 7.1MP Digital Camera with Digital Image Stabilized 5x Optical Zoom and CCD Shift Stabilization (Silver)]]></metaTitle><metaDescription><![CDATA[Olympus Stylus 750 7.1MP Digital Camera with Digital Image Stabilized 5x Optical Zoom and CCD Shift Stabilization (Silver)]]></metaDescription><metaKeywords><![CDATA[Olympus, stylus, 750, 7MP, digital, camera, zoom]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/l/olympus-stylus-750-7-1mp-digital-camera.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/l/olympus-stylus-750-7-1mp-digital-camera-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/l/olympus-stylus-750-7-1mp-digital-camera-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom]]></prodname><productid><![CDATA[47]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/47/s/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom/]]></url><sku><![CDATA[A630]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[329.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$329.99]]></formattedprice><description><![CDATA[Replacing the highly popular PowerShot A620, the PowerShot A630 features a rotating 2.5-inch vari-angle LCD, 4x optical zoom lens, and a vast array of creative shooting modes.<br>
26
+
27
+ The PowerShot A630 packs a vast array of advanced features into a remarkably compact space<br><br>
28
+
29
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[673]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Canon]]></manufacturer><metaTitle><![CDATA[Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom]]></metaTitle><metaDescription><![CDATA[Canon PowerShot A630 8MP Digital Camera with 4x Optical Zoom]]></metaDescription><metaKeywords><![CDATA[canon, powershot, A630, digital, camera, optical, zoom]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/a/canon-powershot-a630-8mp-digital-camera-with-4x-optical-zoom-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kodak EasyShare C530 5MP Digital Camera]]></prodname><productid><![CDATA[48]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/48/s/kodak-easyshare-c530-5mp-digital-camera/]]></url><sku><![CDATA[C530]]></sku><category><![CDATA[Digital Cameras]]></category><color><![CDATA[Silver]]></color><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[Small on size. Big on value. Kodak's newest C-Series digital camera, the C530, sports awesome features--such as 5.0-megapixel CCD resolution, on-camera image cropping, and an on-camera Share button--at a very affordable price.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[872]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kodak]]></manufacturer><metaTitle><![CDATA[Kodak EasyShare C530 5MP Digital Camera]]></metaTitle><metaDescription><![CDATA[Kodak EasyShare C530 5MP Digital Camera]]></metaDescription><metaKeywords><![CDATA[kodak, eayshare, c530, 5MP, digital, camera]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/o/kodak-easyshare-c530-5mp-digital-camera.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/o/kodak-easyshare-c530-5mp-digital-camera-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/o/kodak-easyshare-c530-5mp-digital-camera-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[49]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/49/s/anashria-womens-premier-leather-sandal-9/]]></url><sku><![CDATA[ana_9]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[456]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Ottoman]]></prodname><productid><![CDATA[51]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/51/s/ottoman/]]></url><sku><![CDATA[1111]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[299.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$299.99]]></formattedprice><description><![CDATA[The Magento ottoman will impress with its style while it delivers on quality. This piece of living room furniture is built to last with durable solid wood framing, generous padding and plush stain-resistant microfiber upholstery.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[706]]></quantity><shippingWeight><![CDATA[20.0000]]></shippingWeight><metaTitle><![CDATA[Ottoman]]></metaTitle><metaDescription><![CDATA[Ottoman]]></metaDescription><metaKeywords><![CDATA[Ottoman]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/o/t/ottoman.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Chair]]></prodname><productid><![CDATA[52]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/52/s/chair/]]></url><sku><![CDATA[1112]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[129.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$129.99]]></formattedprice><description><![CDATA[This Magento chair features a fun, futuristic design, with fluid curves and gentle angles that follow the shape of the body to enhance ultimate relaxation. It combines a hint of nostalgia with the up-to-date sensibility and function of modern chairs. It is in soft, velvety microfiber.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[724]]></quantity><shippingWeight><![CDATA[50.0000]]></shippingWeight><metaTitle><![CDATA[Chair]]></metaTitle><metaDescription><![CDATA[Chair]]></metaDescription><metaKeywords><![CDATA[Chair]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/h/chair.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Couch]]></prodname><productid><![CDATA[53]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/53/s/couch/]]></url><sku><![CDATA[1113]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[599.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$599.99]]></formattedprice><description><![CDATA[Inspired by the classic camelback sofa, Magento offers comfort and style in a low maintenance package. For a sleek, simple and stylish piece, look no further than the Magento sofa - or sofabed!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[956]]></quantity><shippingWeight><![CDATA[200.0000]]></shippingWeight><metaTitle><![CDATA[Couch]]></metaTitle><metaDescription><![CDATA[Couch]]></metaDescription><metaKeywords><![CDATA[Couch]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/couch.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Magento Red Furniture Set]]></prodname><productid><![CDATA[54]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/54/s/magento-red-furniture-set/]]></url><sku><![CDATA[1114]]></sku><category><![CDATA[Living Room]]></category><color><![CDATA[Red]]></color><price><![CDATA[699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$699.99]]></formattedprice><description><![CDATA[The perfect furniture set for the living room! Love red? You'll love these pieces of handmade modern furniture!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[grouped]]></type><quantity><![CDATA[960]]></quantity><shippingWeight><![CDATA[500.0000]]></shippingWeight><metaTitle><![CDATA[Magento Red Furniture Set]]></metaTitle><metaDescription><![CDATA[Magento Red Furniture Set]]></metaDescription><metaKeywords><![CDATA[Magento, Red, Furniture, Set, ottoman, couch, chair]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/a/magento-red-furniture-set.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[74]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/74/s/anashria-womens-premier-leather-sandal-3/]]></url><sku><![CDATA[ana_3]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[3]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[999]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[75]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/75/s/anashria-womens-premier-leather-sandal-4/]]></url><sku><![CDATA[ana_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[617]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_4><image_5><![CDATA[http://magento.adverti.se/skin/adminhtml/base/default/images/catalog/product/placeholder/.jpg]]></image_5></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[79]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/79/s/anashria-womens-premier-leather-sandal-5/]]></url><sku><![CDATA[ana_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[797]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[80]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/80/s/anashria-womens-premier-leather-sandal-6/]]></url><sku><![CDATA[ana_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[856]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[81]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/81/s/anashria-womens-premier-leather-sandal-7/]]></url><sku><![CDATA[ana_7]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[7]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[660]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[82]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/82/s/anashria-womens-premier-leather-sandal-8/]]></url><sku><![CDATA[ana_8]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Womens Premier Leather Single Layer Narrow Strap - NEW Colors Available - Womens Style - Genuine Top Grain Premier Leather - Rich Color Tones - Straps lined with 2000 lb test nylon - Guaranteed for the Life of the Sole - Non-slip sole - Note: Rainbow is in the process of unveiling a new toe post tag that is much smaller than the original tag.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[321]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[83]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/83/s/cn-clogs-beach-garden-clog/]]></url><sku><![CDATA[cn]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[986]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[cn, clogs, outdoor, shoes, sandals, comfortable]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[84]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/84/s/cn-clogs-beach-garden-clog-4/]]></url><sku><![CDATA[cn_4]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[859]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[85]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/85/s/cn-clogs-beach-garden-clog-5/]]></url><sku><![CDATA[cn_5]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[31]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[86]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/86/s/cn-clogs-beach-garden-clog-6/]]></url><sku><![CDATA[cn_6]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[303]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[87]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/87/s/cn-clogs-beach-garden-clog-7/]]></url><sku><![CDATA[cn_7]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[7]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[621]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[88]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/88/s/cn-clogs-beach-garden-clog-8/]]></url><sku><![CDATA[cn_m8]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[191]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[89]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/89/s/cn-clogs-beach-garden-clog-9/]]></url><sku><![CDATA[cn_m9]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[948]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[90]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/90/s/cn-clogs-beach-garden-clog-10/]]></url><sku><![CDATA[cn_m10]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[10]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[533]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[91]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/91/s/cn-clogs-beach-garden-clog-11/]]></url><sku><![CDATA[cn_m11]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[11]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[293]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[CN Clogs Beach/Garden Clog]]></prodname><productid><![CDATA[92]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/92/s/cn-clogs-beach-garden-clog-12/]]></url><sku><![CDATA[cn_m12]]></sku><category><![CDATA[Mens|Womens]]></category><color><![CDATA[Blue]]></color><price><![CDATA[15.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.99]]></formattedprice><description><![CDATA[Comfortable and fun to wear these clogs are the latest trend in fashion footwear. Wear them either at the beach, in your garden, at the mall or just about anywhere you would want to be comfortable.]]></description><size><![CDATA[12]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[563]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[CN CLogs]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[CN Clogs Beach/Garden Clog]]></metaTitle><metaDescription><![CDATA[CN Clogs Beach/Garden Clog]]></metaDescription><metaKeywords><![CDATA[CN Clogs Beach/Garden Clog ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/n/cn-clogs-beach-garden-clog-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[93]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/93/s/asics-men-s-gel-kayano-xii/]]></url><sku><![CDATA[asc]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[767]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[asics, gel, kayano]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/s/asics-men-s-gel-kayano-xii.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[94]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/94/s/asics-men-s-gel-kayano-xii-9/]]></url><sku><![CDATA[asc_9]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[480]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[95]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/95/s/asics-men-s-gel-kayano-xii-10/]]></url><sku><![CDATA[asc_10]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[10]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[95]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[96]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/96/s/asics-men-s-gel-kayano-xii-11/]]></url><sku><![CDATA[asc_11]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[11]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[202]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ASICS® Men's GEL-Kayano® XII]]></prodname><productid><![CDATA[97]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/97/s/asics-men-s-gel-kayano-xii-12/]]></url><sku><![CDATA[asc_12]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Gray]]></color><price><![CDATA[134.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$134.99]]></formattedprice><description><![CDATA[The ASICS® GEL-Kayano® XII running shoe delivers the ultimate blend of cushioning and support. Biomorphic Fit™ upper offers enhanced upper fit and comfort while decreasing the potential for irritation. Solyte midsole material is lighter than standard EVA and SpEVA® combined with improved cushioning and durability. Impact Guidance System (I.G.S.®) uses linked componentry to encourage optimal gait while allowing for natural foot movement from heel strike to toe off. DuoMax® support system helps ensure that the shoe maintains proper support for the foot during the critical transition from heel strike to toe off. Space Trusstic® System creates a pocket between the Trusstic® System device and the midsole, allowing for greater midsole deformation and more efficient foot function. GEL® Cushioning System provides maximum rearfoot and forefoot shock attenuation. Wt. 12.6 oz.]]></description><size><![CDATA[12]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[326]]></quantity><shippingWeight><![CDATA[3.0000]]></shippingWeight><manufacturer><![CDATA[Asics]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaTitle><metaDescription><![CDATA[ASICS® Men's GEL-Kayano® XII]]></metaDescription><metaKeywords><![CDATA[ASICS® Men's GEL-Kayano® XII ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[98]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/98/s/kenneth-cole-new-york-men-s-con-verge-slip-on/]]></url><sku><![CDATA[ken]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[114]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole, New York, Men's, Con-verge, Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[99]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/99/s/kenneth-cole-new-york-men-s-con-verge-slip-on-9/]]></url><sku><![CDATA[ken_9]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[9]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[618]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[100]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/100/s/kenneth-cole-new-york-men-s-con-verge-slip-on-10/]]></url><sku><![CDATA[ken_10]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[10]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[820]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[101]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/101/s/kenneth-cole-new-york-men-s-con-verge-slip-on-11/]]></url><sku><![CDATA[ken_11]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[11]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[966]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></prodname><productid><![CDATA[102]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/102/s/kenneth-cole-new-york-men-s-con-verge-slip-on-12/]]></url><sku><![CDATA[ken_12]]></sku><category><![CDATA[Mens]]></category><color><![CDATA[Black]]></color><price><![CDATA[160.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$160.99]]></formattedprice><description><![CDATA[High fashion and classic good looks converge in this suave slip on from Kenneth Cole. Smooth leather upper in a dress slip on style, with a stitched and covered seam moc-inspired square toe, quarter panel curved overlays and flared tongue with side elastic panels for a comfortable, secure fit. Smooth leather lining, cushioned leather topped insole. Dress midsole with a beveled edge, 1 inch capped dress heel. Flat traction outsole.]]></description><size><![CDATA[12]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[898]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Kenneth Cole]]></manufacturer><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaTitle><metaDescription><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaDescription><metaKeywords><![CDATA[Kenneth Cole New York Men's Con-verge Slip-on]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/k/e/kenneth-cole-new-york-men-s-con-verge-slip-on-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[103]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/103/s/steven-by-steve-madden-pryme-pump/]]></url><sku><![CDATA[steve]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[961]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[104]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/104/s/steven-by-steve-madden-pryme-pump-5/]]></url><sku><![CDATA[steve_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[641]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[105]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/105/s/steven-by-steve-madden-pryme-pump-6/]]></url><sku><![CDATA[steve_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[537]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[106]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/106/s/steven-by-steve-madden-pryme-pump-7/]]></url><sku><![CDATA[steve_7]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[7]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[808]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Steven by Steve Madden Pryme Pump]]></prodname><productid><![CDATA[107]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/107/s/steven-by-steve-madden-pryme-pump-8/]]></url><sku><![CDATA[steve_8]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[69.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$69.99]]></formattedprice><description><![CDATA[Nothing will turn his head faster than you wearing the sexy Pryme pump from Steven by Steve Madden. This daring pump has a pretty patent leather upper with light shirring, a double stitch detail surrounding the collar, and a vampy almond shaped toe. It also features smooth linings, a fully cushioned insole, a sexy covered stiletto heel, and a lightly textured dress leather outsole. Any way you wear the Pryme, you're certain to catch a lot of attention.]]></description><size><![CDATA[8]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[718]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Steve Madden]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Steven by Steve Madden Pryme Pump]]></metaTitle><metaDescription><![CDATA[Steven by Steve Madden Pryme Pump]]></metaDescription><metaKeywords><![CDATA[Steven by Steve Madden Pryme Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/t/steven-by-steve-madden-pryme-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[108]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/108/s/nine-west-women-s-lucero-pump/]]></url><sku><![CDATA[nine]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[384]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West, Women, Lucero, Pump]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/i/nine-west-women-s-lucero-pump-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[109]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/109/s/nine-west-women-s-lucero-pump-4/]]></url><sku><![CDATA[nine_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[379]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[110]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/110/s/nine-west-women-s-lucero-pump-5/]]></url><sku><![CDATA[nine_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[312]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Nine West Women's Lucero Pump]]></prodname><productid><![CDATA[111]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/111/s/nine-west-women-s-lucero-pump-6/]]></url><sku><![CDATA[nine_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Red]]></color><price><![CDATA[89.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$89.99]]></formattedprice><description><![CDATA[The Lucero pump from Nine West may just leave him at a loss for words. This flirty pump has a leather upper, a pretty almond-shaped toe with a slight V-cut vamp, leather linings, and a cushioned insole for long-wearing comfort. The stiletto heel radiates a subtle hint of sensuality, so sass up your jean and t-shirt look or nighttime attire with this hot pump and you'll be absolutely unforgettable.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[979]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Nine West]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Nine West Women's Lucero Pump]]></metaTitle><metaDescription><![CDATA[Nine West Women's Lucero Pump]]></metaDescription><metaKeywords><![CDATA[Nine West Women's Lucero Pump ]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[112]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/112/s/ecco-womens-golf-flexor-golf-shoe/]]></url><sku><![CDATA[ecco]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[264]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO, Womens, Golf, Flexor, Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[113]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/113/s/ecco-womens-golf-flexor-golf-shoe-4/]]></url><sku><![CDATA[ecco_4]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[4]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[336]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[114]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/114/s/ecco-womens-golf-flexor-golf-shoe-5/]]></url><sku><![CDATA[ecco_5]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[5]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[374]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></prodname><productid><![CDATA[115]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/115/s/ecco-womens-golf-flexor-golf-shoe-6/]]></url><sku><![CDATA[ecco_6]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[159.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$159.99]]></formattedprice><description><![CDATA[Featuring a wide toe box and delivering optimum support, the sporty Golf Flexor golf shoe is a stylish cleat that you'll love wearing on and off the links. The contrasting embossed snakeskin panels attract interest, while the laid back lace-up style keeps things simple. And thanks to the one-year waterproof guarantee, you can trust these shoes to keep you in the game, even when conditions are less than perfect.]]></description><size><![CDATA[6]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[343]]></quantity><shippingWeight><![CDATA[4.0000]]></shippingWeight><manufacturer><![CDATA[Ecco]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaTitle><metaDescription><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaDescription><metaKeywords><![CDATA[ECCO Womens Golf Flexor Golf Shoe]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/e/c/ecco-womens-golf-flexor-golf-shoe-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[117]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/117/s/coalesce-functioning-on-impatience-t-shirt-medium/]]></url><sku><![CDATA[coal_md]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
30
+ # Shoulder-to-shoulder taping
31
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[998]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[118]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/118/s/coalesce-functioning-on-impatience-t-shirt-large/]]></url><sku><![CDATA[coal_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
32
+ # Shoulder-to-shoulder taping
33
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[749]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></prodname><productid><![CDATA[119]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/119/s/coalesce-functioning-on-impatience-t-shirt/]]></url><sku><![CDATA[coal_1]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Comfortable preshrunk shirts. Highest Quality Printing.<br><br>
34
+ <ul>
35
+ <ul class="disc">
36
+ <li>6.1 oz. 100% preshrunk heavyweight cotton<br></li>
37
+ <li>Shoulder-to-shoulder taping<br></li>
38
+ <li>Double-needle sleeves and bottom hem<br></li>]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[466]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaTitle><metaDescription><![CDATA[Coalesce: Functioning On Impatience T-Shirt]]></metaDescription><metaKeywords><![CDATA[Coalesce, T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/coalesce-functioning-on-impatience-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/coalesce-functioning-on-impatience-t-shirt-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[120]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/120/s/ink-eater-krylon-bombear-destroyed-tee/]]></url><sku><![CDATA[ink]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[896]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater, Krylon, Bombear , Destroyed, Tee, t shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg]]></image_2></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[121]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/121/s/ink-eater-krylon-bombear-destroyed-tee-med/]]></url><sku><![CDATA[ink_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[812]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></prodname><productid><![CDATA[122]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/122/s/ink-eater-krylon-bombear-destroyed-tee-lrg/]]></url><sku><![CDATA[ink_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[22.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$22.00]]></formattedprice><description><![CDATA[We bought these with the intention of making shirts for our family reunion, only to come back the next day to find each and every one of them had been tagged by The Bear. Oh well -- can't argue with art. Now you can make your grandparents proud by wearing an original piece of graf work to YOUR family reunion!]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[469]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaTitle><metaDescription><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaDescription><metaKeywords><![CDATA[Ink Eater: Krylon Bombear Destroyed Tee]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-2.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/ink-eater-krylon-bombear-destroyed-tee-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[123]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/123/s/the-only-children-paisley-t-shirt/]]></url><sku><![CDATA[oc]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[100.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$100.00]]></formattedprice><description><![CDATA[<ul>
39
+ <ul class="disc">
40
+ <li>6.1 oz. 100% preshrunk heavyweight cotton <br></li>
41
+ <li>Double-needle sleeves and bottom hem</li>
42
+ </ul>]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[555]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[124]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/124/s/the-only-children-paisley-t-shirt-med/]]></url><sku><![CDATA[oc_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
43
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[241]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-1.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[The Only Children: Paisley T-Shirt]]></prodname><productid><![CDATA[125]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/125/s/the-only-children-paisley-t-shirt-lrg/]]></url><sku><![CDATA[oc_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[White]]></color><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
44
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[422]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[The Only Children: Paisley T-Shirt]]></metaTitle><metaDescription><![CDATA[The Only Children: Paisley T-Shirt]]></metaDescription><metaKeywords><![CDATA[The Only Children: Paisley T-Shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-1.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/t/h/the-only-children-paisley-t-shirt.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[126]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/126/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt/]]></url><sku><![CDATA[zol]]></sku><category><![CDATA[Shirts]]></category><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[<ul>
45
+ <ul class="disc")
46
+ <li> 6.1 oz. 100% preshrunk heavyweight cotton <br></li>
47
+ <li> Shoulder-to-shoulder taping<br></li>
48
+ <li>Double-needle sleeves and bottom hem<br></li>
49
+ </ul>]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[832]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[127]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/127/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-sm/]]></url><sku><![CDATA[zol_g_sm]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
50
+ # Shoulder-to-shoulder taping
51
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Small]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[113]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[128]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/128/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-med/]]></url><sku><![CDATA[zol_r_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Red]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
52
+ # Shoulder-to-shoulder taping
53
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[463]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[129]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/129/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-med/]]></url><sku><![CDATA[zol_g_med]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
54
+ # Shoulder-to-shoulder taping
55
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[45]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[130]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/130/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-r-lrg/]]></url><sku><![CDATA[zol_r_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Red]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
56
+ # Shoulder-to-shoulder taping
57
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[687]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[131]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/131/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-g-lrg/]]></url><sku><![CDATA[zol_g_lrg]]></sku><category><![CDATA[Shirts]]></category><color><![CDATA[Green]]></color><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
58
+ # Shoulder-to-shoulder taping
59
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Large]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[105]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[SLR Camera Tripod]]></prodname><productid><![CDATA[132]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/132/s/slr-camera-tripod/]]></url><sku><![CDATA[ac674]]></sku><category><![CDATA[Accessories]]></category><price><![CDATA[99.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.00]]></formattedprice><description><![CDATA[Sturdy, lightweight tripods are designed to meet the needs of amateur and professional photographers and videographers.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[162]]></quantity><shippingWeight><![CDATA[42.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/l/slr-camera-tripod.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Universal Camera Case]]></prodname><productid><![CDATA[133]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/133/s/universal-camera-case/]]></url><sku><![CDATA[ac9003]]></sku><category><![CDATA[Accessories]]></category><price><![CDATA[34.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$34.00]]></formattedprice><description><![CDATA[A stylish digital camera demands stylish protection. This leather carrying case will defend your camera from the dings and scratches of travel and everyday use while looking smart all the time.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[398]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-case.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-case-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-case-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Universal Camera Charger]]></prodname><productid><![CDATA[134]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/134/s/universal-camera-charger/]]></url><sku><![CDATA[ac-66332]]></sku><category><![CDATA[Accessories]]></category><price><![CDATA[19.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$19.00]]></formattedprice><description><![CDATA[Features foldable Flat Pin for Easy Storage/ Slim/ Lightweight Design and Smart Charging LED Indicator.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[377]]></quantity><shippingWeight><![CDATA[5.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/u/n/universal-camera-charger.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Anashria Womens Premier Leather Sandal]]></prodname><productid><![CDATA[135]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/135/s/anashria-womens-premier-leather-sandal/]]></url><sku><![CDATA[ana]]></sku><category><![CDATA[Womens]]></category><color><![CDATA[Brown]]></color><price><![CDATA[41.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$41.95]]></formattedprice><description><![CDATA[Smooth kidskin upper in a dress platform wedge t-strap sandal style, with a round open toe, front and ankle adjustable buckles and tonal stitching accents. Ankle buckle features elastic panel. Smooth faux leather lining, cushioning faux leather and fabric topped insole. 1 inch matching leather and fabric wrapped midsole.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[998]]></quantity><shippingWeight><![CDATA[2.0000]]></shippingWeight><manufacturer><![CDATA[Anashria]]></manufacturer><gender><![CDATA[Womens]]></gender><metaTitle><![CDATA[Anashria Womens Premier Leather Sandal]]></metaTitle><metaDescription><![CDATA[Anashria Womens Premier Leather Sandal]]></metaDescription><metaKeywords><![CDATA[womens, sandal, leather, anashria, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/n/anashria-womens-premier-leather-sandal-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></prodname><productid><![CDATA[137]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/137/s/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-b-med/]]></url><sku><![CDATA[zol_b_med]]></sku><category><![CDATA[]]></category><color><![CDATA[Black]]></color><advertiseSwatchColor><![CDATA[Red]]></advertiseSwatchColor><price><![CDATA[13.5000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$13.50]]></formattedprice><description><![CDATA[# 6.1 oz. 100% preshrunk heavyweight cotton
60
+ # Shoulder-to-shoulder taping
61
+ # Double-needle sleeves and bottom hem]]></description><size><![CDATA[Medium]]></size><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[427]]></quantity><shippingWeight><![CDATA[0.4400]]></shippingWeight><gender><![CDATA[Mens]]></gender><metaTitle><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaTitle><metaDescription><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaDescription><metaKeywords><![CDATA[Zolof The Rock And Roll Destroyer: LOL Cat T-shirt]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-1.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/z/o/zolof-the-rock-and-roll-destroyer-lol-cat-t-shirt-2.jpg]]></image_3></feeditem><feeditem><prodname><![CDATA[Apevia Black X-Cruiser Case ATX Mid-Tower Case (Default)]]></prodname><productid><![CDATA[138]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/138/s/apevia-black-x-cruiser-case-atx-mid-tower-case/]]></url><sku><![CDATA[apevia-black]]></sku><category><![CDATA[Cases]]></category><color><![CDATA[Black]]></color><price><![CDATA[150.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.00]]></formattedprice><description><![CDATA[This superb, multi-functional Aspire X-Cruiser mid tower case is designed to follow Intel's recommendations to achieve the highest level of thermal performance. This gorgeous case outperforms most of the expensive chassis in the market, boasts an abundance of innovative features, yet carries a very affordable price tag. The Aspire X-Cruiser is fully loaded with everything you could possibly imagine that a great gaming case could have. With a built-in air duct on the side panel to funnel cool air towards the CPU, the fan-less X-Cruiser is specially designed to bring out the best performance in systems based on high-end processors.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[703]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/p/apevia-black-x-cruiser-case-atx-mid-tower-case-default.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[NZXT Lexa Silver Aluminum ATX Mid-Tower Case (Default)]]></prodname><productid><![CDATA[139]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/139/s/nzxt-lexa-silver-aluminum-atx-mid-tower-case/]]></url><sku><![CDATA[nzxtlexa]]></sku><category><![CDATA[Cases]]></category><color><![CDATA[Silver]]></color><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[Introducing the next advancement in case design and technology, the Lexa. Designed from ground up to be symmetrical, the Lexa is representative of the modern lifestyle design cues of today. The Lexa's minimalist and classy design fits perfectly under the NZXT Classic Series line.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[743]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/n/z/nzxt-lexa-silver-aluminum-atx-mid-tower-case-default.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Crucial 2GB PC4200 DDR2 533MHz Memory]]></prodname><productid><![CDATA[140]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/140/s/crucial-2gb-pc4200-ddr2-533mhz-memory/]]></url><sku><![CDATA[2gbdimm]]></sku><category><![CDATA[Computers|RAM / Memory]]></category><price><![CDATA[199.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$199.99]]></formattedprice><description><![CDATA[Crucial 2GB PC4200 DDR2 533MHz Memory
62
+ Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.
63
+
64
+ Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[769]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Crucial]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/r/crucial-2gb-pc4200-ddr2-533mhz-memory.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Crucial 1GB PC4200 DDR2 533MHz Memory]]></prodname><productid><![CDATA[141]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/141/s/crucial-1gb-pc4200-ddr2-533mhz-memory/]]></url><sku><![CDATA[1gbdimm]]></sku><category><![CDATA[Computers|RAM / Memory]]></category><price><![CDATA[150.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.99]]></formattedprice><description><![CDATA[Crucial 1024MB PC4200 DDR2 533MHz Memory
65
+ Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.
66
+
67
+ Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[853]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Crucial]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/r/crucial-1gb-pc4200-ddr2-533mhz-memory.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[One Year Extended Warranty - Parts and Labor]]></prodname><productid><![CDATA[142]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/142/s/1-year-extended-warranty-parts-and-labor/]]></url><sku><![CDATA[1yr_p_l]]></sku><category><![CDATA[]]></category><price><![CDATA[150.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$150.00]]></formattedprice><description><![CDATA[1 Year Extended Warranty - Parts and Labor]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[virtual]]></type><quantity><![CDATA[678]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[1 Year Warranty - Parts and Labor]]></metaTitle><metaDescription><![CDATA[1 Year Warranty - Parts and Labor]]></metaDescription><metaKeywords><![CDATA[1 Year Warranty - Parts and Labor]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[Crucial 512MB PC4200 DDR2 533MHz Memory]]></prodname><productid><![CDATA[143]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/143/s/crucial-512mb-pc4200-ddr2-533mhz-memory/]]></url><sku><![CDATA[512dimm]]></sku><category><![CDATA[Computers|RAM / Memory]]></category><price><![CDATA[99.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.99]]></formattedprice><description><![CDATA[Crucial 512MB PC4200 DDR2 533MHz Memory
68
+ Crucial Technologies is part of Micron, the largest DRAM manufacturer in the U.S. and one of the largest in the world. Because they actually manufacture memory, they have unparalleled expertise in the upgrade industry. Crucial is the only consumer memory upgrade supplier that is part of a major DRAM manufacturer.
69
+
70
+ Every single Crucial memory module is tested before it goes out their doors. Crucial chips are individually tested under varying temperatures, voltages, and operational conditions for performance and functionality. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[133]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Crucial]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/r/crucial-512mb-pc4200-ddr2-533mhz-memory.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Two Year Extended Warranty - Parts and Labor]]></prodname><productid><![CDATA[144]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/144/s/1-year-extended-warranty-parts-and-labor/]]></url><sku><![CDATA[2yr_p_l]]></sku><category><![CDATA[]]></category><price><![CDATA[250.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$250.00]]></formattedprice><description><![CDATA[2 Year Extended Warranty - Parts and Labor]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[virtual]]></type><quantity><![CDATA[879]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[2 Year Warranty - Parts and Labor]]></metaTitle><metaDescription><![CDATA[2 Year Warranty - Parts and Labor]]></metaDescription><metaKeywords><![CDATA[2 Year Warranty - Parts and Labor]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[AMD Phenom X4 9850 Black Ed. 2.50GHz Retail]]></prodname><productid><![CDATA[145]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/145/s/amd-phenom-x4-9850-black-ed-2-50ghz-retail/]]></url><sku><![CDATA[amdphenom]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[335.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$335.99]]></formattedprice><description><![CDATA[Overclocker’s dream! Deliver more sophisticated solutions with the leading-edge technology of AMD Phenom™ 9000 Series processor. Built from the ground up for true quad-core performance, AMD Phenom 9000 Series processors incorporate a unified high-speed L3 cache and high-speed DDR2 memory. Speed through complex multitasking, critical business productivity, advanced visual design and modeling and visually stunning digital media and entertainment. Whether it's a single solution or an enterprise system, AMD Phenom processors have the power to perform.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[539]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[AMD]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/m/amd-phenom-x4-9850-black-ed-2-50ghz-retail.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Three Year Extended Warranty - Parts and Labor]]></prodname><productid><![CDATA[146]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/146/s/1-year-extended-warranty-parts-and-labor/]]></url><sku><![CDATA[3yr_p_l]]></sku><category><![CDATA[]]></category><price><![CDATA[325.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$325.00]]></formattedprice><description><![CDATA[3 Year Extended Warranty - Parts and Labor]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[virtual]]></type><quantity><![CDATA[543]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[3 Year Warranty - Parts and Labor]]></metaTitle><metaDescription><![CDATA[3 Year Warranty - Parts and Labor]]></metaDescription><metaKeywords><![CDATA[3 Year Warranty - Parts and Labor]]></metaKeywords></feeditem><feeditem><prodname><![CDATA[22" Syncmaster LCD Monitor]]></prodname><productid><![CDATA[147]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/147/s/22-syncmaster-lcd-monitor/]]></url><sku><![CDATA[226bw]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[The wide, 16:10 format of SAMSUNG's 226BW digital/Analog widescreen LCD monitor gives you plenty of room for all your computer applications and multiple images. DC 3000:1 contrast ratio creates crisp, easy-to-view images and gaming graphics, without ghosting or blurring. Complete with Microsoft® Vista® Premium certification and advanced dual interface for both analog digital video signals, the 226BW monitor is future-ready.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[385]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Samsung]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/2/2/22-syncmaster-lcd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[AMD A64 X2 3800+ 2.0GHz OEM]]></prodname><productid><![CDATA[148]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/148/s/amd-a64-x2-3800-2-0ghz-oem/]]></url><sku><![CDATA[amda64]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[98.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$98.99]]></formattedprice><description><![CDATA[Frustrated by staring at the hourglass icon as soon as you try to work on more than three programs at once, especially when you’re working with digital media? Increase your performance with the AMD Athlon™ 64 X2 dual core processor. Work or play with multiple programs without any stalling or waiting. Dual-core technology is like having two processors, and two working together is better and faster than one working alone. Do more in less time with the AMD Athlon 64 X2 dual-core processor.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[303]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[AMD]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/a/m/amd-a64-x2-3800-2-0ghz-oem.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Western Digital - 1TB HD - 7200RPM]]></prodname><productid><![CDATA[149]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/149/s/1tb-7200rpm/]]></url><sku><![CDATA[1tb7200]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[399.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.00]]></formattedprice><description><![CDATA[1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[74]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Western Digital]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/w/e/western-digital-1tb-hd-7200rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Western Digital 500GB HD - 7200RPM]]></prodname><productid><![CDATA[150]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/150/s/500gb-7200rpm/]]></url><sku><![CDATA[500gb7200]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[299.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$299.00]]></formattedprice><description><![CDATA[500GB- 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[17]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Western Digital]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/w/e/western-digital-500gb-hd-7200rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Intel C2D E8400 3.0GHz Retail]]></prodname><productid><![CDATA[151]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/151/s/intel-c2d-e8400-3-0ghz-retail/]]></url><sku><![CDATA[intelc2d]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[98.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$98.99]]></formattedprice><description><![CDATA[Intel® Core™2 Duo processor is the new brand name for our next-generation energy-efficient performance desktop and mobile processors. Formerly known by their codenames Conroe and Merom, the Intel® Core™2 processors for desktop and mobile computers are based on the Intel® Core™ microarchitecture, Intel's new industry-leading foundation for all mobile, desktop and server platforms moving forward.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[846]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Intel]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/intel-c2d-e8400-3-0ghz-retail.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[24" Widescreen Flat-Panel LCD Monitor]]></prodname><productid><![CDATA[152]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/152/s/24-widescreen-flat-panel-lcd-monitor/]]></url><sku><![CDATA[W2452T-TF]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$699.99]]></formattedprice><description><![CDATA[With ultrafine 10,000:1 contrast and wide 170° viewing angles, this 24" widescreen LCD monitor delivers crystal-clear high-definition visuals for gaming and work projects. The DVI-D input lets you connect a DVD player or other digital video device.
71
+
72
+ Product Features:
73
+ * Ultrafast 5 ms response time
74
+ * Digital Fine 10,000:1 contrast ratio; 400 cd/m² brightness
75
+ * 1920 x 1200 maximum resolution; wide 170° horizontal and vertical viewing angles
76
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[504]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[LG]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/2/4/24-widescreen-flat-panel-lcd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Intel Core 2 Extreme QX9775 3.20GHz Retail]]></prodname><productid><![CDATA[153]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/153/s/intel-core-2-extreme-qx9775-3-20ghz-retail/]]></url><sku><![CDATA[intelcore2extreme]]></sku><category><![CDATA[Processors]]></category><price><![CDATA[2049.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$2,049.99]]></formattedprice><description><![CDATA[The new Intel® Core™2 Extreme processor QX9775 with hafnium-infused chip design delivers unrivaled gaming performance1 with four independent processing cores, 12 MB of cache, 1600 MHz Front Side Bus, and clock speeds of 3.2 GHz.The Intel® Core™2 Extreme processor is the world’s first quad core desktop processor, delivering the latest in cutting-edge processor technology and unprecedented performance across a wide range of applications and benchmarks. All Intel Core 2 Extreme processor QX9000 series are based on the industry-leading 45nm manufacturing technology, providing another giant leap forward on the road to multi-core and parallel computing.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[549]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Intel]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/i/n/intel-core-2-extreme-qx9775-3-20ghz-retail.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Seagate 500GB HD - 5400RPM]]></prodname><productid><![CDATA[154]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/154/s/500gb-5400rpm/]]></url><sku><![CDATA[500gb5400]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[299.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$299.00]]></formattedprice><description><![CDATA[1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[313]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Seagate]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/e/seagate-500gb-hd-5400rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Seagate 250GB HD - 5400RPM]]></prodname><productid><![CDATA[155]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/155/s/250gb-5400rpm/]]></url><sku><![CDATA[250gb5400]]></sku><category><![CDATA[Hard Drives]]></category><price><![CDATA[99.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.00]]></formattedprice><description><![CDATA[1 TB - 7200RPM, SATA 3.0Gb/s, 32MB Cache]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[363]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Seagate]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/e/seagate-250gb-hd-5400rpm.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[19" Widescreen Flat-Panel LCD Monitor]]></prodname><productid><![CDATA[156]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/156/s/19-widescreen-flat-panel-lcd-monitor/]]></url><sku><![CDATA[W1952TQ-TF]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[399.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$399.99]]></formattedprice><description><![CDATA[Experience smooth gaming visuals and crystal-clear video with this 19" flat-panel LCD monitor that features an ultrafast 2 ms response time and sharp 10,000:1 contrast. The DVI-D with HDCP input lets you connect a DVD player or other digital video device.
77
+ Product Features
78
+
79
+ * Ultrafast 2 ms response time
80
+ * Digital Fine 10,000:1 contrast ratio; 300 cd/m² brightness
81
+ * 1440 x 900 maximum resolution; wide 170° horizontal and vertical viewing angles
82
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[453]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[LG]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/1/9/19-widescreen-flat-panel-lcd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[30" Flat-Panel TFT-LCD Cinema HD Monitor]]></prodname><productid><![CDATA[157]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/157/s/30-flat-panel-tft-lcd-cinema-hd-monitor/]]></url><sku><![CDATA[M9179LL]]></sku><category><![CDATA[Monitors]]></category><price><![CDATA[699.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$699.99]]></formattedprice><description><![CDATA[ * Digital (DVI), USB 2.0 and FireWire 400 inputs
83
+ * Cinema HD delivers up to 16.7 million colors across a wide gamut for a breathtaking, vivid picture
84
+ * ColorSync technology lets you create a custom profile to maintain consistent colors on the screen and in print
85
+ * Single cable with breakout for DVI, USB and FireWire ports provides a tidy look while reducing clutter
86
+ * Built-in, 2-port USB 2.0 hub to easily connect peripheral devices
87
+ * User controls allow you to monitor display power, system sleep/wake, brightness and monitor tilt
88
+ * Antiglare, hard-coat screen treatment
89
+ * Wall-mountable with optional mounting kit (not included)
90
+ * ENERGY STAR compliance assures a high standard of energy efficiency
91
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[563]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Apple]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/3/0/30-flat-panel-tft-lcd-cinema-hd-monitor.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Sony VAIO 11.1" Notebook PC]]></prodname><productid><![CDATA[158]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/158/s/sony-vaio-vgn-txn27n-b-11-1-notebook-pc/]]></url><sku><![CDATA[VGN-TXN27N/BW]]></sku><category><![CDATA[Laptops]]></category><price><![CDATA[0]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$0.00]]></formattedprice><description><![CDATA[ <ul>
92
+ <ul class="disc">
93
+ <li>Processor: The Ultra Low Voltage Intel Core Solo U1500 processor offers a 1.33 GHz speed paired with a fast 533 MHz front-side bus and large 2 MB L2 cache. (An L2, or secondary, cache temporarily stores data; and a larger L2 cache can help speed up your system's performance. The FSB carries data between the CPU and RAM, and a faster front-side bus will deliver better overall performance.) The Core Solo processor delivers enhanced performance for today's demanding applications such as CAD tools, 3-D and 2-D modeling, video editing, digital music, digital photography and gaming. And Intel's Smart Cache technology enables smarter, more efficient cache and bus design for enhanced performance, responsiveness and power savings.</li>
94
+ </ul>
95
+ ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[156]]></quantity><shippingWeight><![CDATA[0]]></shippingWeight><metaTitle><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaTitle><metaDescription><![CDATA[Sony VAIO VGN-TXN27N/B 11.1" Notebook PC (Intel Core Solo Processor U1500, 2 GB RAM, 100 GB Hard Drive, DVD±RW Drive, Vista Business) Charcoal Black]]></metaDescription><metaKeywords><![CDATA[Sony, VAIO, VGN-TXN27N/B , Notebook, PC, Intel, 2 GB RAM, ]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/s/o/sony-vaio-11-1-notebook-pc.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Microsoft Natural Ergonomic Keyboard 4000]]></prodname><productid><![CDATA[159]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/159/s/microsoft-natural-ergonomic-keyboard-4000/]]></url><sku><![CDATA[microsoftnatural]]></sku><category><![CDATA[Peripherals]]></category><price><![CDATA[99.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$99.99]]></formattedprice><description><![CDATA[The most comfortable ergonomic keyboard on the market! We just made a great deal for this Microsoft Natural ergonomic keyboard. And we know you’re going to love it. This newest addition to the world’s best selling line of ergonomic keyboards features a natural wrist alignment that will make your day! Just one touch allows you to perform a wealth of common but important tasks such as opening documents and replying to e-mail. The Microsoft Natural Model 4000 ergonomic keyboard also features an improved number pad with easy-to-reach symbols such left and right, equal sign and back space placed just above the number pad. Easy-access to the Internet. Multimedia keys. Lockable F keys and much more (see complete list of additional features below). Don’t you think it’s time to go natural? Microsoft’s Natural Ergonomic Model 4000 Keyboard. Available right here, for the best price!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[275]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Microsoft]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/i/microsoft-natural-ergonomic-keyboard-4000.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Logitech Cordless Optical Trackman]]></prodname><productid><![CDATA[160]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/160/s/microsoft-wireless-optical-mouse-5000/]]></url><sku><![CDATA[logitechcord]]></sku><category><![CDATA[Peripherals]]></category><color><![CDATA[Brown]]></color><advertiseSwatchColor><![CDATA[Gray_Dark]]></advertiseSwatchColor><price><![CDATA[79.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$79.99]]></formattedprice><description><![CDATA[Our most advanced trackball yet: a comfortable, cordless, finger-operated trackball that works where you need it. Save space and eliminate desktop clutter. Take advantage of extra buttons that help you navigate around Windows and the web more easily. And with Logitech's patented optical technology, you get virtually maintenance-free precision and smooth tracking.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[618]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Logitech]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/l/o/logitech-cordless-optical-trackman.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Logitech diNovo Edge Keyboard]]></prodname><productid><![CDATA[161]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/161/s/logitech-dinovo-edge-keyboard/]]></url><sku><![CDATA[logidinovo]]></sku><category><![CDATA[Peripherals]]></category><price><![CDATA[239.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$239.99]]></formattedprice><description><![CDATA[PerfectStroke key system for the ultimate keyboard feel. Bluetooth wireless and Li-Ion powered. Stylishly sleek with its elegant charging base and backlit controls, the diNovo Edge makes a bold statement.
96
+
97
+ An ideal partner for any high-end computer, the ultra-slim Logitech diNovo Edge delivers the ultimate in feel and response. The revolutionary TouchDisc with hyper-speed scrolling and pixel-perfect control makes trackpads obsolete. A slim recharging base doubles as a keyboard stand. Work longer thanks to the longer-lasting Li-Ion batteries, and more securely via Bluetooth wireless technology. Combine it with the world's most advanced mouse, the Logitech MX Revolution, for a premium desktop experience!]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[209]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Logitech]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/l/o/logitech-dinovo-edge-keyboard.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Microsoft Wireless Optical Mouse 5000]]></prodname><productid><![CDATA[162]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/162/s/microsoft-wireless-optical-mouse-5000/]]></url><sku><![CDATA[micronmouse5000]]></sku><category><![CDATA[Peripherals]]></category><color><![CDATA[Black]]></color><price><![CDATA[59.9900]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$59.99]]></formattedprice><description><![CDATA[Experience smoother tracking and wireless freedom. Navigate with enhanced precision with this ergonomic High Definition Optical mouse. Easily enlarge and edit detail with the new Magnifier and enjoy more than six months of battery life. ]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[760]]></quantity><shippingWeight><![CDATA[1.0000]]></shippingWeight><manufacturer><![CDATA[Microsoft]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/i/microsoft-wireless-optical-mouse-5000.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Computer]]></prodname><productid><![CDATA[163]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/163/s/computer/]]></url><sku><![CDATA[computer]]></sku><category><![CDATA[Computers|Build Your Own]]></category><price><![CDATA[0]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$0.00]]></formattedprice><description><![CDATA[Make a computer]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[426]]></quantity><shippingWeight><![CDATA[0]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/c/o/computer.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Gaming Computer]]></prodname><productid><![CDATA[164]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/164/s/gaming-computer/]]></url><sku><![CDATA[computer_fixed]]></sku><category><![CDATA[Build Your Own]]></category><price><![CDATA[4999.9500]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$4,999.95]]></formattedprice><description><![CDATA[Make a computer]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[968]]></quantity><shippingWeight><![CDATA[20.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/g/a/gaming-computer.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[My Computer]]></prodname><productid><![CDATA[165]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/165/s/my-computer/]]></url><sku><![CDATA[mycomputer]]></sku><category><![CDATA[Build Your Own]]></category><price><![CDATA[0]]></price><priceSale><![CDATA[75.0000]]></priceSale><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$0.00]]></formattedprice><description><![CDATA[test description]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[bundle]]></type><quantity><![CDATA[79]]></quantity><shippingWeight><![CDATA[10.0000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/m/y/my-computer.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[HTC Touch Diamond]]></prodname><productid><![CDATA[166]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/166/s/htc-touch-diamond/]]></url><sku><![CDATA[HTC Touch Diamond]]></sku><category><![CDATA[Cell Phones]]></category><color><![CDATA[Black]]></color><advertiseSwatchColor><![CDATA[Black]]></advertiseSwatchColor><price><![CDATA[750.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$750.00]]></formattedprice><description><![CDATA[Re-defining the perception of advanced mobile phones… the HTC Touch Diamond™ signals a giant leap forward in combining hi-tech prowess with intuitive usability and exhilarating design.
98
+
99
+ Featuring a sharp 2.8-inch touch screen housed within a stunning formation of brushed metal and flawless faceted edges, the HTC Touch Diamond is as beautiful to behold as it is to use.
100
+
101
+ With HTC’s vibrant touch-responsive user interface, TouchFLO™ 3D, and ultra-fast HSDPA internet connectivity… the HTC Touch Diamond offers a rich online experience to rival a notebook computer, allowing you to interact with Google, YouTube, and Wikipedia as freely as you would with a broadband connection.
102
+
103
+ Your contacts, favourite music, videos and photos are no longer an uninspired line of text. With TouchFLO 3D, album artwork, video stills and snapshots of your friends’ and family’s faces are brought to life for you to interact, play and launch at your fingertips.
104
+
105
+ A 3.2 megapixel auto-focus camera will help you capture the perfect moment in style and with a massive 4GB of internal storage you can keep all the files you need. The integrated ultra-sensitive GPS will help you find your destination as quickly and efficiently as a dedicated satellite navigation unit.
106
+
107
+ Style and substance in a phone are no longer mutually exclusive. The HTC Touch Diamond has arrived.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[849]]></quantity><shippingWeight><![CDATA[0.3000]]></shippingWeight><manufacturer><![CDATA[HTC]]></manufacturer><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/h/t/htc-touch-diamond.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Rainbow Ties]]></prodname><productid><![CDATA[195]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/195/s/rainbow-ties/]]></url><sku><![CDATA[ALLTHECOLORS]]></sku><category><![CDATA[Apparel]]></category><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[CATALOG,SEARCH]]></magentoVisibility><type><![CDATA[configurable]]></type><quantity><![CDATA[0]]></quantity><shippingWeight><![CDATA[]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/r/a/rainbow-stripy-tie_1.jpg]]></image_1><image_2><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blue-tie_3.jpg]]></image_2><image_3><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/r/e/red-tie_3.jpg]]></image_3><image_4><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/g/r/green-tie_3.jpg]]></image_4></feeditem><feeditem><prodname><![CDATA[Rainbow Ties-Red]]></prodname><productid><![CDATA[202]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/202/s/rainbow-ties-red/]]></url><sku><![CDATA[ALLTHECOLORS-Red]]></sku><category><![CDATA[]]></category><advertiseSwatchColor><![CDATA[Red]]></advertiseSwatchColor><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[100]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/r/e/red-tie_2.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Rainbow Ties-Blue]]></prodname><productid><![CDATA[203]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/203/s/rainbow-ties-blue/]]></url><sku><![CDATA[ALLTHECOLORS-Blue]]></sku><category><![CDATA[]]></category><advertiseSwatchColor><![CDATA[Blue]]></advertiseSwatchColor><price><![CDATA[15.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$15.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[100]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/b/l/blue-tie_2.jpg]]></image_1></feeditem><feeditem><prodname><![CDATA[Rainbow Ties-Green]]></prodname><productid><![CDATA[204]]></productid><url><![CDATA[http://magento.adverti.se/index.php/catalog/product/view/id/204/s/rainbow-ties-green/]]></url><sku><![CDATA[ALLTHECOLORS-Green]]></sku><category><![CDATA[]]></category><advertiseSwatchColor><![CDATA[Green]]></advertiseSwatchColor><price><![CDATA[33.0000]]></price><currencycode><![CDATA[USD]]></currencycode><currencysymbol><![CDATA[$]]></currencysymbol><formattedprice><![CDATA[$33.00]]></formattedprice><description><![CDATA[Garish ties in all the colours of the rainbow.]]></description><magentoVisibility><![CDATA[NOT_VISIBLE]]></magentoVisibility><type><![CDATA[simple]]></type><quantity><![CDATA[100]]></quantity><shippingWeight><![CDATA[0.5000]]></shippingWeight><metaTitle><![CDATA[]]></metaTitle><metaDescription><![CDATA[]]></metaDescription><metaKeywords><![CDATA[]]></metaKeywords><image_1><![CDATA[http://magento.adverti.se/media/catalog/product/cache/0//9df78eab33525d08d6e5fb8d27136e95/g/r/green-tie_2.jpg]]></image_1></feeditem></feedItems></Advertise>
var/advertisedata/prodfeed_magento.adverti.se_2013-05-14_134016.xml.zip ADDED
Binary file