<?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>New Palm Pre Accessories &#187; Palm Pre Accessories</title>
	<atom:link href="http://newpalmpre.com/tag/palm-pre-accessories/feed/" rel="self" type="application/rss+xml" />
	<link>http://newpalmpre.com</link>
	<description>Batteries, Chargers, Screen Protectors, Cases &#38; Clips</description>
	<lastBuildDate>Fri, 25 Jun 2010 03:04:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Palm Pre Accessories: Amzer SmartCell 3800 mAh Li-Ion Palm Pre Battery with Battery Door</title>
		<link>http://newpalmpre.com/palm-pre-accessories-amzer-smartcell-3800-mah-li-ion-palm-pre-battery-with-battery-door/</link>
		<comments>http://newpalmpre.com/palm-pre-accessories-amzer-smartcell-3800-mah-li-ion-palm-pre-battery-with-battery-door/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:26:28 +0000</pubDate>
		<dc:creator>Larry Herrin</dc:creator>
				<category><![CDATA[Palm Pre Accessories]]></category>
		<category><![CDATA[Amzer SmartCell 3800 mAh Li-Ion Battery]]></category>
		<category><![CDATA[palm pre battery]]></category>

		<guid isPermaLink="false">http://newpalmpre.com/?p=573</guid>
		<description><![CDATA[// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;
    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
       [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
// < ![CDATA[
function registerNamespace(ns)
{
    var parts = ns.split(".");
    var root = window;</p>
<p>    for(var i = 0; i < parts.length; i++)
    {
        if(!root[parts[i]])
        {
            root[parts[i]] = new Object();
        }</p>
<p>        root = root[parts[i]];
    }
}</p>
<p>registerNamespace('Associates.Util');</p>
<p>Associates.Util.getElementsByTagAndClass = function(tag, class_name, parent_element)
{
    if(!parent_element){ parent_element = document; }</p>
<p>    var tags = parent_element.getElementsByTagName(tag);</p>
<p>    var class_tags = new Array();</p>
<p>    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]);
        }
    }</p>
<p>    return class_tags;
}</p>
<p>Associates.Util.findAncestor = function(child, test)
{
    var test_func;</p>
<p>    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;
    }</p>
<p>    while(child &#038;&#038; !test_func(child))
    {
        child = child.parentNode;
    }</p>
<p>    return child;
}</p>
<p>Associates.Util.getSelectedRadio = function(form, radioName)
{
    if (typeof form == 'string') { form = document.forms[form]; }</p>
<p>    for (var i = 0; i < form[radioName].length; i++)
    {
        if (form[radioName][i].checked)
        {
            return form[radioName][i].value;
        }
    }</p>
<p>    return undefined;
}</p>
<p>function AttachEventListener(object, event, handler, useCapture)
{
    if( !useCapture )
    {
        useCapture = false;
    }</p>
<p>    if( object.addEventListener )
    {
        object.addEventListener(event, handler, useCapture);
    }
    else
    {
        object.attachEvent('on' + event, handler);
    }
}</p>
<p>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;</p>
<p>    AttachEventListener(object, event, event_handler);
}</p>
<p>function GetEventTarget(event)
{
    return (event.target)? event.target : event.srcElement;
}</p>
<p>//borrowed from quirksmode. Stops event bubbling.
function StopEventPropagation(event)
{
    if(!event) { event = window.event; }</p>
<p>    //MSIE
    event.cancelBubble = true;</p>
<p>    //w3c
    if(event.stopPropagation) { event.stopPropagation(); }
}</p>
<p>function StopEventDefault(event)
{
    if(!event) { event = window.event; }</p>
<p>    //MSIE
    event.returnValue = false;</p>
<p>    //w3c
    if(event.preventDefault) { event.preventDefault() };
}</p>
<p>//does both StopEventPropogation and StopEventDefault
function StopEvent(event)
{
    StopEventDefault(event);
    StopEventPropagation(event);
}</p>
<p>function mouseOverFromElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.fromTarget;
}</p>
<p>function mouseOutToElement(event)
{
    return (event.relatedTarget)? event.relatedTarget : event.toTarget;
}</p>
<p>var wImages;
var link = document.getElementById('imageViewerLink');</p>
<p>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;
}</p>
<p>AttachEventListener(link, 'click', openImageViewer);
// ]]&gt;</script></p>
<div id="productDescription">
<p>There have been many times in my former career as a hydrogeologist when I was in the field all day, in the middle of nowhere on a drilling job. But I also needed to be on the phone a lot, multitasking with other clients. But I still had to supervise the drilling job, so I couldn&#8217;t just be sitting in my truck all day plugged into the cigarette lighter while yakking on the phone.</p>
<div id="attachment_575" class="wp-caption alignleft" style="width: 135px"><a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002KQ5EDU"><img class="size-full wp-image-575" title="amzer 3800mAH battery small" src="http://newpalmpre.com/wp-content/uploads/2009/10/amzer-3800mAH-battery-small.jpg" alt="amzer 3800mAH battery with door for Palm Pre" width="125" height="125" /></a><p class="wp-caption-text">Amzer SmartCell 3800mAH battery with door for Palm Pre</p></div>
<p>Boy, I sure could&#8217;ve used this battery then.</p>
<p>The Palm Pre Super Extended 3800 mAh Lithium Ion Battery will give your Palm Pre power when it needs it (see above!). The Super Extended Battery is designed specifically for Palm Pre. This battery is great if you want to show no fear of running out of juice while you confidently operate your GPS, Bluetooth and/or Wi-Fi radios most of the day, while simultaneously spending a lot of time on the phone.</p>
<p>Whew, it&#8217;s tiring just saying that. Think how your standard battery must feel!</p>
<p>This battery comes with an extended black battery door to securely hold this monster in place (hey, I never said it was tiny and unobtrusive!).</p></div>
<div id="productDetails">Trust me, this one WILL get the job done.</div>
<div>You can find the <a href="http://astore.amazon.com/wwwsapmcom-20/detail/B002KQ5EDU" target="_blank">Amzer SmartCell 3800 mAh Li-Ion Battery with Battery Door for Palm Pre</a> here.</div>
]]></content:encoded>
			<wfw:commentRss>http://newpalmpre.com/palm-pre-accessories-amzer-smartcell-3800-mah-li-ion-palm-pre-battery-with-battery-door/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
