<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Laptop Battery &#38; Notebook Adapters</title>
	<atom:link href="http://kopyleft.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://kopyleft.net</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Mon, 04 Oct 2010 13:59:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dell T118C</title>
		<link>http://kopyleft.net/?p=835</link>
		<comments>http://kopyleft.net/?p=835#comments</comments>
		<pubDate>Mon, 04 Oct 2010 13:42:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kopyleft.net/?p=835</guid>
		<description><![CDATA[var W=window; var T=top; var D=document; var URL_HEADER='http://shopxml.com'; var SITE_ROOT=''; var DOM=D.getElementById ? 1 : 0; var IE4=D.all ? 1 : 0; var NN4=D.layers ? 1 : 0; var DHTML=(DOM &#124;&#124; IE4 &#124;&#124; NN4); var LAYERS=[]; var ROLL=[]; var MENU=[]; &#8230; <a href="http://kopyleft.net/?p=835">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><script>
var W=window;
var T=top;
var D=document;
var URL_HEADER='http://shopxml.com';
var SITE_ROOT='';
var DOM=D.getElementById ? 1 : 0;
var IE4=D.all ? 1 : 0;
var NN4=D.layers ? 1 : 0;
var DHTML=(DOM || IE4 || NN4);
var LAYERS=[];
var ROLL=[];
var MENU=[];
if (!DOM) D.getElementById=function (id) { return (IE4 ? D.all[id] : null); }</p>
<p>function num2str(num) {
  var str=""+Math.round(num*100)
  var l=str.length-2
  return str.substr(0,l)+"."+str.substr(l,2)
  }</p>
<p>DHTML=(DOM || IE4)</p>
<p>function displayBlock(id,pos) {
  var el=D.getElementById(id)
//alert(id+' '+el+' '+pos)
  if (el) el.style.display=pos ? 'block' : 'none'
  }</p>
<p>function writeBlock(id,code,pos) {
  if (DHTML) D.write("
<div ID='",id,"' style='padding-left:10;margin-bottom:5;display:",(pos ? 'block' : 'none'),";'>",code,"</div>
<p>")
  }</p>
<p>// Special arrays
if (!W.ATTRIBUTES) W.ATTRIBUTES=[];
if (!W.ATTR_COMBINATIONS) W.ATTR_COMBINATIONS=[];
if (!W.PRICING) W.PRICING=[];</p>
<p>function calcOrderForm(f,checkEl) {
	var checkAll=(checkEl==1);</p>
<p>	if (checkEl &#038;&#038; checkEl.selectedIndex &#038;&#038; checkEl.options[checkEl.selectedIndex].disabled) {
		alert('Sorry, this option is currently unavailable');
		checkEl.selectedIndex=0;
		return false;
		}</p>
<p>	if (!checkInt(f.quantity.value)) {
		f.total.value='';
		alert('Invalid quantity');
		f.quantity.focus();
		return false;
		}</p>
<p>	var quantity=eval(f.quantity.value);
	var max_quantity=eval(f.max_quantity.value);
	var tmp=f.product.value;
	var attributes=ATTRIBUTES[tmp];
	var attr_combs=ATTR_COMBINATIONS[tmp];
	var pricing=PRICING[tmp];</p>
<p>	if (checkAll &#038;&#038; max_quantity &#038;&#038; max_quantity!=1000000 &#038;&#038; quantity>max_quantity) {
		f.total.value='';
		f.quantity.value=f.max_quantity.value;
		calcOrderForm(f);
		alert('Max quantity = '+max_quantity);
		f.quantity.focus();
		return false;
		}</p>
<p>	for (var opt in pricing) if (quantity>=opt &#038;&#038; pricing[opt]) { f.price.value=pricing[opt]; break; }</p>
<p>	var total=eval(f.price.value);</p>
<p>	for (var i in attributes) {
		var a=attributes[i];
		var t=a["type"];
		var options=a["options"];</p>
<p>		if (t<2) {
			var el=f.elements["attr["+i+"]"];
			var opts=el.options;
			var ind=el.selectedIndex;
			var o=options[opts[ind].value];
			for (var j=1, l=opts.length; j<l; j++) displayBlock(opts[j].id+'-block',j==ind);
			if (ind) total+=o['price'];
			if (!(checkAll || el==checkEl)) {}
			else if (t==0 &#038;&#038; !ind) {
				alert('Choose all required features');
				el.focus();
				return false;
				}
			else if (ind &#038;&#038; o.max_quantity!=null &#038;&#038; o.max_quantity<quantity) {
				alert('Maximum possible quantity for chosen option is '+o.max_quantity);
				el.focus();
				return false;
				}
			}
		else if (t==2) {
			for (var j in options) {
				var el=f.elements["attr["+i+"]["+j+"]"];
				var o=options[j];
				displayBlock(el.id+'-block',el.checked);
				if (el.checked) total+=o['price'];
				if (!(checkAll || el==checkEl)) {}
				else if (el.checked &#038;&#038; o.max_quantity!=null &#038;&#038; o.max_quantity<quantity) {
					alert('Maximum possible quantity for chosen option is '+o.max_quantity);
					el.focus();
					return false;
					}
				}
			}
		else if (t==3 &#038;&#038; checkEl) {
			var el=f.elements["attr["+i+"]"];
			var l=el.value.length;
			if (!(checkAll || el==checkEl)) {}
			else if (a["min_length"] &#038;&#038; l<a["min_length"]) {
				alert('Too short value (min length = '+a["min_length"]+')');
				el.focus();
				return false;
				}
			else if (a["max_length"] &#038;&#038; l>a["max_length"]) {
				alert('Too long value (max length = '+a["max_length"]+')');
				el.focus();
				return false;
				}
			}
		}</p>
<p>	if (attr_combs.length) {
		var attr_comb=false;
		var tmpEl=false;</p>
<p>		for (var i in attr_combs) {
			var ac=attr_combs[i];
			var is_curr=true;
			var all_selected=true;
			for (var k in ac['attrs']) {
				var el=f.elements["attr["+k+"]"];
				if (el==checkEl &#038;&#038; el.selectedIndex) tmpEl=el;
				if (el.options[el.selectedIndex].value!=ac['attrs'][k]) { is_curr=false; }
				if (attributes[k]["type"]==0 &#038;&#038; !el.selectedIndex) { all_selected=false; }
				}
			if (!attr_comb &#038;&#038; is_curr) { attr_comb=ac; break; }
			}</p>
<p>		if (attr_comb) total+=attr_comb['price'];</p>
<p>		if (!(checkAll || tmpEl)) {}
		else if (!attr_comb || attr_comb.max_quantity===0) {
			if (checkAll || all_selected) alert('Chosen combination of attributes is currently unavailable');
			if (tmpEl &#038;&#038; all_selected) tmpEl.focus();
			return false;
			}
		else if (attr_comb.max_quantity!=null &#038;&#038; attr_comb.max_quantity<quantity) {
			alert('Maximum possible quantity for chosen combination of attributes is '+attr_comb.max_quantity);
			f.quantity.focus();
			//if (tmpEl) tmpEl.focus();
			return false;
			}
		}</p>
<p>	if (f.total) f.total.value=num2str(total*quantity);
	}</p>
<p>function AssocArray() {
  var obj=this.window ? new Object : this
  var argv=AssocArray.arguments
  var l=argv.length
  for (var i=0; i<l; i+=2) obj[argv[i]]=argv[i+1]
  return obj
  }</p>
<p>function formSubmitOnce(f,formCorrect,period) {
  if (formCorrect===false) return false</p>
<p>  if (period<1) period=5
  if (!f.SubmittedFormID) f.SubmittedFormID=Math.round(Math.random()*1000000)
  var a='Submitted'+f.SubmittedFormID</p>
<p>  if (document[a]) {
    alert('Form is already submitted. If you are still on this page, wait about '+period+' sec and try again.')
    return false
    }</p>
<p>  document[a]=1
  setTimeout('document["'+a+'"]=0',period*1000)
  return true
  }</p>
<p>function checkInt(str) {
  var l=str.length
  if (!l) return null
  for (var i=0; i<l; i++) {
    var ch=str.charAt(i)
    if (ch<'0' || ch>'9') return null
    }
  return eval(str)
  }</p>
<p></script></p>
<table border=0 cellspacing=10 cellpadding=0>
<tr valign=top align=left>
<td>
<center><a href='/uploads/products/img3/234888_1203298541.jpg' target=_blank><img src='/uploads/products/img1/234886_1203298541.jpg' width="150" height="150" border=0 alt='Dell 56 Whr 6 Cell Battery'></a></center><br />
<b>Additional documents:</b></p>
<p>
<center><a href='/buy.php?shop=110169&#038;product=42989&#038;return_url=sc.php'><b>BUY NOW</b></a></center></p>
</td>
<td>
<b>Dell 56 Whr 6 Cell Battery</b><img src='http://shopxml.com/img/new.gif' width=27 height=11 align=top alt='New'><br />
<b>PRICE: <s>$149.99</s> $99.99 </b></p>
<p><b>Dimensions:</b> <br />
<b>Weight:</b> 1.000 kg</p>
<p><b>Comment:</b> <i>noclone, name:6 Cell Original, generic:,</i></p>
<p><b>Manufacturer:</b> Dell<br />
<b>Model:</b> Dell WR050 &#8211; 6 Cell <a href='' target=_blank></a></p>
<p><b>Description:</b><br />
This is a 56 WHr 6 Cell Dell Original Lithium-Ion Battery for XPS M1330 and Inspiron 13<br />
<!-- ref --></p>
<p><b>Compatible Notebook Models:</b> </p>
<p><b>XPS:</b> M1330</p>
<p><b>Inspiron:</b> 13    </p>
<p><b> Dell Part Numbers:</b> WR050, CR036, TT485,<br />
312-0566, 0CR036<br />
<!-- ref --></p>
<p><b>Product Specifications:</b> </p>
<p><b>Rating: </b> 11.1V</b></b><br />
<b>Capacity:</b> 56WH<br />
<b>Size:</b>  <br />
<b>Color:</b> Black<br />
<b>Technology:</b> Lithium-Ion<br />
<b>Contacts:</b> 6 Position<br />
<b>Condition:</b> Brand New<br />
<b>In Stock:</b> Yes<br />
<b>Made in:</b> Japan
  </td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=835</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>60GB Internal Notebook Hard Drive for Compaq</title>
		<link>http://kopyleft.net/?p=827</link>
		<comments>http://kopyleft.net/?p=827#comments</comments>
		<pubDate>Fri, 01 Oct 2010 11:28:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://kopyleft.net/?p=827</guid>
		<description><![CDATA[var W=window; var T=top; var D=document; var URL_HEADER='http://shopxml.com'; var SITE_ROOT=''; var DOM=D.getElementById ? 1 : 0; var IE4=D.all ? 1 : 0; var NN4=D.layers ? 1 : 0; var DHTML=(DOM &#124;&#124; IE4 &#124;&#124; NN4); var LAYERS=[]; var ROLL=[]; var MENU=[]; &#8230; <a href="http://kopyleft.net/?p=827">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><script>
var W=window;
var T=top;
var D=document;
var URL_HEADER='http://shopxml.com';
var SITE_ROOT='';
var DOM=D.getElementById ? 1 : 0;
var IE4=D.all ? 1 : 0;
var NN4=D.layers ? 1 : 0;
var DHTML=(DOM || IE4 || NN4);
var LAYERS=[];
var ROLL=[];
var MENU=[];
if (!DOM) D.getElementById=function (id) { return (IE4 ? D.all[id] : null); }</p>
<p>function num2str(num) {
  var str=""+Math.round(num*100)
  var l=str.length-2
  return str.substr(0,l)+"."+str.substr(l,2)
  }</p>
<p>DHTML=(DOM || IE4)</p>
<p>function displayBlock(id,pos) {
  var el=D.getElementById(id)
//alert(id+' '+el+' '+pos)
  if (el) el.style.display=pos ? 'block' : 'none'
  }</p>
<p>function writeBlock(id,code,pos) {
  if (DHTML) D.write("
<div ID='",id,"' style='padding-left:10;margin-bottom:5;display:",(pos ? 'block' : 'none'),";'>",code,"</div>
<p>")
  }</p>
<p>// Special arrays
if (!W.ATTRIBUTES) W.ATTRIBUTES=[];
if (!W.ATTR_COMBINATIONS) W.ATTR_COMBINATIONS=[];
if (!W.PRICING) W.PRICING=[];</p>
<p>function calcOrderForm(f,checkEl) {
	var checkAll=(checkEl==1);</p>
<p>	if (checkEl &#038;&#038; checkEl.selectedIndex &#038;&#038; checkEl.options[checkEl.selectedIndex].disabled) {
		alert('Sorry, this option is currently unavailable');
		checkEl.selectedIndex=0;
		return false;
		}</p>
<p>	if (!checkInt(f.quantity.value)) {
		f.total.value='';
		alert('Invalid quantity');
		f.quantity.focus();
		return false;
		}</p>
<p>	var quantity=eval(f.quantity.value);
	var max_quantity=eval(f.max_quantity.value);
	var tmp=f.product.value;
	var attributes=ATTRIBUTES[tmp];
	var attr_combs=ATTR_COMBINATIONS[tmp];
	var pricing=PRICING[tmp];</p>
<p>	if (checkAll &#038;&#038; max_quantity &#038;&#038; max_quantity!=1000000 &#038;&#038; quantity>max_quantity) {
		f.total.value='';
		f.quantity.value=f.max_quantity.value;
		calcOrderForm(f);
		alert('Max quantity = '+max_quantity);
		f.quantity.focus();
		return false;
		}</p>
<p>	for (var opt in pricing) if (quantity>=opt &#038;&#038; pricing[opt]) { f.price.value=pricing[opt]; break; }</p>
<p>	var total=eval(f.price.value);</p>
<p>	for (var i in attributes) {
		var a=attributes[i];
		var t=a["type"];
		var options=a["options"];</p>
<p>		if (t<2) {
			var el=f.elements["attr["+i+"]"];
			var opts=el.options;
			var ind=el.selectedIndex;
			var o=options[opts[ind].value];
			for (var j=1, l=opts.length; j<l; j++) displayBlock(opts[j].id+'-block',j==ind);
			if (ind) total+=o['price'];
			if (!(checkAll || el==checkEl)) {}
			else if (t==0 &#038;&#038; !ind) {
				alert('Choose all required features');
				el.focus();
				return false;
				}
			else if (ind &#038;&#038; o.max_quantity!=null &#038;&#038; o.max_quantity<quantity) {
				alert('Maximum possible quantity for chosen option is '+o.max_quantity);
				el.focus();
				return false;
				}
			}
		else if (t==2) {
			for (var j in options) {
				var el=f.elements["attr["+i+"]["+j+"]"];
				var o=options[j];
				displayBlock(el.id+'-block',el.checked);
				if (el.checked) total+=o['price'];
				if (!(checkAll || el==checkEl)) {}
				else if (el.checked &#038;&#038; o.max_quantity!=null &#038;&#038; o.max_quantity<quantity) {
					alert('Maximum possible quantity for chosen option is '+o.max_quantity);
					el.focus();
					return false;
					}
				}
			}
		else if (t==3 &#038;&#038; checkEl) {
			var el=f.elements["attr["+i+"]"];
			var l=el.value.length;
			if (!(checkAll || el==checkEl)) {}
			else if (a["min_length"] &#038;&#038; l<a["min_length"]) {
				alert('Too short value (min length = '+a["min_length"]+')');
				el.focus();
				return false;
				}
			else if (a["max_length"] &#038;&#038; l>a["max_length"]) {
				alert('Too long value (max length = '+a["max_length"]+')');
				el.focus();
				return false;
				}
			}
		}</p>
<p>	if (attr_combs.length) {
		var attr_comb=false;
		var tmpEl=false;</p>
<p>		for (var i in attr_combs) {
			var ac=attr_combs[i];
			var is_curr=true;
			var all_selected=true;
			for (var k in ac['attrs']) {
				var el=f.elements["attr["+k+"]"];
				if (el==checkEl &#038;&#038; el.selectedIndex) tmpEl=el;
				if (el.options[el.selectedIndex].value!=ac['attrs'][k]) { is_curr=false; }
				if (attributes[k]["type"]==0 &#038;&#038; !el.selectedIndex) { all_selected=false; }
				}
			if (!attr_comb &#038;&#038; is_curr) { attr_comb=ac; break; }
			}</p>
<p>		if (attr_comb) total+=attr_comb['price'];</p>
<p>		if (!(checkAll || tmpEl)) {}
		else if (!attr_comb || attr_comb.max_quantity===0) {
			if (checkAll || all_selected) alert('Chosen combination of attributes is currently unavailable');
			if (tmpEl &#038;&#038; all_selected) tmpEl.focus();
			return false;
			}
		else if (attr_comb.max_quantity!=null &#038;&#038; attr_comb.max_quantity<quantity) {
			alert('Maximum possible quantity for chosen combination of attributes is '+attr_comb.max_quantity);
			f.quantity.focus();
			//if (tmpEl) tmpEl.focus();
			return false;
			}
		}</p>
<p>	if (f.total) f.total.value=num2str(total*quantity);
	}</p>
<p>function AssocArray() {
  var obj=this.window ? new Object : this
  var argv=AssocArray.arguments
  var l=argv.length
  for (var i=0; i<l; i+=2) obj[argv[i]]=argv[i+1]
  return obj
  }</p>
<p>function formSubmitOnce(f,formCorrect,period) {
  if (formCorrect===false) return false</p>
<p>  if (period<1) period=5
  if (!f.SubmittedFormID) f.SubmittedFormID=Math.round(Math.random()*1000000)
  var a='Submitted'+f.SubmittedFormID</p>
<p>  if (document[a]) {
    alert('Form is already submitted. If you are still on this page, wait about '+period+' sec and try again.')
    return false
    }</p>
<p>  document[a]=1
  setTimeout('document["'+a+'"]=0',period*1000)
  return true
  }</p>
<p>function checkInt(str) {
  var l=str.length
  if (!l) return null
  for (var i=0; i<l; i++) {
    var ch=str.charAt(i)
    if (ch<'0' || ch>'9') return null
    }
  return eval(str)
  }</p>
<p></script></p>
<table border=0 cellspacing=10 cellpadding=0>
<tr valign=top align=left>
<td>
<center><a href='/uploads/products/img3/182285_1157064192.jpg' target=_blank><img src='/uploads/products/img1/182283_1157064192.jpg' width="150" height="150" border=0 alt='60GB Internal Notebook Hard Drive for Compaq'></a></center><br />
<b>Additional documents:</b></p>
<p>
<center><a href='/buy.php?shop=110169&#038;product=26086&#038;return_url=sc.php'><b>BUY NOW</b></a></center></p>
</td>
<td>
<b>60GB Internal Notebook Hard Drive for Compaq</b><br />
<b>PRICE:  $169.00 </b></p>
<p><b>Dimensions:</b> <br />
<b>Weight:</b> 0.454 kg</p>
<p><b>Comment:</b> <i></i></p>
<p><b>Manufacturer:</b> Compaq/HP<br />
<b>Model:</b> HD-60INTC <a href='' target=_blank></a></p>
<p><b>Description:</b><br />
This is a Brand New Internal Hard Drive<br />The drive offers the industries highest areal density per platter, at 35.1gigabits per square inch. This new drive offers enough capacity for portable video recording and editing, with lower power consumption compared to the traditional 3.5-inch HDDs. This functionality provides ideal storage for a range of commercial and consumer notebooks, as well as non-PC applications such as PDAs, printers, copiers, GPS systems and MP3 players. The drive is ATA-5 compliant, supporting high transfer rates of up to 100 megabytes per second.
  </td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=827</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GATEWAY T-6800 M-6800 LAPTOP KEYBOARD</title>
		<link>http://kopyleft.net/?p=825</link>
		<comments>http://kopyleft.net/?p=825#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Gateway]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=825</guid>
		<description><![CDATA[Manufacturer: Gateway Weight: 0.454 kg Price: $119.00 Buy now Description This is a Gateway original Keyboard for T-6800 M-6800 Series. Compatible Notebook Models: Gateway T-1600 T-1616 T-1621, T-1622 Gateway T-6800 T-6815, T-6816, T-6817c, T-6818c, T-6819c, T-6820c , T-6821c. Gateway M-1600M-1615, &#8230; <a href="http://kopyleft.net/?p=825">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/274221_1238194616.jpg" /></p>
<p class="manufacturer">Manufacturer: Gateway</p>
<p class="weight">Weight: 0.454 kg</p>
<p class="price"><strong>Price:</strong> <span>$119.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Description</h3>
<p>This is a Gateway original Keyboard for  T-6800 M-6800 Series.</p>
<p><b>Compatible Notebook Models:</b><br />
<br /><b>Gateway T-1600</b> T-1616 T-1621, T-1622<br />
<br /><b>Gateway T-6800</b> T-6815, T-6816, T-6817c, T-6818c, T-6819c, T-6820c , T-6821c.<br />
<br /><b>Gateway M-1600</b>M-1615, M-1617, M-1618, M-1618N, M-1618R,<br />
<br /><b>Gateway M-6300:</b>M-6305, M-6307, M-6308.<br />
<br /><b>Gateway M-6800:</b> M-6815, M-6816, M-6817, M-6822, M-6823, M-6823a, M-6824, M-6834.</p>
<p><b>Compatible Gateway P/N:</b> 7010818R, 8016881R ,  B1865040G00001, B1865040G00002, AESA1U00010, AESA1U00110, MP-07A43US-839, MP-07A43US-920 </p>
<p><b>Condition</b> Brand New</p>
<p><b>Please be sure to check your laptop compatibility before odering this product</b><br />
<br />This is a Keyboard for Gateway Laptops. This is fully tested and guaranteed to work..</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=825</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell Latitude E Series and Precision M Keyboard</title>
		<link>http://kopyleft.net/?p=824</link>
		<comments>http://kopyleft.net/?p=824#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=824</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 0.454 kg Price: $89.00 Buy now Part numbers UK717, HT514, 0HT514 Description This is a Brand New DELL Original Product Compatible Notebook Models: Latitude: E6400, E6500 Precision: M2400, M4400 Part Numbers: UK717, HT514, 0HT514 Keyboard has Touchpad &#8230; <a href="http://kopyleft.net/?p=824">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/270262_1235531337.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 0.454 kg</p>
<p class="price"><strong>Price:</strong> <span>$89.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Part numbers</h3>
<p class="partnumbers">UK717, HT514, 0HT514</p>
<h3>Description</h3>
<p>This is a Brand New DELL Original Product</p>
<p><!-- ref --></p>
<p><b>Compatible Notebook Models:</b><br />
<br /><b>Latitude:</b> E6400, E6500<br />
<br /><b> Precision:</b> M2400, M4400</p>
<p><b>Part Numbers:</b> UK717, HT514, 0HT514<br />
<br />Keyboard has Touchpad with 3 buttons + Dell pointing stick combo.<br />
<br /><b> Condition:</b> Brand New<br />
<!-- ref -->.</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=824</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell Inspiron 1200 / 2200 Keyboard</title>
		<link>http://kopyleft.net/?p=823</link>
		<comments>http://kopyleft.net/?p=823#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=823</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 0.454 kg Price: $49.00 Buy now Description This is a Brand New DELL Original Product This is for a keyboard for Dell Inspiron Laptops. This is fully tested and guaranteed to work. Compatible Notebook Models: Inspiron: 1200, &#8230; <a href="http://kopyleft.net/?p=823">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/239271_1205280301.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 0.454 kg</p>
<p class="price"><strong>Price:</strong> <span>$49.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Description</h3>
<p>This is a Brand New DELL Original Product<br />
<br />This is for a keyboard for  Dell Inspiron Laptops. This is fully tested and guaranteed to work.</p>
<p><b>Compatible Notebook Models:</b><br />
<br /><b>Inspiron:</b> 1200, 2200</p>
<p><b>Compatible Dell P/N:</b> D8883, 0D8883<br />
<br /><b>Note:</b> Not compatible with the Inspiron 1000.</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=823</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell Latitude D520 Keyboard</title>
		<link>http://kopyleft.net/?p=822</link>
		<comments>http://kopyleft.net/?p=822#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=822</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 0.454 kg Price: $49.00 Buy now Description This is a Keyboard for Dell Latitude D520 Laptop only. Us/ English Keyboard , 87 , Single Pointing Dell PN: PF236 Condition: Brand New. Tested guaranteed to work perfectly..]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/232044_1203475389.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 0.454 kg</p>
<p class="price"><strong>Price:</strong> <span>$49.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Description</h3>
<p>This is a Keyboard for Dell Latitude D520  Laptop only.<br />
Us/ English Keyboard , 87 , Single Pointing<br />
<br /><b>Dell PN:</b> PF236<br />
<br /><b>Condition:</b> Brand New.<br />
<br />Tested guaranteed to work perfectly..</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=822</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell 7E524 Keyboard</title>
		<link>http://kopyleft.net/?p=821</link>
		<comments>http://kopyleft.net/?p=821#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=821</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 1.000 kg Price: $59.00 Buy now Part numbers 7E524, 07E524 Description This is a Brand New DELL Original Product This is for a keyboard for a Dell Latitude Laptop. This is fully tested and guaranteed to work. &#8230; <a href="http://kopyleft.net/?p=821">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/208123_1181599196.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 1.000 kg</p>
<p class="price"><strong>Price:</strong> <span>$59.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Part numbers</h3>
<p class="partnumbers">7E524, 07E524</p>
<h3>Description</h3>
<p>This is a Brand New DELL Original Product<br />
<br />This is for a keyboard for a Dell Latitude Laptop. This is fully tested and guaranteed to work.</p>
<p><b>Compatible Notebook Models:</b><br />
<br /><b> Latitude:</b>  C400,</p>
<p><b>Dell Part Numbers:</b> 7E524, 07E524.</p>
<p><b>Condition:</b> Brand New.</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=821</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell 03609Y Keyboard</title>
		<link>http://kopyleft.net/?p=820</link>
		<comments>http://kopyleft.net/?p=820#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=820</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 0.454 kg Price: $89.00 Buy now Part numbers 03609Y, 3609Y Description This is a Brand New DELL Original Product This is for a keyboard for a Dell Inspiron, Latitude and Precision Laptops. This is fully tested and &#8230; <a href="http://kopyleft.net/?p=820">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/208066_1181590085.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 0.454 kg</p>
<p class="price"><strong>Price:</strong> <span>$89.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Part numbers</h3>
<p class="partnumbers">03609Y, 3609Y</p>
<h3>Description</h3>
<p>This is a Brand New DELL Original Product<br />
<br />This is for a keyboard for a Dell Inspiron, Latitude and Precision  Laptops. This is fully tested and guaranteed to work.<br />
<!-- ref --></p>
<p><b>Compatible Notebook Models:</b><br />
<br /><b>Inspiron:</b> 2500, 8000, 8100,<br />
<br /><b> Latitude:</b>  C800, C810,<br />
<br /><b> Precision:</b> M40.</p>
<p><b>Part Numbers:</b> 03609Y, 3609Y.<br />
<br /><b> Condition:</b> Barnd New<br />
<!-- ref --></p>
<p><b>PHOTO IS FOR ILLUSTRATION ONLY</b>.</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=820</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Dell Keyboard UC172</title>
		<link>http://kopyleft.net/?p=819</link>
		<comments>http://kopyleft.net/?p=819#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=819</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 1.000 kg Price: $69.00 Buy now Description This is a Brand New DELL Keyboard. Dell P/N Compatibility: UC172, 0UC172. Compatible Notebook Models: Latitude: D620, D630, D820, D830. Precision: M65. Condition:Brand New Please be sure to check your &#8230; <a href="http://kopyleft.net/?p=819">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/202454_1181600047.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 1.000 kg</p>
<p class="price"><strong>Price:</strong> <span>$69.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Description</h3>
<p>This is a Brand New DELL  Keyboard.</p>
<p><b> Dell P/N Compatibility:</b> UC172, 0UC172.</p>
<p><b>Compatible Notebook Models:</b></p>
<p><b> Latitude:</b> D620, D630, D820, D830.<br />
<br /><b>Precision:</b> M65.</p>
<p><b>Condition:</b>Brand New</p>
<p><b>Please be sure to check your laptop compatibility before odering this product</b><br />
<br />.</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=819</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dell TD459 Keyboard</title>
		<link>http://kopyleft.net/?p=818</link>
		<comments>http://kopyleft.net/?p=818#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:10:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Dell]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Products]]></category>

		<guid isPermaLink="false">http://wpshop.web/?p=818</guid>
		<description><![CDATA[Manufacturer: Dell Weight: 0.454 kg Price: $49.00 Buy now Description This is a Brand New DELL Original ProductThis is a Keyboard for Dell Latitude 120L , Inspiron 1300, Inspiron B120/B130 laptops only Dell PN: TD459 Condition:Brand New Please be sure &#8230; <a href="http://kopyleft.net/?p=818">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div class="product">
<div class="image">
   	  	<img src="http://www.notebooksbatteries.com/uploads1/products/img1/190475_1175207499.jpg" /></p>
<p class="manufacturer">Manufacturer: Dell</p>
<p class="weight">Weight: 0.454 kg</p>
<p class="price"><strong>Price:</strong> <span>$49.00</span></p>
<p class="buy">Buy now</p>
<div class="clear"></div>
</p></div>
<div class="description">
<h3>Description</h3>
<p>This is a Brand New DELL Original Product<br />This is a Keyboard for Dell Latitude 120L , Inspiron 1300, Inspiron B120/B130  laptops only </p>
<p><b>Dell PN:</b> TD459</p>
<p><b>Condition:</b>Brand New</p>
<p><b>Please be sure to check your laptop compatibility before odering this product</b>.</p>
</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://kopyleft.net/?feed=rss2&amp;p=818</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

