<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Super Market</title>
	<link>http://supermarket.greencp.com</link>
	<description>Super Market Cheap Price Online Store</description>
	<pubDate>Thu, 02 Oct 2008 20:18:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>Roxio Toast 9 Titanium</title>
		<link>http://supermarket.greencp.com/desktops-stores/roxio-toast-9-titanium.html</link>
		<comments>http://supermarket.greencp.com/desktops-stores/roxio-toast-9-titanium.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:18:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Desktops Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/desktops-stores/roxio-toast-9-titanium.html</guid>
		<description><![CDATA[Roxio Toast 9 TitaniumBurn your discs easier than before with Roxio Toast 9 Titanium for Macintosh. Toast is the standard for burning your data, music, photos, or video to multiple disc types including HD DVD and Blu-ray media.
Fit-to-DVD compression fits an entire 9 GB dual-layer DVD video to a standard 4.7 GB recordable DVD disc [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="175" src="http://ecx.images-amazon.com/images/I/51s1MpKmrlL._SL210_.jpg" alt="Roxio Toast 9 Titanium" height="210" /><a target="_blank" href="http://astore.amazon.com/buy-notebooks-20/detail/B0013YHNEI" title="Roxio Toast 9 Titanium">Roxio Toast 9 Titanium</a>Burn your discs easier than before with Roxio Toast 9 Titanium for Macintosh. Toast is the standard for burning your data, music, photos, or video to multiple disc types including HD DVD and Blu-ray media.</p>
<p>Fit-to-DVD compression fits an entire 9 GB dual-layer DVD video to a standard 4.7 GB recordable DVD disc (Does not copy encrypted or copy protected content) Choose the individual DVD movies, audio and languages you want to maximize available disc space Preview content of movies before copying - Requires Apple DVD Player software Capture streaming audio from any source, including the Internet Audio fingerprinting technology identifies untagged music files and adds name, artist, album, etc - no more Track_01 Edit audio tracks with the CD Spin Doctor Graphical DJ-style crossfades and transitions Adjust output levels, trim unwanted sections, apply filters Restore music from LPs and tapes Print labels directly to disc using LightScribe or Labelflash-enabled burners and media Video cropping and trimming Create High Definition Blu-ray, HD DVD or standard DVD discs (Requires purchase of the HD/BD plug-in) Watch your recorded TiVo or EyeTV shows via the Internet - Stream video from your Mac to your iPhone or Internet-connected PC or Mac Easy TiVoToGo transfers (Does not work with DirecTV provided TiVo DVRs) Watch on your Mac, burn to a DVD, BD or HD DVD disc or export to your iPod or PSP</p>
<p><script type="text/javascript">     function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\\'Associates.Util\\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \\'object\\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \\'string\\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \\'string\\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\\'on\\' + event, handler);     } }   registerNamespace(\\'Assoc.DOMEvent\\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\\'imageViewerLink\\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \\'ImageView\\',             \\'width=625,height=700,scrollbars,resizable\\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \\'click\\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/desktops-stores/roxio-toast-9-titanium.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adobe Photoshop Elements 6 (Mac)</title>
		<link>http://supermarket.greencp.com/desktops-stores/adobe-photoshop-elements-6-mac.html</link>
		<comments>http://supermarket.greencp.com/desktops-stores/adobe-photoshop-elements-6-mac.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:12:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Desktops Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/desktops-stores/adobe-photoshop-elements-6-mac.html</guid>
		<description><![CDATA[Adobe Photoshop Elements 6 (Mac)
Adobe Photoshop Elements 6 software combines power and simplicity so you can make your photos look their best, share them in imaginative ways, and easily find and view all your photos and video clips. Get tips and tricks, download video tutorials, and a free issue of the Photoshop Elements Techniques newsletter. [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="174" src="http://ecx.images-amazon.com/images/I/51xAcZqGplL._SL210_.jpg" alt="Adobe Photoshop Elements 6 (Mac)" height="210" /><a target="_blank" href="http://astore.amazon.com/buy-notebooks-20/detail/B0012LMQFI" title="Adobe Photoshop Elements 6 (Mac)">Adobe Photoshop Elements 6 (Mac)<br />
</a>Adobe Photoshop Elements 6 software combines power and simplicity so you can make your photos look their best, share them in imaginative ways, and easily find and view all your photos and video clips. Get tips and tricks, download video tutorials, and a free issue of the Photoshop Elements Techniques newsletter. Register online for free eSeminars that help you get the most out of Photoshop Elements 6. Easily order prints, share photos on the web or on CEIVA Digital Photo Frames, and more. See a full list of books, DVDs, and other materials that will help you get the most out of Adobe Photoshop Elements. Express your ideas in customizable layouts Create photo books with greater ease and flexibility Entertain friends with custom slide shows and interactive web galleries Share with family and friends using a variety of fun options Instantly download photos from your camera Categorize photos and video clips with easy-to-use visual tags Group photos into convenient Albums Develop creations more quickly by gathering the photos you need for a specific project in one place View and organize your photos quickly, even when your library grows to include thousands of photos System requirements - PowerPC G4 or G5 or multicore Intel processor, Mac OS X v10.4.8 through 10.5, 512MB RAM minimum, 64MB RAM, 1GB free space, 1,024&#215;768 display resolution, DVD-ROM drive, QuickTime 7 software required for multimedia features, and Internet connection required for Internet-based services</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/desktops-stores/adobe-photoshop-elements-6-mac.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Apple eMac G4 Desktop with 17&#8243; M9835LL/A (1.42 GHz PowerPC G4, 512 MB RAM, 160 GB Hard Drive, SuperDrive)</title>
		<link>http://supermarket.greencp.com/desktops-stores/apple-emac-g4-desktop-with-17-m9835lla-142-ghz-powerpc-g4-512-mb-ram-160-gb-hard-drive-superdrive.html</link>
		<comments>http://supermarket.greencp.com/desktops-stores/apple-emac-g4-desktop-with-17-m9835lla-142-ghz-powerpc-g4-512-mb-ram-160-gb-hard-drive-superdrive.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 20:11:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Desktops Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/desktops-stores/apple-emac-g4-desktop-with-17-m9835lla-142-ghz-powerpc-g4-512-mb-ram-160-gb-hard-drive-superdrive.html</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/5165GZBF75L._SL210_.jpg" alt="Apple eMac G4 Desktop with 17" height="210" /><a target="_blank" href="http://astore.amazon.com/buy-notebooks-20/detail/B0007OW5D4" title="Apple eMac G4 Desktop with 17" M9835LL/A (1.42 GHz PowerPC G4, 512 MB RAM, 160 GB Hard Drive, SuperDrive)">Apple eMac G4 Desktop with 17&#8243; M9835LL/A (1.42 GHz PowerPC G4, 512 MB RAM, 160 GB Hard Drive, SuperDrive)<br />
</a><strong>Includes: Apple Keyboard, Apple Mouse, modem cable, Mac OS X 10.4 Tiger, iLife &#8216;05, Safari, iChat, AppleWorks, Quicken 2005 for Macintosh, 2005 World Book Multimedia Reference Suite, &amp; more.</strong> Apple M9835LL/A eMac Desktop Computer - The eMac is an easy and affordable solution to getting a high quality Macintosh computer in your home. The whole family will enjoy the comprehensive software suite that&#8217;s powered by the latest Mac OS X 10.4 Tiger operating system. It&#8217;s perfect for games, creative tasks, personal finances, business applications and much more. Just look at all of the great features you get with this eMac all-in-one desktop computer: 8x SuperDrive - supports Double Layer DVD+R, DVD+R, DVD+RW, DVD-R, DVD-RW, CD-R, &amp; CD-RW Built-in 17 flat screen CRT display 56k v.92 Fax Modem Integrated Stereo Speakers Ports - 10/100 Ethernet, 2 FireWire 400, 3 USB 2.0, 2 USB 1.1 (1 on keyboard), VGA Out, S-Video, Composite Video Out, Headphone Jack, &amp; Audio Line-In Unit Weight - 50 lbs.</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/desktops-stores/apple-emac-g4-desktop-with-17-m9835lla-142-ghz-powerpc-g4-512-mb-ram-160-gb-hard-drive-superdrive.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony NPF970 L Series Camcorder Battery for the DCRVX2100, HDRFX1, HDRFX7, HD1000U &#038; HVRZ1U</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-npf970-l-series-camcorder-battery-for-the-dcrvx2100-hdrfx1-hdrfx7-hd1000u-hvrz1u.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-npf970-l-series-camcorder-battery-for-the-dcrvx2100-hdrfx1-hdrfx7-hd1000u-hvrz1u.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:38:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-npf970-l-series-camcorder-battery-for-the-dcrvx2100-hdrfx1-hdrfx7-hd1000u-hvrz1u.html</guid>
		<description><![CDATA[Sony NPF970 L Series Camcorder Battery for the DCRVX2100, HDRFX1, HDRFX7, HD1000U &#38; HVRZ1UMaximize your Handycam camcorder recording times with the NP-F970 InfoLithium L Series rechargeable battery pack. Now with 30% more stamina than the NP-F960 rechargeable battery pack, the NP-F970 provides up to eighteen hours of continuous recording time. The NP-F970 features a built-in [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/51KVWKGPJQL._SL210_.jpg" alt="Sony NPF970 L Series Camcorder Battery for the DCRVX2100, HDRFX1, HDRFX7, HD1000U &amp; HVRZ1U" height="210" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B0006G3BHW" title="Sony NPF970 L Series Camcorder Battery for the DCRVX2100, HDRFX1, HDRFX7, HD1000U &amp; HVRZ1U">Sony NPF970 L Series Camcorder Battery for the DCRVX2100, HDRFX1, HDRFX7, HD1000U &amp; HVRZ1U</a>Maximize your Handycam camcorder recording times with the NP-F970 InfoLithium L Series rechargeable battery pack. Now with 30% more stamina than the NP-F960 rechargeable battery pack, the NP-F970 provides up to eighteen hours of continuous recording time. The NP-F970 features a built-in microprocessor that accurately calculates the remaining power within minutes. It also doesn&#8217;t have the memory effect found in other batteries, so you can charge it at any time, regardless of how much charge is remaining.</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-npf970-l-series-camcorder-battery-for-the-dcrvx2100-hdrfx1-hdrfx7-hd1000u-hvrz1u.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony BCV500 Dual Battery Charger for MCVDFD100/200, DCRVX2100 &#038; HDRFX1</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-bcv500-dual-battery-charger-for-mcvdfd100200-dcrvx2100-hdrfx1.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-bcv500-dual-battery-charger-for-mcvdfd100200-dcrvx2100-hdrfx1.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:37:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-bcv500-dual-battery-charger-for-mcvdfd100200-dcrvx2100-hdrfx1.html</guid>
		<description><![CDATA[Sony BCV500 Dual Battery Charger for MCVDFD100/200, DCRVX2100 &#38; HDRFX1Sony Corporation is a leading manufacturer of audio, video, communications and information technology products for the consumer and professional markets. Additionally, the company&#8217;s music, motion picture, television production, game and online businesses make Sony one of the most comprehensive entertainment companies in the world. Extending its [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/41CQXP9NJ1L._SL210_.jpg" alt="Sony BCV500 Dual Battery Charger for MCVDFD100/200, DCRVX2100 &amp; HDRFX1" height="210" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B000063XJ3" title="Sony BCV500 Dual Battery Charger for MCVDFD100/200, DCRVX2100 &amp; HDRFX1">Sony BCV500 Dual Battery Charger for MCVDFD100/200, DCRVX2100 &amp; HDRFX1</a>Sony Corporation is a leading manufacturer of audio, video, communications and information technology products for the consumer and professional markets. Additionally, the company&#8217;s music, motion picture, television production, game and online businesses make Sony one of the most comprehensive entertainment companies in the world. Extending its product range, Sony also offers highly reliable batteries and power accessories that provide sufficient power for your equipment.</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-bcv500-dual-battery-charger-for-mcvdfd100200-dcrvx2100-hdrfx1.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony HDR-FX1 3-CCD HDV High Definition Camcorder w/12x Optical Zoom</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-hdr-fx1-3-ccd-hdv-high-definition-camcorder-w12x-optical-zoom.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-hdr-fx1-3-ccd-hdv-high-definition-camcorder-w12x-optical-zoom.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:36:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-hdr-fx1-3-ccd-hdv-high-definition-camcorder-w12x-optical-zoom.html</guid>
		<description><![CDATA[Sony HDR-FX1 3-CCD HDV High Definition Camcorder w/12x Optical ZoomSony Handycam(R) HDR-FX1, the first true 1080i high definition camcorder, is the perfect introduction to the world of high definition video. Record your most intimate moments in the highest quality. With advanced features such as the newly developed wide 3 sensor 1/3&#8243; CCD, 72mm Carl Zeiss [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/41KCD728K2L._SL210_.jpg" alt="Sony HDR-FX1 3-CCD HDV High Definition Camcorder w/12x Optical Zoom" height="156" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B00068JKR0" title="Sony HDR-FX1 3-CCD HDV High Definition Camcorder w/12x Optical Zoom">Sony HDR-FX1 3-CCD HDV High Definition Camcorder w/12x Optical Zoom</a>Sony Handycam(R) HDR-FX1, the first true 1080i high definition camcorder, is the perfect introduction to the world of high definition video. Record your most intimate moments in the highest quality. With advanced features such as the newly developed wide 3 sensor 1/3&#8243; CCD, 72mm Carl Zeiss Vario-Sonnar T lens and Real Time Codec engine, the HDR-FX1 is equipped to handle every video task. Relive your memories in vivid HDTV quality colors and clarity. This may not be the camera to use for family and touring. If you&#8217;re into professional or serious creative use, this camcorder offers vast opportunities that were previously unavailable at this class. You&#8217;ve been waiting for your chance. Here it is! 3.5 LCD Viewing monitor Manual control of camcorder functions allow settings of the camera to be adjusted so that creative effects can be achieved while filming 12x Optical Zoom with 4-way zoom capability for different situations Widescreen LCD monitor lets you see every detail as you shoot in 16 - 9 mode High-performance Down Conversion Function Precision DV- wide Recording Personal Menu Battery Information Continual shooting time Sony iLINK (HDV/DV) Connector for easy video transfer to a PC or Macintosh computer for DV edit and enhancement - and back again SteadyShot Active Lens System (Menu) Shot Transition Picture Profile - 6 Picture Profiles - You can set each of 6 Picture Profiles with Color Level/Color Phase/Sharpness/Skin Tone Detail/AE Shift/AGC Limit/Auto Iris Limit/WB Shift/AWB Sensitivity/Cinematone Gamma/Cineframe</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-hdr-fx1-3-ccd-hdv-high-definition-camcorder-w12x-optical-zoom.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony HDR-SR5 AVCHD 4MP 40GB High Definition Hard Disk Drive Camcorder with 10x Optical Zoom</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-hdr-sr5-avchd-4mp-40gb-high-definition-hard-disk-drive-camcorder-with-10x-optical-zoom.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-hdr-sr5-avchd-4mp-40gb-high-definition-hard-disk-drive-camcorder-with-10x-optical-zoom.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:33:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-hdr-sr5-avchd-4mp-40gb-high-definition-hard-disk-drive-camcorder-with-10x-optical-zoom.html</guid>
		<description><![CDATA[Sony HDR-SR5 AVCHD 4MP 40GB High Definition Hard Disk Drive Camcorder with 10x Optical ZoomCapture life&#8217;s most precious moments in the purest, most detailed picture available. The compact and capable HDR-SR5 high definition Handycam(R) camcorder lets you experience the world of high definition. Professional-quality Carl Zeiss Vario-Sonnar T lens and 10x optical, 80x digital zoom [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/41FLQ6VHF3L._SL210_.jpg" alt="Sony HDR-SR5 AVCHD 4MP 40GB High Definition Hard Disk Drive Camcorder with 10x Optical Zoom" height="210" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B000PQH1YW" title="Sony HDR-SR5 AVCHD 4MP 40GB High Definition Hard Disk Drive Camcorder with 10x Optical Zoom">Sony HDR-SR5 AVCHD 4MP 40GB High Definition Hard Disk Drive Camcorder with 10x Optical Zoom</a>Capture life&#8217;s most precious moments in the purest, most detailed picture available. The compact and capable HDR-SR5 high definition Handycam(R) camcorder lets you experience the world of high definition. Professional-quality Carl Zeiss Vario-Sonnar T lens and 10x optical, 80x digital zoom keeps everything close and clear. Switch between video modes to capture video in HD or SD (standard definition) on the built-in 40GB hard drive. You can even use the Dual Record Mode to capture exceptional still pictures and video with stunning detail and clarity (1080 lines of resolution - HD Mode or 530 lines of horizontal resolution - SD Mode). Optical stabilization achieves a higher level of smoothness without the video degradation that mars some digital stabilization systems. Easily control zoom and record buttons from the LCD screen&#8217;s frame. Super NightShot(R) automatically adjusts shutter speed to increase picture brightness and clarity so you can shoot without much light and capture subjects from up to 10 feet away. InfoLithium with AccuPower(TM) Meter System (NP-FH60) Battery Type 35mm Equivalent Optics/Lens - 41.3-485mm (16 - 9 Camera Mode), 50.5-594mm (4 - 3 Camera Mode), 40.4-404mm (16 - 9 Memory Mode) &amp; 37-370mm (4 - 3 Memory Mode) Scene Modes - Beach, Candle, Fireworks, Landscape, Portrait, Sports Lesson, Spotlight, Sunrise &amp; Sunset, Twilight and Twilight Portrait Inputs and Outputs - Analog Audio/Video Output, USB Ports, Digital Audio/Video Input &amp; Output, HDMI, Component Video (Y/Pb/Pr) Output, Remote Jack, S-Video Outputs Dimensions - 3 x 3 1/4 x 5 5/8 inch (75 x 81 x 140mm) Weight - 1 pounds 3 ounces (540 grams) with supplied battery</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-hdr-sr5-avchd-4mp-40gb-high-definition-hard-disk-drive-camcorder-with-10x-optical-zoom.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony Professional HVR-Z1U 3CCD High Definition Camcorder with 12x Optical Zoom</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-professional-hvr-z1u-3ccd-high-definition-camcorder-with-12x-optical-zoom.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-professional-hvr-z1u-3ccd-high-definition-camcorder-with-12x-optical-zoom.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:31:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-professional-hvr-z1u-3ccd-high-definition-camcorder-with-12x-optical-zoom.html</guid>
		<description><![CDATA[Sony Professional HVR-Z1U 3CCD High Definition Camcorder with 12x Optical Zoom
Blurring the line between consumer and professional video cameras Sony has created the HVR-Z1U camcorder. It adheres to the HDV Consortiums specifications for 1080i recording on popular DV mini cassettes. This camera represents the widest array of professional features within a new standard of miniaturization. [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/414MZ3YSY5L._SL210_.jpg" alt="Sony Professional HVR-Z1U 3CCD High Definition Camcorder with 12x Optical Zoom" height="165" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B00097HL6K" title="Sony Professional HVR-Z1U 3CCD High Definition Camcorder with 12x Optical Zoom">Sony Professional HVR-Z1U 3CCD High Definition Camcorder with 12x Optical Zoom</a><br />
Blurring the line between consumer and professional video cameras Sony has created the HVR-Z1U camcorder. It adheres to the HDV Consortiums specifications for 1080i recording on popular DV mini cassettes. This camera represents the widest array of professional features within a new standard of miniaturization. The HDV video standard will provide about double the resolution of the old standard DV formats. The design of the camera is aimed directly at the filmmaker, the most modern event video producers and even widescreen news shooters. Because it records in high definition and standard definition modes it can be used in a variety of production scenarios that may change from client to client or evolve over time. It is NTSC and PAL system compatible as well. Color Correction for Special Effects 3.3 Color LCD screen and color viewfinder High quality 12X Optical ZoomCarl Zeiss Vario-Sonnar T Lens Super Steadyshot Non-Perpetual Manual Zoom Ring / Manual Focus Ring / Manual Iris Control w/24 steps Built-in Wide Range Stereo Microphone / internal noise nulling technology 2 Balanced Audio XLR input connectors with Selectable Phantom Power i.LINK(R) DV Interface IEEE1394 MPEG2 Real Time Encode System for real time processing of HD data 14 Bit DXP (Digital ExtendedProcessor) combines 14 bit A/D converter with an advanced camera processing system Switchable HDV/DVCAM/DV FormatRecording 3 position ND filterswitch-explain-values One button status check feature for easy confirmation of various parameters Personal Menu function Battery Info function Up to 5 1/2 hours of operation on NPF-970 battery using the LCD and EVF simultaneously Unit Dimensions (WxHxD) 6 x 7 1/8 x 14 3/8 Inches / Weighs 4.25 pounds Includes - AC-VQ850 AC Adapter and Battery Charger / RMT-841 Wireless Remote Control / A/V Cable / Component Video Cable / Shoulder Strap / Large Eye Cup / Accessory Shoe Exten</p>
<p><script type="text/javascript">    addHandlers();  function addHandlers() {   if (goVariationSet == null ||        AJSEventHandler == null ||       VariationSetEvent == null) {     return;   }    goVariationSet.registerEvent(VariationSetEvent.DIMENSION_HOVER,     new AJSEventHandler(null, notAvailableHover_handle));    goVariationSet.registerEvent(VariationSetEvent.DIMENSION_SELECTED,     new AJSEventHandler(updateDimensionText_init, updateDimensionText_handle));   goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,      new AJSEventHandler(updatePrice_init, updatePrice_handle));   goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,      new AJSEventHandler(updateAvail_init, updateAvail_handle));   goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,      new AJSEventHandler(null, updateOfferId_handle));   goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,      new AJSEventHandler(updateBuyButton_init, updateBuyButton_handle));   goVariationSet.registerEvent(VariationSetEvent.VARIATION_SELECTED,      new AJSEventHandler(updateImage_init, updateImage_handle));                           var buybtn = document.getElementById(\'buybutton\');   var form = document.buybox;    if (buybtn != null &#038;&#038; form != null) {     if (document.body.addEventListener) {       buybtn.addEventListener(\'mouseover\', buyButtonMouseover, false);       buybtn.addEventListener(\'mouseout\', buyButtonMouseout, false);       form.addEventListener(\'submit\', cartSubmit, false);     } else {       buybtn.attachEvent(\'onmouseover\', buyButtonMouseover);       buybtn.attachEvent(\'onmouseout\', buyButtonMouseout);       form.attachEvent(\'onsubmit\', cartSubmit);     }   }     }  function updateDimensionText_init() {   var spans = document.getElementsByTagName("span");   for (var i = 0; i < spans.length; i++)   {     if (spans[i].className == "dimensionSelectorLabel")     {       spans[i].innerHTML = AJSStrings.get("choose one");     }   } }  function updateDimensionText_handle(event) {   if (!event.type || event.type != VariationSetEvent.DIMENSION_SELECTED) return;    var dn = event.dimensionName;   var element = document.getElementById(\'dimensionSelectorLabel_\' + dn);   if (element) {     var value = event.dimensionValue;     if (value == null) {       value = AJSStrings.get("choose one");     }     element.innerHTML = value;   } }  function notAvailableHover_handle(event) {   if (!event.type || event.type != VariationSetEvent.DIMENSION_HOVER       || goVariationSet == null) return;      var div = document.getElementById(\'variationNotAvailable\');   if (div == null) return;    var dn = event.dimensionName;   var dv = event.dimensionValue;    if (dn == null &#038;&#038; dv == null) {     div.style.display = \'none\';   } else if (!goVariationSet.isDimensionValueAvailable(dn, dv)) {     var dims = goVariationSet.getAllConstraints();     dims[dn] = dv;     var out = AJSStrings.get("Not available in") + \'<br\/>&#8216;;     for (var d in dims) {       out += AJSStrings.getFallback(d) + &#8216;: <span class="notAvailHighlight">&#8216; + dims[d] + &#8220;<\/span><br\/>&#8220;;     }     var img = document.getElementById(&#8217;detailProductImage&#8217;);     var width = (img == null) ? 180 : img.width + 10;      div.style.width = width;     div.innerHTML = out;     div.style.display = &#8216;block&#8217;;   } }  function updatePrice_init() {   var offerPrice = document.getElementById(&#8217;detailOfferPrice&#8217;);   var listPrice = document.getElementById(&#8217;detailListPrice&#8217;);   if (offerPrice == null) return;    this.defaultPrice = offerPrice.innerHTML;   if (listPrice != null) {     this.defaultListPrice = listPrice.innerHTML;   } }  function updatePrice_handle(event) {   if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;    var offerPrice = document.getElementById(&#8217;detailOfferPrice&#8217;);   var listPrice = document.getElementById(&#8217;detailListPrice&#8217;);   if (offerPrice == null) return;    var variation = event.variation;   if (variation != null)   {     if (variation.attrs.Price) {       offerPrice.innerHTML = variation.attrs.Price;     }     if (listPrice != null &#038;&#038;         variation.attrs.ListPrice &#038;&#038;         (variation.attrs.ListPriceAmount > variation.attrs.PriceAmount)) {       listPrice.innerHTML = variation.attrs.ListPrice;     }   }   else   {     offerPrice.innerHTML = this.defaultPrice;     if (listPrice != null) {       listPrice.innerHTML = this.defaultListPrice;     }   } }  function updateAvail_init() {   var element = document.getElementById(&#8217;dimSelectAvailability&#8217;);   if (element == null) return;    this.defaultAvailability = element.innerHTML; }  function updateAvail_handle(event) {   if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;    var element = document.getElementById(&#8217;dimSelectAvailability&#8217;);   if (element == null) return;    var variation = event.variation;   if (variation != null)   {     var text = &#8220;&#8221;;     if (variation.attrs.Availability) {       text = variation.attrs.Availability;     }     if (variation.attrs.MerchantName) {       if (text != &#8220;&#8221; &#038;&#038; !text.match(/\.\s*$/)) {         text += &#8216;.&#8217;;       }       text += &#8221; &#8221; + AJSStrings.get(&#8217;Ships from sold by&#8217;) + &#8221; &#8221; +         variation.attrs.MerchantName;     }     element.innerHTML = text;   }   else if (this.defaultAvailability != null)    {     element.innerHTML = this.defaultAvailability;   }  }  function updateOfferId_handle(event) {   if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;    var form = document.buybox;   if (form == null || form.dynASIN == null || form.dynOfferId == null) return;    var variation = event.variation;   if (variation != null &#038;&#038;        variation.attrs.OfferListingId != null &#038;&#038;       variation.attrs.Asin != null)   {     form.dynASIN.value = variation.attrs.Asin;     form.dynOfferId.value = variation.attrs.OfferListingId;   }   else   {     form.dynASIN.value = &#8221;;     form.dynOfferId.value = &#8221;;   }  }  function updateBuyButton_init() {   var element = document.getElementById(&#8217;buybutton&#8217;);   if (element == null) return;   element.style.cursor = &#8220;not-allowed&#8221;; }  function updateBuyButton_handle(event) {   if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;   var element = document.getElementById(&#8217;buybutton&#8217;);   if (element == null) return;    if (event.variation == null) {     element.style.cursor = &#8220;not-allowed&#8221;;   } else {     element.style.cursor = &#8220;pointer&#8221;;   } }  function buyButtonMouseover(event) {   if (goVariationSet == null) return;      if (goVariationSet.selectedVariation == null) {     var div = document.getElementById(&#8217;chooseVariationBFCartAdd&#8217;);     if (div != null) {       div.style.display = &#8216;block&#8217;;     }   } }  function buyButtonMouseout(event) {   var target = (event.target) ? event.target : event.srcElement;   var div = document.getElementById(&#8217;chooseVariationBFCartAdd&#8217;);   if (div != null) {       div.style.display = &#8216;none&#8217;;   } }   function cartSubmit(event) {   if (goVariationSet == null ||       goVariationSet.selectedVariation != null) {     return true;   } else {     if (event.preventDefault) { event.preventDefault(); }     return false;   } }  function updateImage_init() {   var img = document.getElementById(&#8217;detailProductImage&#8217;);   if (img)   {       this.defaultImage = img.src;   }    var link = document.getElementById(&#8217;imageViewerLink&#8217;);   if (link)   {       this.defaultHref = link.href;       // replace current asin with a generic url for subsitutions       this.baseHref = link.href.replace(/\/images\/\w{10}/, &#8220;/images/%ASIN%&#8221;);   } }  function updateImage_handle(event) {   if (!event.type || event.type != VariationSetEvent.VARIATION_SELECTED) return;   var img = document.getElementById(&#8217;detailProductImage&#8217;);   var link = document.getElementById(&#8217;imageViewerLink&#8217;);   var variation = event.variation;    var imgsrc, href;    if (variation &#038;&#038; variation.attrs.ImageURL)   {       imgsrc = variation.attrs.ImageURL;       href = this.baseHref.replace(/%ASIN%/, variation.attrs.Asin);   }   else   {       imgsrc = this.defaultImage;       href   = this.defaultHref;   }    if (img) img.src = imgsrc;   if (link) link.href = href; }</script><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-professional-hvr-z1u-3ccd-high-definition-camcorder-with-12x-optical-zoom.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony ACCFH70 Accessory Kit w/NPFH70 Battery &#038; LCS-VA30 Case for most Sony Camcorders</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-accfh70-accessory-kit-wnpfh70-battery-lcs-va30-case-for-most-sony-camcorders.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-accfh70-accessory-kit-wnpfh70-battery-lcs-va30-case-for-most-sony-camcorders.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:29:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-accfh70-accessory-kit-wnpfh70-battery-lcs-va30-case-for-most-sony-camcorders.html</guid>
		<description><![CDATA[Sony ACCFH70 Accessory Kit w/NPFH70 Battery &#38; LCS-VA30 Case for most Sony CamcordersGet two of Sony&#8217;s most popular Handycam camcorder accessories together for one fantastic price. The ACCFH70 Handycam accessory kit includes a high-quality LCSVA30 carrying case to protect your camcorder while on the move. It features a shoulder strap for carrying convenience and three [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="200" src="http://ecx.images-amazon.com/images/I/21mUzCoGLNL._SL210_.jpg" alt="Sony ACCFH70 Accessory Kit w/NPFH70 Battery &amp; LCS-VA30 Case for most Sony Camcorders" height="163" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B000MECAPW" title="Sony ACCFH70 Accessory Kit w/NPFH70 Battery &amp; LCS-VA30 Case for most Sony Camcorders">Sony ACCFH70 Accessory Kit w/NPFH70 Battery &amp; LCS-VA30 Case for most Sony Camcorders</a>Get two of Sony&#8217;s most popular Handycam camcorder accessories together for one fantastic price. The ACCFH70 Handycam accessory kit includes a high-quality LCSVA30 carrying case to protect your camcorder while on the move. It features a shoulder strap for carrying convenience and three pockets for storing extra accessories. This kit also includes a powerful NPFH70 rechargeable InfoLITHIUM battery featuring the all-new ActiFORCE technology</p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-accfh70-accessory-kit-wnpfh70-battery-lcs-va30-case-for-most-sony-camcorders.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Sony DCR-DVD910 4MP DVD Handycam Camcorder with 15x Optical Image Stabilized Zoom</title>
		<link>http://supermarket.greencp.com/camcorders-stores/sony-dcr-dvd910-4mp-dvd-handycam-camcorder-with-15x-optical-image-stabilized-zoom.html</link>
		<comments>http://supermarket.greencp.com/camcorders-stores/sony-dcr-dvd910-4mp-dvd-handycam-camcorder-with-15x-optical-image-stabilized-zoom.html#comments</comments>
		<pubDate>Thu, 02 Oct 2008 01:27:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Camcorders Stores]]></category>

		<guid isPermaLink="false">http://supermarket.greencp.com/camcorders-stores/sony-dcr-dvd910-4mp-dvd-handycam-camcorder-with-15x-optical-image-stabilized-zoom.html</guid>
		<description><![CDATA[Sony DCR-DVD910 4MP DVD Handycam Camcorder with 15x Optical Image Stabilized ZoomThe DCR-DVD910 matches powerful features with ease of use. The ClearVid CMOS sensor (with Exmor technology) and BIONZ image processor capture sharply detailed images. Face Detection technology is also included, improving your video and still images by adjusting focus, color and brightness of faces [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" align="left" width="210" src="http://ecx.images-amazon.com/images/I/41GXNqebsML._SL210_.jpg" alt="Sony DCR-DVD910 4MP DVD Handycam Camcorder with 15x Optical Image Stabilized Zoom" height="173" /><a target="_blank" href="http://astore.amazon.com/camera-photo-canon-stores-20/detail/B00123Q8WS" title="Sony DCR-DVD910 4MP DVD Handycam Camcorder with 15x Optical Image Stabilized Zoom">Sony DCR-DVD910 4MP DVD Handycam Camcorder with 15x Optical Image Stabilized Zoom</a>The DCR-DVD910 matches powerful features with ease of use. The ClearVid CMOS sensor (with Exmor technology) and BIONZ image processor capture sharply detailed images. Face Detection technology is also included, improving your video and still images by adjusting focus, color and brightness of faces in the shot. For superb sound reproduction, the built-in zoom microphone with Dolby Digital 5.1 channel recording syncs with the camera&#8217;s zoom lens, helping memories ring true with clear dialog and crisp, discrete sounds. The DCR-DVD910 is also quite flexible, allowing you to record everything directly to DVD or removable Memory Stick Duo or Memory Stick PRO Duo media using Hybrid recording technology.</p>
<p><script type="text/javascript">   function registerNamespace(ns) {     var parts = ns.split(".");     var root = window;      for(var i = 0; i < parts.length; i++)     {         if(!root[parts[i]])         {             root[parts[i]] = new Object();         }          root = root[parts[i]];     } }  registerNamespace(\'Associates.Util\');  Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element) {     if(!parent_element){ parent_element = document; }          var tags = parent_element.getElementsByTagName(tag);         var class_tags = new Array();      var class_regex = new RegExp("\\b" + class_name + "\\b");     for (var i = 0; i < tags.length; i++)     {         if(tags[i].className.match(class_regex))         {             class_tags.push(tags[i]);         }     }          return class_tags; }  Associates.Util.findAncestor = function(child, test) {     var test_func;      if(typeof test == \'object\')     {         test_func = function(obj){ return obj == test };     }     else if (typeof test == \'string\')     {         test_func = function(obj){ return obj.nodeName == test };     }     else     {         test_func = test;     }      while(child &#038;&#038; !test_func(child))     {         child = child.parentNode;     }      return child; }  Associates.Util.getSelectedRadio = function(form, radioName) {     if (typeof form == \'string\') { form = document.forms[form]; }      for (var i = 0; i < form[radioName].length; i++)     {         if (form[radioName][i].checked)         {             return form[radioName][i].value;         }     }          return undefined; }   function AttachEventListener(object, event, handler, useCapture) {     if( !useCapture )     {         useCapture = false;     }      if( object.addEventListener )     {         object.addEventListener(event, handler, useCapture);     }     else     {         object.attachEvent(\'on\' + event, handler);     } }   registerNamespace(\'Assoc.DOMEvent\'); Assoc.DOMEvent.AddHandler = function(object, event, handler, context) {     var event_handler;     if(context)          event_handler = function(event){ handler.call(context, event) };     else         event_handler = handler;      AttachEventListener(object, event, event_handler); }  function GetEventTarget(event) {     return (event.target)? event.target : event.srcElement; }  //borrowed from quirksmode. Stops event bubbling. function StopEventPropagation(event) {     if(!event) { event = window.event; }      //MSIE     event.cancelBubble = true;      //w3c     if(event.stopPropagation) { event.stopPropagation(); } }  function StopEventDefault(event) {     if(!event) { event = window.event; }      //MSIE     event.returnValue = false;      //w3c     if(event.preventDefault) { event.preventDefault() }; }  //does both StopEventPropogation and StopEventDefault function StopEvent(event) {     StopEventDefault(event);     StopEventPropagation(event); }  function mouseOverFromElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.fromTarget; }  function mouseOutToElement(event) {     return (event.relatedTarget)? event.relatedTarget : event.toTarget; }   var wImages; var link = document.getElementById(\'imageViewerLink\');  function openImageViewer(event) {     if (wImages == null || wImages.closed)     {         wImages = window.open(link.href, \'ImageView\',             \'width=625,height=700,scrollbars,resizable\');     }     else     {         wImages.location = link.href;     }     wImages.focus();     return false; }  AttachEventListener(link, \'click\', openImageViewer);</script></p>
]]></content:encoded>
			<wfw:commentRss>http://supermarket.greencp.com/camcorders-stores/sony-dcr-dvd910-4mp-dvd-handycam-camcorder-with-15x-optical-image-stabilized-zoom.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
