<?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>hyperscale.at &#187; shipping</title>
	<atom:link href="http://asherbond.com/blog/tag/shipping/feed/" rel="self" type="application/rss+xml" />
	<link>http://asherbond.com/blog</link>
	<description>Service-orientation-as-a-Service, SOA, PaaS, IaaS, and Economies of Autoscale</description>
	<lastBuildDate>Sun, 22 Jan 2012 00:18:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to set up Magento with USPS shipping methods and get permission to use the USPS production API</title>
		<link>http://asherbond.com/blog/2009/06/18/magento-and-usps-shipping-method-is-currently-unavailable/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magento-and-usps-shipping-method-is-currently-unavailable</link>
		<comments>http://asherbond.com/blog/2009/06/18/magento-and-usps-shipping-method-is-currently-unavailable/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 23:59:49 +0000</pubDate>
		<dc:creator>Asher Bond</dc:creator>
				<category><![CDATA[eCommerce]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[shipping]]></category>
		<category><![CDATA[USPS]]></category>
		<category><![CDATA[WebTools]]></category>

		<guid isPermaLink="false">http://www.asherbond.com/blog/?p=92</guid>
		<description><![CDATA[2011 Fresh update: Many people don&#8217;t know the news&#8230; You can now subscribe to a low-cost, PCI and DSS compliant, managed version of Magento in the Cloud. It&#8217;s called Magento Go (formerly Magento Stratus when it was only a nascent release candidate). Along with this new Magento offering, Varien (Magento&#8217;s open-core contributor company) has announced [...]]]></description>
			<content:encoded><![CDATA[<h4>2011 Fresh update:</h4>
<p>Many people don&#8217;t know the news&#8230; You can now subscribe to a low-cost, PCI and DSS compliant, managed version of Magento in the Cloud. It&#8217;s called <a href="http://www.magentocommerce.com/go/?ref=asherbond.com">Magento Go</a> (formerly Magento Stratus when it was only a nascent release candidate). Along with this new Magento offering, Varien (Magento&#8217;s open-core contributor company) has announced a <a href="http://www.magentocommerce.com/go/1-million/?ref=asherbond.com">startup-friendly economic stimulus package</a> (which is a freemium trial with no setup fees and deferred monthly recurring costs) to help you build e-commerce business momentum with little technical effort.</p>
<p>For those of you who are e-commerce systems integrators who like to get down into the nuts and bolts and those of you who just like to take e-commerce in-house&#8230; you may be getting the following error message when trying to integrate USPS shipping calculations:</p>
<blockquote><p>
United States Postal Service:<br />
This shipping method is currently unavailable. If you would like to ship using this shipping method, please contact us.
</p></blockquote>
<p>The error is generally caused by one of these four issues:</p>
<ol>
<li>USPS hasn&#8217;t moved your new (test only) Webtools account into production.</li>
<li>You didn&#8217;t specify the weight metrics for your product(s).</li>
<li>You didn&#8217;t put in the correct web tools ID as your shipping methods user ID (should look like 123MYMAG4567 &#8230; or 6 dots when it&#8217;s saved)
<li>You forgot to put the http:// in your gateway URL (under shipping methods).</li>
</ol>
<p>Magento, by default comes with the following URL set up in the shipping configuration for USPS:<br />
<strong>http://production.shippingapis.com/ShippingAPI.dll</strong></p>
<p>If you put in the weight for each of your products and you are specifying the right production gateway (http://production.shippingapis.com/ShippingAPI.dll), then it&#8217;s likely that you don&#8217;t have access to USPS&#8217;s production API. USPS doesn&#8217;t give you access to the production API by default, but rather&#8230; they give you access to the test API which only supports one specific address. USPS needs to approve your account before they will give you access to the production USPS API. Once they transition your account into production, Magento should start working. Keep in mind that they only allow you to use it on one web site per account, so if you&#8217;re setting Magento up for a client, customer, or other business entity other than your own you should set up a separate USPS account for them.</p>
<p>If you don&#8217;t have a USPS API (WebTools) account, you can set up your USPS WebTools account here:<br />
<a href="http://www.usps.com/webtools/" target="_webtools" title="USPS web tools">http://www.usps.com/webtools/</a></p>
<p>Once you have set up your account, they will give you access to the testing environment. The URL for the USPS test API is:<br />
<strong>http://testing.shippingapis.com/ShippingAPITest.dll</strong></p>
<p>Now, before you paste that into Magento, you should be aware that the USPS test environment only supports very specific data. According to their own documentation:</p>
<blockquote><p>
ZipOrigination: 10022<br />
ZipDestination: 20008 (is set during Checkout process by user)<br />
Pounds: 10<br />
Ounces: 5 (weight can be set for every product on  Administration > Products)<br />
Size: LARGE<br />
Machinable: TRUE</p>
<p>To test international shipping use the following values:</p>
<p>Pounds: 2<br />
Ounces: 0<br />
MailType: Package<br />
Country: Albania</p>
<p>or</p>
<p>Pounds: 0<br />
Ounces: 1<br />
MailType: Postcards or Aerogrammes<br />
Country: Algeria</p>
<p><strong>All other parameters&#8217; values won&#8217;t work in the test environment.</strong>
</p></blockquote>
<p>This is why most Magento consultants and installation service providers typically just ask USPS to turn on production mode. When you are approved by USPS for the production API, you should use the following URL:<br />
<strong>http://production.shippingapis.com/ShippingAPI.dll</strong></p>
<p>But remember, it&#8217;s very important that you set up a separate USPS account for each Magento web site (or at least one per domain). USPS will disable your access to their production server if you are caught using your account on multiple web sites. That would make all of your Magento customers very upset, all at the same time.</p>
<p>To request access to the USPS production API, fill out the form here:<br />
<a href="http://www.usps.com/webtools/webtoolsapirequestform.htm" target="_uspsapiform" title="USPS webtools API request form">http://www.usps.com/webtools/webtoolsapirequestform.htm</a></p>
<p><strong>Be sure that in your request, you explain that you are using third party software (Magento) and that you only want access to the API so that you can calculate shipping costs associated with using USPS.</strong></p>
<p>If you leave out this information they will reject your request or ask you to submit a valid test before they give you access. Third party software doesn&#8217;t need to be tested as long as you tell them you are using Magento. </p>
<p><strong>USPS doesn&#8217;t allow you to use their API for batch processing or data cleansing, so be sure  to NOT check these boxes on the request form.</strong></p>
<p>Once USPS gives you access to their production API server, Magento should work with all USPS shipping options. If you are still having trouble, check that you have access to USPS&#8217;s production API server.</p>
<p>USPS Tech Support: 1-800-344-7779 (7:00 AM to 11:00 PM EST daily)</p>
<p>Once you have it correctly configured and you have access to the production API, you should be able to place an order and check out to see a list of USPS shipping options with the costs of each calcualted based on the weight of the product you are ordering.</p>
<p>You will need to remove shipping options that are irrelevant, for example <a href="http://www.usps.com/send/waystosendmail/senditwithintheus/libraryrate.htm" target="_USPSlib">USPS Library Mail</a> is only for shipping academic things like books between academic institutions or libraries.</p>
<p><a href="http://www.usps.com/shipping/packageservices.htm" title="usps shipping methods" target="_USPS">Click here</a> to read about different shipping methods such as Parcel Post.</p>
<p><a href="http://asherbond.com/themes" target="_premiumthemes">Click here to download premium themes for Magento, Joomla, WordPress, Drupal, PHPBB, etc.</a></p>
Share and Enjoy:<a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/printfriendly.png" class="sociable-img sociable-hovers" title="Print" alt="Print" /></a><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;bodytext=2011%20Fresh%20update%3A%0D%0AMany%20people%20don%27t%20know%20the%20news...%20You%20can%20now%20subscribe%20to%20a%20low-cost%2C%20PCI%20and%20DSS%20compliant%2C%20managed%20version%20of%20Magento%20in%20the%20Cloud.%20It%27s%20called%20Magento%20Go%20%28formerly%20Magento%20Stratus%20when%20it%20was%20only%20a%20nascent%20release%20candidate%29" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a><a rel="nofollow" target="_blank"  href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/sphinn.png" class="sociable-img sociable-hovers" title="Sphinn" alt="Sphinn" /></a><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;notes=2011%20Fresh%20update%3A%0D%0AMany%20people%20don%27t%20know%20the%20news...%20You%20can%20now%20subscribe%20to%20a%20low-cost%2C%20PCI%20and%20DSS%20compliant%2C%20managed%20version%20of%20Magento%20in%20the%20Cloud.%20It%27s%20called%20Magento%20Go%20%28formerly%20Magento%20Stratus%20when%20it%20was%20only%20a%20nascent%20release%20candidate%29" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;t=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a><a rel="nofollow" target="_blank"  href="http://www.mixx.com/submit?page_url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/mixx.png" class="sociable-img sociable-hovers" title="Mixx" alt="Mixx" /></a><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;annotation=2011%20Fresh%20update%3A%0D%0AMany%20people%20don%27t%20know%20the%20news...%20You%20can%20now%20subscribe%20to%20a%20low-cost%2C%20PCI%20and%20DSS%20compliant%2C%20managed%20version%20of%20Magento%20in%20the%20Cloud.%20It%27s%20called%20Magento%20Go%20%28formerly%20Magento%20Stratus%20when%20it%20was%20only%20a%20nascent%20release%20candidate%29" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;source=hyperscale.at+Service-orientation-as-a-Service%2C+SOA%2C+PaaS%2C+IaaS%2C+and+Economies+of+Autoscale&amp;summary=2011%20Fresh%20update%3A%0D%0AMany%20people%20don%27t%20know%20the%20news...%20You%20can%20now%20subscribe%20to%20a%20low-cost%2C%20PCI%20and%20DSS%20compliant%2C%20managed%20version%20of%20Magento%20in%20the%20Cloud.%20It%27s%20called%20Magento%20Go%20%28formerly%20Magento%20Stratus%20when%20it%20was%20only%20a%20nascent%20release%20candidate%29" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a><a rel="nofollow" target="_blank"  href="http://www.myspace.com/Modules/PostTo/Pages/?u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;t=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/myspace.png" class="sociable-img sociable-hovers" title="MySpace" alt="MySpace" /></a><a rel="nofollow" target="_blank"  href="http://www.newsvine.com/_tools/seed&amp;save?u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;h=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/newsvine.png" class="sociable-img sociable-hovers" title="NewsVine" alt="NewsVine" /></a><a rel="nofollow" target="_blank"  href="http://www.printfriendly.com/print/new?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/pdf.png" class="sociable-img sociable-hovers" title="PDF" alt="PDF" /></a><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a><a rel="nofollow" target="_blank"  href="http://slashdot.org/bookmark.pl?title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/slashdot.png" class="sociable-img sociable-hovers" title="Slashdot" alt="Slashdot" /></a><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a><a rel="nofollow" target="_blank"  href="http://twitter.com/home/?status=tip%20@Techmeme%20http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F%20How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/techmeme.png" class="sociable-img sociable-hovers" title="Suggest to Techmeme via Twitter" alt="Suggest to Techmeme via Twitter" /></a><a rel="nofollow" target="_blank"  href="http://technorati.com/faves?add=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/technorati.png" class="sociable-img sociable-hovers" title="Technorati" alt="Technorati" /></a><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API%20-%20http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a><a rel="nofollow" target="_blank"  href="http://www.ekudos.nl/artikel/nieuw?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;desc=2011%20Fresh%20update%3A%0D%0AMany%20people%20don%27t%20know%20the%20news...%20You%20can%20now%20subscribe%20to%20a%20low-cost%2C%20PCI%20and%20DSS%20compliant%2C%20managed%20version%20of%20Magento%20in%20the%20Cloud.%20It%27s%20called%20Magento%20Go%20%28formerly%20Magento%20Stratus%20when%20it%20was%20only%20a%20nascent%20release%20candidate%29" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/ekudos.png" class="sociable-img sociable-hovers" title="eKudos" alt="eKudos" /></a><a rel="nofollow" target="_blank"  href="http://www.friendfeed.com/share?title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;link=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/friendfeed.png" class="sociable-img sociable-hovers" title="FriendFeed" alt="FriendFeed" /></a><a rel="nofollow" target="_blank"  href="http://www.google.com/reader/link?url=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;title=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;srcURL=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;srcTitle=hyperscale.at+Service-orientation-as-a-Service%2C+SOA%2C+PaaS%2C+IaaS%2C+and+Economies+of+Autoscale" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/googlebuzz.png" class="sociable-img sociable-hovers" title="Google Buzz" alt="Google Buzz" /></a><a rel="nofollow" target="_blank"  href="http://asherbond.com/blog/feed/" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/rss.png" class="sociable-img sociable-hovers" title="RSS" alt="RSS" /></a><a rel="nofollow" target="_blank"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fasherbond.com%2Fblog%2F2009%2F06%2F18%2Fmagento-and-usps-shipping-method-is-currently-unavailable%2F&amp;t=How%20to%20set%20up%20Magento%20with%20USPS%20shipping%20methods%20and%20get%20permission%20to%20use%20the%20USPS%20production%20API&amp;s=2011%20Fresh%20update%3A%0D%0AMany%20people%20don%27t%20know%20the%20news...%20You%20can%20now%20subscribe%20to%20a%20low-cost%2C%20PCI%20and%20DSS%20compliant%2C%20managed%20version%20of%20Magento%20in%20the%20Cloud.%20It%27s%20called%20Magento%20Go%20%28formerly%20Magento%20Stratus%20when%20it%20was%20only%20a%20nascent%20release%20candidate%29" ><img src="http://asherbond.com/blog/wp-content/plugins/sociable-30/images/default/16/tumblr.png" class="sociable-img sociable-hovers" title="Tumblr" alt="Tumblr" /></a><br/><br/>]]></content:encoded>
			<wfw:commentRss>http://asherbond.com/blog/2009/06/18/magento-and-usps-shipping-method-is-currently-unavailable/feed/</wfw:commentRss>
		<slash:comments>40</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using memcached
Page Caching using memcached
Database Caching using memcached
Object Caching 269/308 objects using memcached
Content Delivery Network via Amazon Web Services: S3: cdn.asherbond.com

Served from: asherbond.com @ 2012-02-04 17:50:06 -->
