receipt-example-amazon

From Microformats Wiki
Revision as of 18:00, 18 July 2007 by Joe.Osowski (talk | contribs)
Jump to navigation Jump to search

An Example Receipt from Amazon

http://upallnite.com/receipts/amazon.html



<style type="text/css">
<!--
.dimText {
color: #CCCCCC;
}
-->
</style>

<html>
<head>
<title>Amazon.com Checkout: Place Your Order</title>



<style type="text/css"><!--
BODY { font-family: verdana,arial,helvetica,sans-serif; font-size: small; background-color: #FFFFFF; color: #000000; margin-top: 0px; }
TD, TH { font-family: verdana,arial,helvetica,sans-serif; font-size: small; }
a:link { font-family: verdana,arial,helvetica,sans-serif; color: #003399; }
a:visited { font-family: verdana,arial,helvetica,sans-serif; color: #996633; }
a:active { font-family: verdana,arial,helvetica,sans-serif; color: #FF9933; }
.serif { font-family: times,serif; font-size: medium; }
.sans { font-family: verdana,arial,helvetica,sans-serif; font-size: medium; }
.small { font-family: verdana,arial,helvetica,sans-serif; font-size: small; }


.h1 { font-family: verdana,arial,helvetica,sans-serif; color: #CC6600; font-size: medium; }
.h3color { font-family: verdana,arial,helvetica,sans-serif; color: #CC6600; font-size: small; }
.tiny { font-family: verdana,arial,helvetica,sans-serif; font-size: x-small; }
.listprice { font-family: arial,verdana,helvetica,sans-serif; text-decoration: line-through; }
.attention { background-color: #FFFFD5; }
.price { font-family: arial,verdana,helvetica,sans-serif; color: #990000; }
.tinyprice { font-family: verdana,arial,helvetica,sans-serif; color: #990000; font-size: x-small; }
.highlight { font-family: verdana,arial,helvetica,sans-serif; color: #990000; font-size: small; }
.alertgreen { color: #009900; font-weight: bold; }
.alert { color: #FF0000; font-weight: bold; }
.topnav { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; text-decoration: none; }
.topnav a:link, .topnav a:visited { text-decoration: none; color: #003399; }
.topnav a:hover { text-decoration: none; color: #CC6600; }
.topnav-active a:link, .topnav-active a:visited { font-family: verdana,arial,helvetica,sans-serif; font-size: 12px; color: #CC6600; text-decoration: none; }
.eyebrow { font-family: verdana,arial,helvetica,sans-serif; font-size: 10px; font-weight: bold;text-transform: uppercase; text-decoration: none; color: #FFFFFF; }
.eyebrow a:link { text-decoration: none; }
.popover-tiny { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif; }
.popover-tiny a, .popover-tiny a:visited { text-decoration: none; color: #003399; }
.popover-tiny a:hover { text-decoration: none; color: #CC6600; }
.tabon a:hover, .taboff a:hover { text-decoration: underline; }
.tabon div, .taboff div { margin-top: 7px; margin-left: 9px; margin-bottom: 5px; }
.tabon a, .tabon a:visited  { font-size: 10px; color: #FFCC66; font-family: verdana,arial,helvetica,sans-serif; text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 10px; }
.taboff a, .taboff a:visited { font-size: 10px; color: #000000; font-family: verdana,arial,helvetica,sans-serif; text-decoration: none; text-transform: uppercase; font-weight: bold; line-height: 10px; }
.indent { margin-left: 1em; }
.half { font-size: .5em; }
.list div { margin-bottom: 0.25em; text-decoration: none; }
.hr-center { margin: 15px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: none; border-bottom-style: none; border-left-style: none; border-top-color: #999999; border-right-color: #999999; border-bottom-color: #999999; border-left-color: #999999; }
.horizontal-search { font-weight: bold; font-size: small; color: #FFFFFF; font-family: verdana,arial,helvetica,sans-serif; }
.horizontal-websearch { font-size: x-small; font-family: verdana,arial,helvetica,sans-serif; padding-left: 12px; }
.big { font-size: xx-large; font-family: verdana,arial,helvetica,sans-serif; }
.amabot_right .h1 { color: #c60; font-size: .92em; }
.amabot_right .amabot_widget .headline, .amabot_left .amabot_widget .headline { color: #c60; font-size: .92em; display: block; font-weight: bold; }
.amabot_widget .headline { color: #c60; font-size: medium; display: block; font-weight: bold; }
.amabot_left .h1 { color: #c60; font-size: .92em; }
.amabot_left .amabot_widget, .amabot_right .amabot_widget, .tigerbox {  padding-top: 8px;  padding-bottom: 8px;  padding-left: 8px;  padding-right: 8px;  border-bottom: 1px solid #ADD2E2;   border-left: 1px solid #ADD2E2;  border-right: 1px solid #ADD2E2;  border-top: 1px solid #ADD2E2; }
.amabot_center {  font-size: 12px; }
.amabot_right {  font-size: 12px; }
.amabot_left {  font-size: 12px; }
.rightArrow { color: #c60; font-weight: bold; padding-right: 6px; }
.nobullet { list-style-type: none }
.homepageTitle { font-size: 28pt; font-family: 'Arial Bold', Arial; font-weight: 800; font-variant: normal; font-style: bold; color: #80B6CE; }

--></style>
<script language="Javascript1.1" type="text/javascript">
<!--
function amz_js_PopWin(url,name,options){
  var ContextWindow = window.open(url,name,options);
  ContextWindow.focus();
  return false;
}
//-->
</script>


<script language="Javascript" type="text/javascript">
<!--
var isSubmitted = false;
function confirmPurchase_onSubmit()
{
  if (isSubmitted) {
    return false;
  }
  else {
    isSubmitted = true;
    return true;
  }
}
//-->
</script>
<style type="text/css">
<!--
.headerCell {
        padding: 4px;
        background-color: #EEEECC;
        border-color: #FFFFFF;
        border-top-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 1px;
        border-left-style: solid;
        border-right-width: 1px;
        border-right-style: solid;
}
.confirmGlobalHeaderCell { background-color: #4480DD; }
.confirmGlobalBorderCell { background-color: #D5D5B5; }
.confirmHeaderCell { background-color: #BBBB9E; }
.importantMessage { background-color: #FFFFCC;}
.errorMessage {color: #990000;}
.h1blue { font-family: verdana,helvetica,sans-serif; font-size: medium; color: #4480DD}
.clear { font-family: verdana,helvetica,sans-serif; color: #FFFFFF}
.blueboxmid {
	padding: 5px;
	padding-bottom: 0px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #334477;
	background-color: #e2eef2;
	}
.blueboxtop {
	padding: 5px;
	padding-bottom: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #334477;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #334477;
	background-color: #e2eef2;
	}
.blueboxbottom {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #334477;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #334477;
	background-color: #e2eef2;
	height: 15px;
	}
.customizedList {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
}
.customizedEntry {
        width: 180px;
        margin: 5px 10px 2px 0px;
        text-indent: -1.2em;
        padding-left: 3em;
        float: left;
}
-->
</style>

<script language="javascript1.1" type="text/javascript">
<!--

function fnFocus()
{
    if(document.signin.email.value == '' )
    {
      document.signin.email.focus();
    }
    else
    {
     document.signin.password.focus();
    }
}

//-->
</script>

</head>
<body bgcolor="#FFFFFF" text="#000000" link="#003399" vlink="#003399" alink="#FF9933">












































<script type='text/javascript'>
  goN2Consts =
  {
    chEOL: String.fromCharCode(0x0A),
    chSQUOTE: String.fromCharCode(0x27),
    chDQUOTE: String.fromCharCode(0x22),
    chBACKSLASH: String.fromCharCode(0x5C),
    chYEN: String.fromCharCode(0xA5)
  };
</script>




<link href='https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-n2v1-57871.css' type='text/css' rel='stylesheet'>

<script type='text/javascript'>
//! ======= JSF Bootstrap (1) =======
// $Revision: #13 $
var gbN2Loaded = N2Loaded = false;
var n2LMStart = new Date();

var gaN2JSLibs = [];
var gaN2JSLibPaths = [];
var gaN2JSLibIds = [];
var gaN2CSSLibs = [];
var gaN2CSSLibPaths = [];
var n2sRTW1='onload';
var n2sRTWTBS='simplepopoverloaded';


var goN2Initializer = {
      aHandlers: [],
      aEventsRun: [],
      bCoreLoaded: false,

	runThisWhen: function (sWhen, fFn, sComment) {
	  if ( (typeof fFn != 'function') || fFn == null) return false;
	  sWhen = sWhen.toLowerCase();

	  this.aHandlers[this.aHandlers.length] = { sWhen: sWhen, fFn: fFn, sComment: sComment };
	  return true
	},
	run: function() {},
	isReady: function() {return false;}

};
goN2Initializer.initializeThis = goN2Initializer.runThisWhen;

function n2RunThisWhen(sWhen, fFn, sComment) {
  goN2Initializer.runThisWhen(sWhen, fFn, sComment);
}
function n2RunIfLoaded(sLibID, fFn, sComment) {
	goN2Initializer.runThisWhen(sLibID+'loaded', fFn, 'sequenced init of '+ sComment);
}

var goN2LibMon = {
	aLibs: {},
	nMONITORLOAD: -1,

	monitorLoad: function (sLibID) {
		this.aLibs[sLibID] = { sID: sLibID, nDuration: this.nMONITORLOAD };
	},

	stats: function() {}
};


//! ======= JSF Bootstrap (2) =======

gsN2ImageHost='https://images-na.ssl-images-amazon.com/images/G/01/';
var goJSFStringTableProperties = new Object();
var goJSFImageURLProperties = new Object();
goJSFStringTableProperties['loading_13548'] = 'Loading...';
goJSFStringTableProperties['no_addl_info_36017'] = 'No additional information is available at this time';
goJSFStringTableProperties['alt_text_click_to_expand_36018'] = 'click to expand this section and see more';
goJSFStringTableProperties['alt_text_click_to_collapse_36019'] = 'click to collapse this section and see less';
goJSFStringTableProperties['you_will_go_to_new_page_36022'] = '(You will go to a new page)';
goJSFStringTableProperties['you_will_stay_here_36023'] = '(You will stay right here)';
goJSFStringTableProperties['unable_to_get_info_36020'] = 'Unable to obtain necessary information. Please try again later';
goJSFStringTableProperties['more-info_8559'] = 'More Info';
goJSFStringTableProperties['less_info_36021'] = 'Less Info';
goJSFImageURLProperties['JSF-r-orange-arrow'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/arrow-r-orange-11x10._V46891478_.gif';
goJSFImageURLProperties['JSF-loading-bar'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/loading-bar._V46911781_.gif';
goJSFImageURLProperties['JSF-thumb-no-image'] = 'https://images-na.ssl-images-amazon.com/images/G/01/x-locale/detail/thumb-no-image._V47060337_.gif';
goJSFImageURLProperties['JSF-next-tan-sm'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/next-tan-sm._V46865265_.gif';
goJSFImageURLProperties['JSF-next-tan-sm-dis'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/next-tan-sm-dis._V46840264_.gif';
goJSFImageURLProperties['JSF-close-tan-sm'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/close-tan-sm._V46903531_.gif';
goJSFImageURLProperties['JSF-back-tan-sm-dis'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/back-tan-sm-dis._V46863825_.gif';
goJSFImageURLProperties['JSF-close-tan-sm-dn'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/close-tan-sm-dn._V46881222_.gif';
goJSFImageURLProperties['JSF-d-orange-arrow'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/arrow-d-orange-11x10._V46921829_.gif';
goJSFImageURLProperties['JSF-next-tan-sm-dn'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/next-tan-sm-dn._V46686641_.gif';
goJSFImageURLProperties['JSF-back-tan-sm-dn'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/back-tan-sm-dn._V46913462_.gif';
goJSFImageURLProperties['JSF-back-tan-sm'] = 'https://images-na.ssl-images-amazon.com/images/G/01/nav2/images/back-tan-sm._V46922606_.gif';
















var goCust = new Object();

goCust.isLoggedIn=function(){ return true; }
goCust.getName = function () { return 'Joseph'; }
n2RunThisWhen(n2sRTW1,
  function() {
}, "n2CoreLibsExt Init ");
























gaN2JSLibPaths.push(
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-utilities-58503.js',
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-events-18500.js',
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-simplePopover-50175.js',
    'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-staticPopover-23288.js');
gaN2JSLibIds.push(
    'utilities',
    'events',
    'simplePopover',
    'staticPopover');



(function()
{
  var i;
  var sTags = "";
  var bIsSafari = navigator.userAgent.match(/Safari/);
  for (i in gaN2CSSLibPaths)
  {
    sTags += '<lin'+'k hr'+'ef="'+gaN2CSSLibPaths[i]+'" type="text/css" rel="stylesheet">' + goN2Consts.chEOL;
  }
  for (i in gaN2JSLibPaths)
  {
    goN2LibMon.monitorLoad(gaN2JSLibIds[i]);
    var sScript = '<sc'+'ript s'+'rc="'+gaN2JSLibPaths[i]+'" type="text/javascript"></sc'+'ript>' + goN2Consts.chEOL;
    if (bIsSafari) document.write(sScript);
    else sTags += sScript;
  }
  document.write(sTags);
}());
gaN2CSSLibPaths.push(
  'https://images-na.ssl-images-amazon.com/images/G/01/nav2/gamma/n2CoreLibs/n2CoreLibs-n2v1-57871.css' );
n2LLStop = new Date();
//! ======= JSF Bootstrap (End) =======
</script>


<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr><td><a name="top"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/confirm-banner._V47060449_.gif" width="559" alt="Amazon.com Checkout: Place Your Order" height="36" border="0" /></a></td>
</tr>

</table><br />

<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tr>
  <td>

<center>


<form name="amazonVisa" action="/gp/cobrandcard/select.html/102-3797430-0521721" method="POST">
<input type="hidden" name="isaPost" value="yes" />
<input type="hidden" name="useAmazonVisa" value="1" />
</form>
<form name="reload" action="/gp/checkout/confirm/select.html/102-3797430-0521721" method="POST">
<input type="hidden" name="reload" value="1" />
</form>

<form method="post" name="confirmPurchase" action="/gp/checkout/confirm/select.html/102-3797430-0521721" onSubmit="return(confirmPurchase_onSubmit());">
<table width="100%" border="0" cellspacing="6" cellpadding="0">
  <tr>
    <td>
      <a name="up"><b class="h1">Please review and submit your order</b></a><br />
      By placing your order, you agree to Amazon.com's privacy notice and conditions of use.<br /><br />If placing a Marketplace order you are also agreeing to the <a href="http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Marketplace Participation Agreement</a>


      <br />
    </td>
  </tr>
</table>

































<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td>



































































































































































































































































































































































































































































































































































































<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr class="confirmGlobalHeaderCell">
      <td align="left" valign="top" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-left-blue-corner._V42753693_.gif" width="17" height="17" border="0" /></td>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td valign="middle" align="center"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/click-place-your-order._V47060391_.gif" width="420" height="21" border="0" /></td>

          <td valign="middle" align="right"><input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/place-order._V47082141_.gif"  width="152" align="absmiddle" alt="Place your order" value="Place Your Order" name="placeYourOrder" height="37" border="0" /></td>
        </tr>
      </table>
    </td>
      <td valign="top" align="right" width="5%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-right-blue-corner._V42752352_.gif" width="17" height="17" border="0" /></td>
  </tr>
</table>



<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td align="left" valign="bottom" colspan="5" class="confirmGlobalBorderCell">
    <table width="100%" cellspacing="17" cellpadding="0">
        <tr valign="top">
            <td class="confirmGlobalBorderCell" width="85%">











<table width="100%" border="0" cellspacing="0" cellpadding="0">

    <tr class="confirmGlobalBorderCell">
        <td class="confirmHeaderCell" valign="top" align="left" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tl-inside-drksnd._V47082015_.gif" width="6" height="20" border="0" /></td>
        <td width="98%" class="confirmHeaderCell" align="center"><b>Shipping Details</b></td>
        <td valign="top" align="right" width="1%" class="confirmHeaderCell"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tr-inside-drksnd._V47083196_.gif" width="6" height="20" border="0" /></td>
    </tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="3">
    <tr>
        <td bgcolor="#EEEEEE">

        <b>Shipping to:   </b>
        <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Change this Address" name="changeShippingAddressID.jlmjkohlq" height="14" border="0" />        </td>
    </tr>
</table>


<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
    <tr>
        <td>












Joseph Osowski<br />
Company<br />
Street Address<br />
City, State 19104-3319<br />
United States<br />Phone: 000 000 0000







        </td>
    </tr>


</table>



    <table width="100%" border="0" cellspacing="0" cellpadding="3">

        <tr>
            <td bgcolor="#EEEEEE">
            <b>Shipping Options:  </b>
            <span class="tiny">(<a href="http://www.amazon.com/gp/help/seller/shipping-popup.html/ref=shp_lrn_mr/102-3797430-0521721?ie=UTF8&seller=ATVPDKIKX0DER" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/gp/help/seller/shipping-popup.html/ref=shp_lrn_mr/102-3797430-0521721?ie=UTF8&seller=ATVPDKIKX0DER','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Learn more</a>)</span>
            </td>
        </tr>

    </table>














































<script>
n2RunThisWhen('lastlibraryloaded',
  function() {
  primeAdPop = new N2StaticPopover();
  primeAdPop.getPane().setDefaultWidth(552);

  goN2Events.registerFeature('evtst',
                             'primeAdPop',
                             'n2MouseOverHotspotStatic',
                             'n2MouseOutHotspot');

  primeAdPop.initialize('primeAdPopDiv', // the name for your popup DIV. any unique name will do
                         'primeAdPop'    // the object you made up above
                         );
  },
  'init popover' );

</script>


<style type="text/css">
<!--
.adStripe1 {
background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/x-locale/subscriptions/primeclub/signup/prime-ad-grad01._V47062342_.gif);
background-repeat: repeat-x;
}
.adStripe2 {
color: #009900;
font-weight: bold;
}
.adStripe3 {
color: #000000;
}
.primeEmphasis {
font-weight: bold;
}

a.primeGreenAdLauncher:visited { color: #009900; }
a.primeGreenAdLauncher { color: #009900; }

a.primeAdLauncher:visited { color: #003399; }
a.primeAdLauncher { color: #003399; }
-->
</style>
<script type="text/javascript" language="JavaScript">
<!--
  document.write( ' <table bgcolor="#FFFFFF" class="adStripe2" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td style="padding:4px;"> <a class="primeAdLauncher" href="javascript:;" style="color:#cc6600; text-decoration:none;" name="evtst|he|primeAdContent">FREE UPGRADE:</a> You've been selected to receive a <a class="primeAdLauncher" href="javascript:;" style="color:#cc6600; text-decoration:none;" name="evtst|he|primeAdContent">FREE 1-month trial of Amazon Prime</a>. Sign up now and get unlimited Two-Day Shipping for FREE on over a million items sold by Amazon.com while your trial lasts -- starting with this order! <br />»  <a class="primeAdLauncher" href="javascript:;" name="evtst|he|primeAdContent"> Learn more </a> </td></tr> </table>' );
-->
</script>
<noscript>

  <table bgcolor="#FFFFFF" class="adStripe2" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td class="small" style="padding:4px;">Joseph,
    you have been selected to receive a
    <span style="color:#cc6600;">FREE 1-month trial of Amazon Prime</span>.<br />
    You can get unlimited Two-Day Shipping for FREE on over a million items
    sold by Amazon.com while your trial lasts.<br />
    Look for messages about Amazon Prime on product detail pages.
    </td>
  </tr>
</table>
</noscript>








    <table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">
        <tr>
            <td>
















































<table width="100%" border="0" cellspacing="2" cellpadding="0">
    <tr>
        <td colspan="2">

        <b>Choose a shipping speed:</b>
        </td>
    </tr>


















    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-on._V47082027_.gif"  width="14" alt="Standard Shipping" name="changeShippingSpeed.102:9383316912.std-us" height="14" border="0" />
        </td>
        <td valign="middle" width="99%">

        Standard Shipping


 (3-5 business days)

        </td>
    </tr>



















    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-off._V47081796_.gif"  width="14" alt="Two-Day Shipping" name="changeShippingSpeed.102:9383316912.second" height="14" border="0" />
        </td>
        <td valign="middle" width="99%">

        Two-Day Shipping <span class="alertgreen">--get it Monday, May 21!</span>

        </td>
    </tr>


















    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-off._V47081796_.gif"  width="14" alt="One-Day Shipping" name="changeShippingSpeed.102:9383316912.next" height="14" border="0" />
        </td>

        <td valign="middle" width="99%">
        One-Day Shipping <span class="alertgreen"> --get it tomorrow Friday, May 18!</span>

        </td>
    </tr>


















    <tr valign="top">
        <td valign="top">
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/radio-off._V47081796_.gif"  width="14" alt="Local Express Delivery" name="changeShippingSpeed.102:9383316912.same-us" height="14" border="0" />

        </td>
        <td valign="middle" width="99%">
        Local Express Delivery <span class="alertgreen"> --get it tomorrow Friday, May 18!</span>

        </td>
    </tr>

</table>













            </td>
        </tr>
    </table>

<table width="100%" border="0" cellspacing="0" cellpadding="3" class="confirmGlobalBorderCell">
    <tr>
        <td bgcolor="#EEEEEE">
        <b>
        The following items will arrive in 1 shipment:        </b>

        </td>
    </tr>
    <tr valign="top">
        <td bgcolor="#FFFFFF">
        <a name="shipments" class="tiny"></a>
        Need to <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/buttons/change-quantities-delete-sm._V47081743_.gif"  width="161" align="absmiddle" alt="Change quantities" name="changeQuantity" height="16" border="0" />?
                    </td>
    </tr>
</table>





<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#FFFFFF">



    <tr bgcolor="#FFFFFF">
        <td colspan="2">









                <b class="h3color">








    Estimated ship date for this item: May 18, 2007

                </b>

        </b>











        </td>
     </tr>






<tr>

  <td valign="top" align="center">

<img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/product-icons/small-blue/book_display_on_website-blue-icon._V47059317_.gif" width="18" align="absmiddle" height="18" border="0" />
  </td>
  <td valign="top">
    <span class="small">






<b>Harry Potter and the Half-Blood Prince (Book 6)</b>  - J.K. Rowling




<br /><b class="price">$9.99</b><span class="tiny"> - Quantity: 1 - In Stock




<script type="text/javascript"><!--
 document.write( '- <span class="alertgreen">Eligible for Amazon Prime shipping rates: <a href="javascript:;" name="evtst|he|primeAdContent">join now</a></span>' ); //--> </script>
<br />Condition: new
<br />Sold by: Amazon.com</span>








        <br />

        <input type="image" SRC="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/icons/sm-blue-gift._V47082459_.gif" ,alt="Edit Gift Info" name="changeGiftOptions.102:9383316912.ljmjruoutpmx.confirmPageChangeButton"/>
         <b>Gift options</b>
        <span class="tiny">None</span>

<input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Edit Gift Info" name="changeGiftOptions.102:9383316912.ljmjruoutpmx.confirmPageChangeButton" height="14" border="0" />

    </span>
    <span class="tiny">
    </span>


  </td>
</tr>




</table>






<table width="100%" border="0" cellspacing="0" cellpadding="0">

    <tr bgcolor="#FFFFFF">
        <td align="left" valign="bottom"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-tan-corner._V47081941_.gif" width="6" height="6" border="0" /></td>
        <td valign="bottom" align="right"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-tan-corner._V47082173_.gif" width="6" height="6" border="0" /></td></tr>
    <tr class="confirmGlobalBorderCell"><td colspan="2"> <br /></td></tr>
</table>
<input type="hidden" name="order.102:9383316912.ShippingSpeed" value="std-us" />
<input type="hidden" name="order.102:9383316912.ShipSplitPreference" value="shipWhenComplete" />



                </td><td width="15%">




<style type="text/css">
<!--
.membershipEnclosure {
	width: 100%;
	padding: 0px 1px;
	background-image: url(https://images-na.ssl-images-amazon.com/images/G/01/detail/gradated-blue-thin._V46917074_.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
-->
</style>



<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr class="confirmGlobalBorderCell">
    <td class="confirmHeaderCell" valign="top" align="left" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tl-inside-drksnd._V47082015_.gif" width="6" height="20" border="0" /></td>
    <td width="98%" class="confirmHeaderCell" align="center" nowrap="nowrap">
	  <b>
Order Summary	  </b>
	</td>

    <td valign="top" align="right" width="1%" class="confirmHeaderCell"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/spc-tr-inside-drksnd._V47083196_.gif" width="6" height="20" border="0" /></td>
  </tr>
</table>












<table width="100%" border="0" cellspacing="0" cellpadding="4" bgcolor="#FFFFFF">
    <tr>
        <td>
        <table width="100%" border="0" cellspacing="2" cellpadding="0">

            <tr>
                <td class="tiny">Items:</td>
                <td align="right" class="tiny" nowrap="nowrap">$9.99</td>

            </tr>
            <tr valign="top">
                <td nowrap="nowrap" class="tiny">
                Shipping & Handling:
                </td>
                <td align="right" class="tiny" nowrap="nowrap">$3.99</td>
            </tr>




            <tr>
                <td class="tiny"> </td>
                <td align="right" class="tiny"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/icons/pixel-grey._V47081715_.gif" vspace="0" width="100%" hspace="0" height="1" border="0" /></td>
            </tr>

            <tr>
                <td height="10" class="tiny" nowrap="nowrap">Total Before Tax:</td>

                <td align="right" height="10" class="tiny" nowrap="nowrap">
                $13.98
                </td>
            </tr>

            <tr valign="top"><td class="tiny">Estimated Tax:</td><td align="right" class="tiny" nowrap="nowrap">$0.00</td></tr>












            <tr>
                <td colspan="2" bgcolor="#000000"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" vspace="0" width="1" hspace="0" height="1" border="0" /></td>
            </tr>
            <tr align="center">
                <td height="20" colspan="2"><b class="price">

                Order Total:
		$13.98
                </td>
            </tr>
        </table>
        </td>
    </tr>
</table>






























<table width="100%" border="0" cellpadding="1" cellspacing="0" bgcolor="white">
    <tr align="center">
        <td align="left" class="tiny"><b><a href="http://www.amazon.com/gp/checkout/common/super-saver.html/102-3797430-0521721?qualify=none" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/gp/checkout/common/super-saver.html/102-3797430-0521721?qualify=none','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Why didn't I qualify for FREE Super Saver Shipping?</a></b></td>
    </tr>

</table>















<table width="100%" border="0" cellspacing="0" cellpadding="0">
    <tr>
        <td align="left" valign="bottom" colspan="2" bgcolor="#EEEEEE">
        <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr bgcolor="#FFFFFF">
                <td align="left" valign="bottom"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-tan-corner._V47081941_.gif" width="6" height="6" border="0" /></td>
                <td valign="bottom" align="right"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-tan-corner._V47082173_.gif" width="6" height="6" border="0" /></td>
            </tr>

        </table>
        </td>
    </tr>
</table>






                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr class="confirmGlobalBorderCell" align="center" valign="middle">

                        <td colspan="2" class="tiny"> </td>
                    </tr>
                </table>
                <table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF"><tr><td>
                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr bgcolor="#FFFFFF" align="center" valign="middle">
                        <td bgcolor="#FFFFFF" align="left" valign="top"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-left-grey-corner._V47081967_.gif" width="6" height="20" border="0" /></td>
                        <td valign="top" align="right"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/top-right-grey-corner._V47060437_.gif" width="6" height="20" border="0" /></td>
                    </tr>

                </table>






<table width="100%" border="0" cellspacing="3" cellpadding="0" bgcolor="#FFFFFF">
    <tr>
        <td>

        <b>Have any gift cards, gift certificates or promotional claim codes? </b>

 
<br />

        Enter them here (one at a time):<br />
        <input type="text" name="giftCertificateID" size="17"
/>
        <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/apply._V47082042_.gif"  width="42" align="absmiddle" alt="Apply Gift Certificate" name="applyGiftCertificate" height="14" border="0" />
                </td>
    </tr>
      <tr><td class="confirmGlobalBorderCell" align="top" vspace="6"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" vspace="0" width="168" hspace="0" height="1" border="0" /></td></tr>
</table>



                <table width="100%" border="0" cellspacing="3" cellpadding="0" bgcolor="#FFFFFF">
                    <tr>
                        <td valign="top">
                        <a name="payment">
                        <b>Payment Method:</b><br />

                        <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Change Payment Method" value="1" name="changePayment" height="14" border="0" /><br />

                        MasterCard: <nobr>***-62339</nobr><br />Exp: 05/2009




                        </td>

                    </tr>
                </table>




<table width="100%" border="0" cellspacing="3" cellpadding="0" bgcolor="#FFFFFF">
    <tr>
        <td class="confirmGlobalBorderCell" align="top" vspace="6"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/transparent-pixel._V42752373_.gif" vspace="0" width="168" hspace="0" height="1" border="0" /></td>
    </tr>
    <tr>
        <td valign="top">

        <b>Billing Address:</b>
            <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/change._V47081782_.gif"  width="49" align="absmiddle" alt="Change this Address" name="changeBillingAddressID" height="14" border="0" />
            <br />










Joseph Osowski<br />Street<br />City, State Zip<br />United States<br />Phone: 000 000 0000

        </td>
    </tr>
</table>


                <table width="100%" border="0" cellspacing="0" cellpadding="0">
                    <tr>
                        <td align="left" valign="bottom" bgcolor="#FFFFFF"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-tan-corner._V47081941_.gif" width="6" height="6" border="0" /></td>
                        <td valign="bottom" align="right" bgcolor="#FFFFFF"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-tan-corner._V47082173_.gif" width="6" height="6" border="0" /></td>
                    </tr>
                </table>
		</td></tr></table>
                </td>

            </tr>
        </table>
    </td></tr></table>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr class="confirmGlobalHeaderCell">
      <td align="left" valign="bottom" width="1%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-left-blue-corner._V42752329_.gif" width="17" height="17" border="0" /></td>
    <td>
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>

          <td valign="middle" align="center"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/click-place-your-order-bottom._V47081856_.gif" width="420" height="21" border="0" /></td>

          <td valign="middle" align="right"><input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/place-order._V47082141_.gif"  width="152" align="absmiddle" alt="Place your order" value="Place Your Order" name="placeYourOrder" height="37" border="0" /></td>
        </tr>
      </table>
    </td>
      <td valign="bottom" align="right" width="5%"><img src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/checkout/bottom-right-blue-corner._V42752357_.gif" width="17" height="17" border="0" /></td>
  </tr>
</table>

</td></tr></table>




<input type="hidden" name="orderingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="payingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="canUsePromo" value="1" />
<input type="hidden" name="canUseGC" value="1" />
<input type="hidden" name="purchaseTotal" value="13.98" />
<input type="hidden" name="purchaseTotalCurrency" value="USD" />
<input type="hidden" name="isCAMPSAvailable" value="1" />
<input type="hidden" name="primeCoOptState" value="show_signup" />
<input type="hidden" name="paymentMethod" value="" />
<input type="hidden" name="primeAdIdentifier" value="" />





</form>






















<script>
function primeChangeDetails(myChoice) {
  switch(myChoice) {
    case 1:
      document.getElementById("primeAdBenefits").style.display = "block";
      document.getElementById("primeAdTermsAndConditions").style.display = "none";
      document.getElementById("primeAdLearnMore").style.display = "none";
      break;

    case 2:
      document.getElementById("primeAdBenefits").style.display = "none";
      document.getElementById("primeAdTermsAndConditions").style.display = "block";
      document.getElementById("primeAdLearnMore").style.display = "none";
      break;

    case 3:
      document.getElementById("primeAdBenefits").style.display = "none";
      document.getElementById("primeAdTermsAndConditions").style.display = "none";
      document.getElementById("primeAdLearnMore").style.display = "block";
      break;
  }
}
</script>





<div id="primeAdContent" style="display:none">
  <table border="0" cellspacing="0" cellpadding="0" style="border:0px dashed #999999;border-bottom-width:1px;" width="100%">
    <tr width="100%">
      <td valign="top" style="line-height:1.5; white-space:nowrap; padding:2px 10px;">
        <a href="javascript:;" onClick="primeChangeDetails(1)">Amazon Prime benefits</a><br />
        <a href="javascript:;" onClick="primeChangeDetails(2)">Terms and Conditions</a><br />
        <a href="javascript:;" onClick="primeChangeDetails(3)">Learn more</a> </td>

      <td valign="top" style="padding:2px;" width="100%">
        <div id="primeAdBenefits" class="showVerticalScrollbar" style="height:226; display:block" width="100%">





<strong class="h1">Amazon Prime Free Trial benefits</strong><br />
Enjoy Amazon Prime benefits starting with this order<br />
<strong>UNLIMITED EXPRESS SHIPPING</strong>
<ul style="margin:0px;margin-left:1.5em">

  <li><strong style="color:#008800;">FREE Two-Day Shipping</strong> on over a million in-stock items sold by Amazon.com</li>
  <li>Overnight Shipping for only $3.99 per item</li>
  <li>Order as late as 6:30 p.m. ET and still get it tomorrow</li>
  <li>Ship to any eligible address in the contiguous United States</li>
</ul>

<br />

<strong>EFFORTLESS SHOPPING</strong>
<ul style="margin:0px;margin-left:1.5em">
  <li><strong style="color:#008800;">No minimum purchase required</strong></li>
  <li>No need to consolidate items to save on shipping</li>
</ul>

<br />

<strong>CONVENIENT SHARING</strong>
<ul style="margin:0px;margin-left:1.5em">

  <li><strong style="color:#008800;">Share the benefits of your membership</strong> with up to four family members living in the same household</li>
</ul>
</%method>
	</div>
        <div id="primeAdTermsAndConditions" class="showVerticalScrollbar" style="height:226; display:none" width="100%">

<b class=sans><font color="#CC6600">Amazon Prime Terms & Conditions</font></b><br />
<p>Last updated February 27, 2006<br />

Welcome to the terms and conditions ("<b>Terms</b>")
for Amazon Prime. These Terms are between you and Amazon
Services, Inc. and/or its affiliates ("<b>Amazon.com</b>"
or "<b>Us</b>"), and govern our respective
rights and obligations.
The Terms, together with applicable terms and conditions
related to any promotional offers provided to you for use
with Prime, constitute the entire agreement
between you and Amazon.com related to the Prime shipping
membership program. Please note that your use of the
Amazon.com Web site and Prime membership are also governed
by our Conditions of Use and Privacy
Notice, as well as all other applicable terms, conditions,
limitations and requirements on the Amazon.com Web site,
all of which (as changed over time) are incorporated
into these Terms. If you register for membership, you
accept these terms, conditions, limitations and requirements.
Please read these Terms carefully.</p>

<b class="sans"><font color="#CC6600">Program Benefits</font></b><br />
<p>Prime members are entitled to free Two-Day shipping
and $3.99 per unit One-Day shipping on all eligible
purchases. If you purchase a Prime membership, you may
also invite up to four eligible family members living
in your household (at the same address) to register
for Prime membership at no extra cost. (Please note
that any member under age 18 may use the Amazon.com
Web site only with involvement of a parent or guardian.)
The purchaser can change and/or remove guests at any
time. A guest's membership will automatically
terminate if the purchaser of the membership ceases
to be a member or removes the guest. This program is
not available for Corporate Accounts or for customers
who purchase products for business or institutional
use or for the purpose of resale.</p>

<b class="sans"><font color="#CC6600">Eligible Purchases</font></b><br />

<p>This program is limited to certain products sold by
Amazon.com on www.amazon.com
that are shipped to continental United States addresses,
excluding Alaska, Hawaii, P.O. boxes, APO/FPO and U.S.
territories, possessions and protectorates. Though Two-Day
and One-Day shipping benefits do not apply to these
excluded addresses, members are entitled to free Standard
shipping on eligible items shipped to P.O. boxes in
the continental U.S. and APO/FPO addresses with U.S.
zip codes. We may exclude products in our discretion,
including, for example, oversize or heavy items, items
regulated as hazardous materials, and other items with
special shipping characteristics. Products are eligible
for Prime only if designated on the website. Products
sold by third parties, or through third-party areas
such as Marketplace, Auctions and/or zShops, are NOT
eligible for Prime.</p>

<b class="sans"><font color="#CC6600">Conditions</font></b><br />
<p>You must have an Amazon.com account to register for
and use Prime. We reserve the right to accept or refuse
membership in our discretion. You may not transfer or
assign your membership or these benefits, except as
part of our family member guest program described above.
Some special product, order, handling fees and/or taxes
may still apply to eligible purchases. If only some
items in your order are eligible for Prime, you will
pay applicable shipping charges for the ineligible items.
Changing or combining orders, or changing your shipping
address, speed, or preferences might affect Prime eligibility.
Please note:
<ul>
<li>One-Day and Two-Day shipping are options we use
to determine your estimated delivery date (these options
do not reflect product availability or our estimated
shipping date);</li>
<li>we may ship the products by ground or air at our
discretion (these options do not correspond to any
carrier-branded shipping services);</li>
<li>our carriers usually do not pick-up or deliver packages
on weekends or holidays;</li>
<li>we do not guaranty delivery of products within the
estimated transit time or by the estimated delivery
date.</li>
</ul></p>

<b class="sans"><font color="#CC6600">Fees; Renewal</font></b><br />
<p>The annual membership fee for Prime is $79.00. This
fee is non-refundable except as expressly set forth
below. Taxes may apply on either or both of the membership
fee and the reduced shipping charges for Prime. UNLESS
YOU NOTIFY US BEFORE RENEWAL THAT YOU WANT TO CANCEL, YOU
UNDERSTAND YOUR MEMBERSHIP WILL AUTOMATICALLY RENEW
AND YOU AUTHORIZE US (WITHOUT NOTICE TO YOU) TO COLLECT
THE THEN-APPLICABLE ANNUAL
MEMBERSHIP FEE AND ANY TAXES USING ANY PAYMENT METHOD
WE HAVE ON RECORD FOR YOU.</p>

<b class="sans"><font color="#CC6600">Membership Cancellation</font></b><br />
<p>If you cancel your membership before you or your registered
guests have made any eligible purchases, we will refund
your full membership fee. </p>

<b class="sans"><font color="#CC6600">Agreement Changes</font></b><br />
<p>We may in our discretion change these Terms, Amazon.com's
general Conditions of Use and Privacy Notice, or any
aspect of Prime membership, without notice to you. However,
any increase in the membership fee will not apply until
your membership is renewed. Also, if we increase the
shipping charges for Prime, or decrease the number of
family members who can be invited as guests, we will
notify you by email at least 30 days before the new
terms go into effect. If you cancel your membership
before the effective date of these changes, we will
give you a prorated refund of your membership fee based
on the number of full months remaining in your membership
period. This refund option does not apply to any other
changes we may make. If any change is found invalid,
void, or for any reason unenforceable, that change is
severable and does not affect the validity and enforceability
of any remaining changes or conditions. YOUR CONTINUED
MEMBERSHIP AFTER WE CHANGE THESE TERMS CONSTITUTES YOUR
ACCEPTANCE OF THE CHANGES. IF YOU DO NOT AGREE TO ANY
CHANGES, YOU MUST CANCEL YOUR MEMBERSHIP.</p>

<b class="sans"><font color="#CC6600">Termination by Us</font></b><br />

<p>We may terminate your membership at our discretion
without notice. If we do so, we will give you a prorated
refund based on the number of full months remaining
in your membership. However, we will not give any refund
for termination related to conduct that we determine,
in our discretion, violates these Terms or any applicable
law, involves fraud or misuse of this membership program
or any other Amazon.com services or features,
or is harmful to our interests or another user. Our
failure to insist upon or enforce your strict compliance
with these Terms will not constitute a waiver of any
of our rights. </p>

<b class="sans"><font color="#CC6600">Limitation of Liability</font></b><br />
<p> IN ADDITION TO OTHER LIMITATIONS AND EXCLUSIONS IN
AMAZON.COM'S CONDITIONS
OF USE, IN NO EVENT WILL WE OR OUR DIRECTORS, OFFICERS,
EMPLOYEES, AGENTS OR OTHER REPRESENTATIVES BE LIABLE
FOR ANY DIRECT, INDIRECT, SPECIAL, INCIDENTAL, CONSEQUENTIAL,
OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND,
ARISING OUT OF OR RELATED TO PRIME. OUR TOTAL LIABILITY,
WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE)
OR OTHERWISE, WILL NOT EXCEED THE LAST ANNUAL MEMBERSHIP
FEE YOU PAID. THESE EXCLUSIONS AND LIMITATIONS OF LIABILITY
WILL APPLY TO THE FULLEST EXTENT PERMITTED BY LAW AND
WILL SURVIVE CANCELLATION OR TERMINATION OF YOUR MEMBERSHIP.
CERTAIN STATE LAWS DO NOT ALLOW THE EXCLUSION OR LIMITATION
OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME
OR ALL OF THE ABOVE EXCLUSIONS OR LIMITATIONS MAY NOT
APPLY TO YOU, AND YOU MIGHT HAVE ADDITIONAL RIGHTS.</p>
	</div>
        <div id="primeAdLearnMore" class="showVerticalScrollbar" style="height:226; display:none" width="100%">





<b class="sans"><font color="#CC6600">What is Amazon Prime?</font></b><br />
<p>Amazon Prime is a membership program that gives you and your family "all-you-can-eat" fast shipping.
For an annual membership fee of $79 (which is waived during your 1-month free trial), you will enjoy:</p>

<p><b>Fast Shipping</b></p>
<ul>
  <li><b>Free Two-Day Shipping</b> on more than one million in-stock items sold by Amazon.com.</li>
  <li>Upgrades to <b>One-Day (Overnight) Shipping</b> for just $3.99 per item.</li>

  <li><b>Free standard shipping</b> for eligible items shipped to P.O. boxes in the continental United States
(excluding Alaska, Hawaii, and U.S. territories, possessions and protectorates) and APO/FPO addresses with U.S. zip codes.</li>
</ul>

<p><b>Simple Shopping</b></p>
<ul>
  <li>No minimum purchases required.</li>
  <li>Members-only 1-Click buttons on product pages.</li>
  <li>No need to think about shipping charges when you order.</li>

</ul>

<p><b>Convenient Sharing</b></p>
<ul>
  <li>Shared benefits with up to four family members living in the same household.</li>
</ul>

<b class="sans"><font color="#CC6600">How do I sign up for Amazon Prime?</font></b><br />
<p>You can sign up now by clicking the button below, and we'll apply your new shipping rates to this order.
If you don't wish to become a member of Amazon Prime now, you can still do so later by visiting our sign-up page:</p>

<p>www.amazon.com/prime</p>

<p>However, signing up later will mean that this order will not be eligible for Amazon Prime.</p>

<b class="sans"><font color="#CC6600">Can I order using 1-Click?</font></b><br />

<p>Amazon Prime works best when you use 1-Click Shopping. You'll see two members-only 1-Click buttons in the
member stripe on the top of product detail pages of eligible items. One button instantly orders the item with
<b>Free Two-Day Shipping</b>, and the other button orders the item with <b>One-Day (Overnight) Shipping</b>
for just $3.99 per item.</p>

<p>To get the most out of Amazon Prime and 1-Click, please check your 1-Click settings:</p>
<ul>
  <li><b>Is 1-Click turned on?</b> Members-only shopping buttons will not appear if 1-Click is disabled.</li>

  <li><b>Is your default shipping address a P.O. Box?</b> Make sure you provide a street address.
We cannot use expedited carrier services for P.O. Box deliveries.</li>
  <li><b>Is your payment information current?</b> You may want to update your default credit card number and expiration date.</li>
  <li><b>Is your default shipping method Two-Day?</b> If you use the standard 1-Click button on the
right-hand side of product detail pages, please verify the default shipping method for the shipping address.
You will need to change it from Standard Shipping to Free Two-Day Shipping to take full advantage of your Amazon Prime benefits.</li>
</ul>

<p>More information on using 1-Click is available on our Help pages.</p>
<b class="sans"><font color="#CC6600">Can I shop without using 1-Click?</font></b><br />

<p>If you prefer to use the Shopping Cart instead of 1-Click, simply place items in your Shopping Cart and proceed
to checkout as usual. On the order summary page, you will see:</p>
<ul>
  <li>Amazon Prime-eligible items are recognized and the shipping method defaults to <b>Free Two-Day Shipping</b>.</li>
  <li>The option to upgrade your shipment of eligible items to <b>One-Day (Overnight) Shipping</b> for $3.99 per item.</li>

  <li>Your shipping preferences default to "ship items as they become available" (at no additional cost to you) to
ensure your items arrive as soon as possible.</li>
</ul>

<b class="sans"><font color="#CC6600">Which items are eligible for Amazon Prime?</font></b><br />

<p>Eligible products will be designated on the product page, in the order pipeline, or at check-out.
The program is limited to products sold by Amazon.com. Gift certificates are not eligible for expedited
shipping under Amazon Prime. Some Amazon.com products are excluded, including, for example, oversize or
heavy items, items regulated as hazardous materials, and other items with special shipping characteristics.
Products sold by third parties, such as Toys"R" Us and Babies "R" Us, or through third-party areas such as,
Marketplace, Auctions and/or zShops, are NOT eligible.</p>

<b class="sans"><font color="#CC6600">How do I share Amazon Prime with members of my household?</font></b><br />

<p>Inviting family members to share your Amazon Prime membership is easy. Simply log into "Your Account"
and click on the link to "Your Amazon Prime Membership." There you will see a list of your current membership,
the status of all members linked to your Amazon Prime membership, and options to add or remove members.</p>

<ul>
  <li><b>To add a member:</b> Enter the person's name, relationship, e-mail address and birthday in the
appropriate fields and click "Invite." An invitation e-mail message automatically will be sent to the e-mail
address you entered. Note that invited members will need to know the month and day of your birthday to accept your invitation.</li>
  <li><b>To remove a member:</b> Click the "Remove" button next to the name of the person you wish to remove.
An e-mail message automatically will be sent to the person you remove.</li>
</ul>

<b class="sans"><font color="#CC6600">What else should I know about Amazon Prime?</font></b><br />
<ul>
  <li>Free Two-Day and per-unit One-Day shipping options apply only for shipments to continental U.S. addresses
(excluding Alaska, Hawaii, P.O. boxes, APO/FPO and U.S. territories, possessions and protectorates). Free standard
shipping is available for eligible items shipped to P.O. boxes in the continental United States (excluding Alaska,
Hawaii, U.S. territories, possessions and protectorates) and APO/FPO addresses with U.S. zip codes.</li>

  <li>This program is not available for Corporate Accounts or for customers who purchase products for business or
institutional use or for the purpose of resale.</li>
  <li>If only some items in your order are eligible for Amazon Prime you'll be charged applicable shipping fees for the ineligible items.</li>
  <li>Two-Day and One-Day shipping have no weekend pick-up or delivery and may require signature for items over $400. </li>
  <li>Items may be shipped using either ground or air shipping. These options do not correspond to any carrier-branded shipping services.</li>
</ul>

<b class="sans"><font color="#CC6600">Can I cancel my membership to Amazon Prime?</font></b><br />

<p>You can cancel your Amazon Prime membership and receive a refund of the membership fee if you or your registered
guests have not made any eligible purchases.</p>

<p>To cancel your membership to Amazon Prime, please visit the membership page in Your Account.</p>

<b class="sans"><font color="#CC6600">Does my membership renew automatically?</font></b><br />

<p>Yes, your membership is set up to automatically renew annually. You can use Your Account to choose not to renew or
to update your preferred payment method for membership renewals. If the preferred method is unavailable (for example,
a credit card has expired), for your convenience we will use another payment method we have on record for you. Your
initial sign-up is an authorization for us to use the preferred or other available payment methods.</p>
</%method>
	</div>
      </td>
    </tr>

  </table>
  <div align="center" style="padding:8px 0px;">

<div style="margin: 0px 40px; text-align:left;">As the 1-month free trial period ends, if you want to join Amazon Prime, do nothing. At that point we will enroll you in an annual membership and charge a $79 annual fee to the credit card listed below. If you are not interested in joining Amazon Prime after the free trial, that's okay, too. We make it easy to cancel online any time before the trial ends. We're hoping you'll like the membership and will want to continue.<br /><br /></div>    Preferred Payment Method:
        MasterCard
         ***-62339</br>

    Credit card expires: 05/2009
    <div style="margin: 5px 20px; text-align:left;">
    If the preferred method is unavailable (for example, a credit card has expired), for your convenience we will use another payment method we have on record for you. Your initial sign-up authorizes us to use the preferred or other available payment methods.
    </div>
  <div style="padding:10px 0px;">By clicking the button below, you acknowledge that you <br />have read and agree to the
  <a href="javascript:;" onClick="primeChangeDetails(2)">Terms and Conditions</a>.</div>

  <form method="post" name="confirmPurchase" action="/gp/checkout/confirm/select.html/102-3797430-0521721" onsubmit="return confirmPurchase_onSubmit();">


    <input type="image" src="https://images-na.ssl-images-amazon.com/images/G/01/x-locale/common/buttons/sign-me-up-free-on-white._V47081714_.gif" height="43" alt="Sign up for Amazon Prime" border="0" hspace="0" vspace="0" width="309" name="joinPrime" />




<input type="hidden" name="orderingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="payingCustomerID" value="A2H3OODUMYTTWL" />
<input type="hidden" name="canUsePromo" value="1" />
<input type="hidden" name="canUseGC" value="1" />
<input type="hidden" name="purchaseTotal" value="13.98" />
<input type="hidden" name="purchaseTotalCurrency" value="USD" />
<input type="hidden" name="isCAMPSAvailable" value="1" />
<input type="hidden" name="primeCoOptState" value="do_join" />
<input type="hidden" name="paymentMethod" value="" />
<input type="hidden" name="primeAdIdentifier" value="nocheckbox_spc_signup_popover_B000GY7AJ4" />







        <input type='hidden' name='subscriptionPlanID' value='B000GY7AJ4' />
      <input type='hidden' name='customerId' value='A2H3OODUMYTTWL' />
      <input type='hidden' name='messageTimeout' value='1179422274415' />
    <input type='hidden' name='verificationKeys' value='subscriptionPlanID,customerId,messageTimeout' />
    <input type='hidden' name='verificationToken' value='0f144ba6db9ec90560f92632ba03fd11' />

  <input type='hidden' name='prime_mss_msgid' value='spc_signup_stripe_AllItemsPrimeSamePromiseTrialUpgradeDurationExplanation_B000GY7AJ4|nocheckbox_spc_signup_popover_B000GY7AJ4' />
  <input type='hidden' name='prime_mss_mssid' value='a29ba10c-0ed0-4c21-9b8e-c03639b714d4' />


  </form>

    <br />
    <br />
    <strong class="sans"><a href="javascript:primeAdPop.hide();">No thanks</a></strong>
  </div>
</div>











<br /><br />If placing a Marketplace order you are also agreeing to the <a href="http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('http://www.amazon.com/exec/obidos/tg/browse/-/537790/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Marketplace Participation Agreement</a><br /><br />



<a name="ship"><!--ship--></a>

<table width="85%" cellspacing="0" cellpadding="0" border="0" align="center">
  <tr>
    <td class="tiny">
    Read Amazon.com's <a href="/exec/obidos/tg/browse/-/468502/pop-up/ref=ord_cnf_pri/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/468502/pop-up/ref=ord_cnf_pri/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">pricing policy</a>.<br /><br /><b>What happens when you place your order?</b><br><i>For an item sold by Amazon.com:</i> When you click the "Place your order" button, we'll send you an e-mail message acknowledging receipt of your order. Your contract to purchase an item will not be complete until we send you an e-mail notifying you that the item has been shipped. <p><b>Amazon.com Returns Policy:</b> Within 30 days of delivery, you may return new, unopened merchandise in its original condition. Exceptions and restrictions apply--read Amazon.com's complete <a href="/exec/obidos/tg/browse/-/548202/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/548202/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Returns Policy</a>.<br /><br /><span class="small">Go to the <a href="http://www.amazon.com/gp/homepage.html/102-3797430-0521721">Amazon.com home page</a> (without completing your order)</span>    </td>

  </tr>
</table>
</center>

<hr noshade="true" size="1" />
<p class="tiny" align="center">
<a href="/exec/obidos/tg/browse/-/508088/pop-up/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/508088/pop-up/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Conditions of Use</a> <a href="/exec/obidos/tg/browse/-/746460/pop-up/ref=ord_can_pri/102-3797430-0521721" target="AmazonHelp" onclick="return amz_js_PopWin('/exec/obidos/tg/browse/-/746460/pop-up/ref=ord_can_pri/102-3797430-0521721','AmazonHelp','width=340,height=340,resizable=1,scrollbars=1,toolbar=1,status=1');">Privacy Notice</a>  © 1996-2007, Amazon.com, Inc.<!-- whfh-3c1XPmDG403rTQj0pH8TkZeE3JpBq50r rid-0WC2M7FYJM5EXNK6AQAC -->
</p>

</td></tr>
</table>
</body>
</html>

Three Examples from ThinkGeek.com

http://upallnite.com/receipts/thinkgeek.html



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- template: checkout/warpspeed.tt2 -->

<html>
<head>
	<title>ThinkGeek :: WarpSpeed Checkout</title>

	<meta http-equiv="Content-Script-Type" content="text/javascript">

	<!-- BEGIN CSS DECLARATION TEMPLATE -->
	<link rel="stylesheet" type="text/css" href="/css/base.css">
	<link rel="stylesheet" type="text/css" href="/css/warpspeed.css">

	<style type="text/css">
		@import url(/css/base-import.css);

	</style>
	<!-- END CSS DECLARATION TEMPLATE -->

</head>

<body background="/images/bg.gif" onload="set_default_payment_type()">

<!-- BEGIN top table, logo, search and top right navigation -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td valign="top">
		<a href="http://www.thinkgeek.com/" target="_top">

			<img src="/images/tg-logo.gif" height="62" width="170" alt="ThinkGeek" border="0">
		</a>
	</td>
	<td valign="top" align="right">
		<form action="http://www.thinkgeek.com/brain/whereisit.cgi" method="get" target="_top">
		<table cellpadding="0" cellspacing="0"><tr>
			<td><img src="/images/navigation/top-nav-search.gif" height="5" width="39" alt="Search"></td>
			<td><input type="text" name="t" value="" size="12" class="search"></td>
			<td><input type="image" src="/images/navigation/top-nav-go.gif" alt="GO" border="0"></td>

		</tr></table>
		</form>
	</td>
	<td valign="top" align="right" width="300">
		<table cellpadding="0" cellspacing="0" border="0" width="285" align="right">
		<tr>
			<td align="right" valign="middle" id="top-right-nav-row1" class="white-11px">
				<a href="https://www.thinkgeek.com/brain/account/index.cgi" target="_top">
					<img src="/images/navigation/top-nav-account-icon.gif" alt="Account" width="24" height="15"
							border="0" align="absmiddle">

				</a>
				<a href="https://www.thinkgeek.com/brain/account/index.cgi" target="_top">Account</a>
				<a href="http://www.thinkgeek.com/brain/wishes.cgi" target="_top">
					<img src="/images/navigation/top-nav-wishlists-icon.gif" alt="Wishlists" width="27" height="15"
							border="0" align="absmiddle">
				</a>
				<a href="http://www.thinkgeek.com/brain/wishes.cgi" target="_top">Wishlists</a>
				<a href="http://www.thinkgeek.com/" target="_top">
					<img src="/images/navigation/top-nav-home-icon.gif" width="20" height="15" alt="Home"
							border="0" align="absmiddle">

				</a>
				<a href="http://www.thinkgeek.com/" target="_top">Home</a>
			</td>
		</tr>
		<tr>
			<td align="right" valign="middle" id="top-right-nav-row2" class="white-11px">
				| <a href="http://www.thinkgeek.com/about-us/" target="_top">About Us</a>

				| <a href="http://www.thinkgeek.com/bug-us/" target="_top">Bug Us</a>
				| <a href="http://www.thinkgeek.com/fortune.shtml" target="_top">Fortunes</a>
				| <a href="http://www.thinkgeek.com/help/" target="_top">Help</a>
				| <img src="/images/navigation/top-nav2-baby.gif" width="32" height="21" alt="Cute Baby"
						border="0" align="absmiddle">
			</td>

		</tr>
		<tr>
			<td id="top-right-nav-row3"><!-- dont add line breaks please --><img src="/images/transparent-pixel.gif" width="1" height="18" alt="-" border="0"></td>
		</tr>
		</table>
	</td>
</tr>
</table>
<!-- END top table, logo, search and top right navigation -->

<!-- BEGIN whole width table -->

<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
	<td valign="top" id="main-body-cell">

		<!-- BEGIN login and loot section -->
		<table width="100%" cellpadding="0" cellspacing="0" border="0" id="login-loot">
		<tr>
			<td align="left" class="black-10px">

	You're logged in as Joe Osowski (joe.osowski@gmail.com)
	[ <a href="/brain/account/login.cgi?a=lo&bc7849f9aae61cd601af4ca1" target="_top">logout</a> ]

			</td>

			<td align="right" class="loot">

				<img src="/images/loot-icon.gif" width="16" height="16" alt="Loot!" border="0" align="absmiddle">
				Loot: <a href="http://www.thinkgeek.com/brain/loot.cgi" target="_top">Go to your cart</a>

			</td>
		</tr>
		</table>
		<!-- END login and loot section -->



		<!-- BEGIN main body -->




		<noscript>
			<meta http-equiv="refresh" content="0; url=/brain/order/spend.cgi?stid=00?msredir=00">
		</noscript>

		<script type="text/javascript">
		function OpenThoughtConfigLocal ()
		{
				log_enabled = true;
			this.require = { "40dom" : "/brain/order/spend.cgi?stid=00?msredir=00",
						"xmlhttp" : "/brain/order/spend.cgi?stid=00?msredir=00",
						"htmlrewrite" : "/brain/order/spend.cgi?stid=00?msredir=00"};

			this.status_fetch_start = "Fetching records...";
			this.status_fetch_display = "Fetching records... displaying";
			this.status_fetch_finish = "Fetching records... done!";
		}
		</script>
		<script src="/js/OpenThought2.js"></script>

		<script type="text/javascript">
			// This is stupid browser hacking stuff for lameass IE.
			// There are probably better ways to do this, but I don't really care ATM ...
			// (some ideas stolen from http://www.codetoad.com/forum/20_22736.asp)
			function compensate_for_IE_suckiness_on ()
			{
				if (document.all)
				{
					for (var form_num=0; form_num < document.forms.length; ++form_num)
					{
						for (var element_num=0; element_num < document.forms[form_num].elements.length; ++element_num)
						{
							var element = document.forms[form_num].elements[element_num];
							if (element.type == 'select-one')
							{
								element.style.visibility = 'hidden';
							}
						}
					}
				}
			}

			function compensate_for_IE_suckiness_off ()
			{
				if (document.all)
				{
					for (var form_num=0; form_num < document.forms.length; ++form_num)
					{
						for (var element_num=0; element_num < document.forms[form_num].elements.length; ++element_num)
						{
							var element = document.forms[form_num].elements[element_num];
							if (element.type == 'select-one')
							{
								element.style.visibility = 'visible';
							}
						}
					}
				}
			}
		</script>




<script type="text/javascript">
	var imagebutton = new Image;
	imagebutton.src="/images/checkout/place-order.gif";

	function set_default_payment_type ()
	{
		OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=display_payment', 'order_id', 'pay_method=CC');
	}
</script>



<form name="warpspeed" onsubmit="return false">
<input type="hidden" name="order_id" value="b5813364">

<p>

	<img src="/images/checkout/warpspeed-title.gif" alt="WarpSpeed Checkout!" width="465" height="45" border="0"
			align="left" hspace="10">
	<img src="/images/checkout/timmy-header.gif" alt="Timmy!" width="75" height="47" border="0" align="right" style="margin-right: -8px;">

		Review the info below, enter your payment details, then choose "Place Order". Simple, huh?

	<br clear="left">
</p>


<table cellpadding="10" border="0" width="100%" align="center">
<tr>
<td valign="top">



	<!-- BEGIN CART TABLE -->

	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#dfe1e4">
		<td valign="bottom" width="407"><img src="/images/checkout/cart1a.gif" alt="Items you are purchasing today:"
				width="407" height="23" border="0"></td>
		<td valign="bottom" style="border-bottom: 1px solid #6666cc;"> </td>
	</tr>
	<tr bgcolor="#d2d3d3">
		<td valign="top" colspan="2" style="border-left: 1px solid #6666cc; border-right: 1px solid #6666cc;">
			<img src="/images/checkout/cart2a.gif" alt="Items you are purchasing today:" width="407" height="4" border="0"></td>
	</tr>

	</table>

	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#d2d3d3">
		<td style="border-left: 1px solid #6666cc; border-bottom: 1px solid #6666cc; border-right: 1px solid #6666cc;" colspan="2">

		<div id="cart_box" name="cart_box">
			<table border="0" cellpadding="5" cellspacing="0" width="100%">
			<tr>
				<td><p class="black-11px"><strong>Description</strong></p></td>

				<td><p class="black-11px" align="center"><strong>Quantity</strong></p></td>
				<td><p class="black-11px" align="center"><strong>In Stock</strong></p></td>
				<td><p class="black-11px" align="center"><strong>Retail</strong></p></td>
				<td><p class="black-11px" align="center"><strong>Unit</strong></p></td>
				<td><p class="black-11px" align="center"><strong>Total</strong></p></td>
			</tr>

				<tr bgcolor="#fbfbfd">
					<td><p class="black-11px">PowerSquid Outlet Multiplier - Yellow</a></p></td>
					<td><p class="black-11px" align="center">1</p></td>
					<td><p class="black-11px" align="center">Yes</p></td>
					<td><p class="black-11px" align="right">$11.99</p></td>
					<td><p class="black-11px" align="right">$11.99</p></td>

					<td><p class="black-11px" align="right">$11.99</p></td>
				</tr>

			<tr bgcolor="#f8f8fb">
				<td colspan="6" align="center" style="border-top: 1px solid #cccccc;">
					<p>[ <a href="http://www.thinkgeek.com/brain/loot.cgi" target="_top" title="Click here to edit the contents of your cart.">
						<strong>change quantities or delete items</strong>
					</a> ]</p>

				</td>
			</tr>
			</table>
		</div>

		</td>
	</tr>
	</table>




	<table border="0" cellpadding="0" cellspacing="0" width="92%" align="center" style="border-left: 1px solid #9098D9; border-right: 1px solid #9098D9; border-bottom: 1px solid #9098D9;">		<tr bgcolor="#F5F4E8">

			<td>
				<img src="/images/checkout/gp0-title.gif" alt="Geek Points - Not Signed Up!"
						width="102" height="24" border="0">
			</td>
			<td align="center" nowrap="nowrap">
				<p class="black-10px">						You could be earning 100
						<a href="http://www.thinkgeek.com/geekpoints/" target="_top" title="Learn more about Geek Points!">
							Geek Points
						</a>
						with this order!
						<a href="http://www.thinkgeek.com/geekpoints/" target="_top" title="Sign up for Geek Points!">

							<strong>Sign up now!</strong>
						</a>				</p>
			</td>
			<td align="right">
				<img src="/images/checkout/gp0-hand.gif" width="18" height="24" alt="Geek Points!" border="0">
			</td>
		</tr>	</table>

	<!-- END CART TABLE -->


	<br>

	<!-- BEGIN ERROR/ALERT PLACEHOLDER TABLE -->
	<table border="0" width="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td width="35%" style="margin: 0px; padding: 0px; border-collapse: collapse;"></td>
		<td width="65%" align="center" style="margin: 0px; padding: 0px; border-collapse: collapse;">

			<div id="create_error_box">

		<!-- This right here is the DHTML Layer Popup for Errors and Alerts -->
		<a name="top_of_error_box"></a>
		<div id="error_placeholder" style="position:relative; z-index:99; height: 0px; width:100%;
				padding: 0px; margin: 0px; display:block; text-align: left;">

			<div id="error_box" style="position: absolute; width:100%; top:25px; left: 0px; z-index:99; visibility: hidden;">

				<div class="shadow-outer"
						style="background: url(/images/checkout/shadowAlpha.png) no-repeat bottom right !important;">
					<div class="shadow-inner" style="border: 5px solid #003399;
							background: #ffffff; padding: 0px;">

							<div style="background-color: #003399; color: white; padding: 3px; margin: 0px;">
								<img src="/images/checkout/icon-alert.gif" alt="!" width="24" height="22" border="0">
								<strong>Important Stuff!</strong>
							</div>

						<div style="text-align:left; padding: 15px;">

							<div id="error_box_msg_area">
							</div>

							<div align="center" style="padding-top: 10px; text-align: center;">
								<input type="button" name="error_box_okay" value="  Close  "
										onclick="compensate_for_IE_suckiness_off(); OpenThought.util.EnableElement('*'); OpenThought.util.HideElement('error_box')">
							</div>

						</div>

					</div>
				</div>

			</div>

		</div>
			</div>
	<script type="text/javascript">
		function throw_error_box()
		{
			var html_data = '';
			for (var i=0; i < arguments.length; ++i)
			{
				html_data = html_data + '<p>' + arguments[i] + '</p>';
			}

			OpenThought.SetElement('error_box_msg_area', html_data);
			show_errors();
		}

		function show_errors()
		{
			compensate_for_IE_suckiness_off(); OpenThought.util.EnableElement('*'); OpenThought.util.HideElement('processing');

			OpenThought.util.ShowElement('error_box'); OpenThought.util.DisableElement('*', { 'EXCEPT' : [ 'error_box_okay' ] }); compensate_for_IE_suckiness_on();
			OpenThought.Focus('top_of_error_box');
			OpenThought.Focus('error_box_okay');
		}
	</script>

	<!--			<script type="text/javascript">
			function show_error_box_shim ()
			{
				set_error_box_shim_vis(1);
			}

			function hide_error_box_shim ()
			{
				set_error_box_shim_vis(0);
			}

			function set_error_box_shim_vis (state)
			{
				var div = OpenThought.FindElement('error_box');
				var shim = OpenThought.FindElement('error_box_shim');

				if (state)
				{
					shim.style.width = div.offsetWidth;
					shim.style.height = div.offsetHeight;
					shim.style.top = div.offsetTop;
					shim.style.left = div.offsetLeft;
					shim.style.zIndex = div.style.zIndex - 1;
					shim.style.display = 'block';
				}
				else
				{
					shim.style.display = 'none';
				}
			}
		</script>	-->

		</td>
	</tr>
	</table>

	<!-- END ERROR/ALERT PLACEHOLDER TABLE -->

	<!-- BEGIN SHIPPING TABLE -->
	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#dfe1e4">
		<td valign="bottom" width="258">
			<img src="/images/checkout/shipping1a.gif" alt="Shipping Options:" width="258" height="23" border="0"></td>
		<td valign="bottom" style="border-bottom: 1px solid #6666cc;"> </td>
	</tr>

	<tr bgcolor="#f8f8fb">
		<td valign="top" colspan="2" style="border-left: 1px solid #6666cc; border-right: 1px solid #6666cc;">
			<img src="/images/checkout/shipping2a.gif" alt="Shipping Options:" width="258" height="4" border="0"></td>
	</tr>
	</table>

	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#f8f8fb">
		<td style="border-left: 1px solid #6666cc; border-bottom: 1px solid #6666cc; border-right: 1px solid #6666cc;"
				colspan="2">

			<table border="0" cellspacing="0" width="100%">
			<tr>
				<td valign="top" style="padding:8px;">

					<div style="background-color: #F6E5B3; padding: 1px; border: solid 1px #F6E5B3;" class="black-12px"><strong>  Shipping to:</strong></div>
					<div style="background-color: #FDFBE9; padding: 3px; border: solid 1px #F6E5B3;">
						<div class="black-12px" style="margin-left: 15px; padding: 2px;">
							Joe Osowski<br />

Street<br />
City, State 19146<br />
United States<br />

						</div>
						<div class="black-12px" style="padding: 10px;" align="center">
							[ <a  href="#" onclick="OpenThought.FetchHtml('https://www.thinkgeek.com//brain/checkout/address.cgi', 'mode=BUILD', 'stid=50', 'which=ship'); return false" >
								<strong>change address</strong>

							</a> ]
						</div>
					</div>

				</td>
				<td valign="top" style="padding:8px;">

					<div class="black-12px" style="background-color: #F6E5B3; padding: 1px; border: solid 1px #F6E5B3;">
					<strong>  Choose your shipping method:</strong>

						<span id="ship-popup">   
						[ <a class="novisit" href="http://www.thinkgeek.com/help/shipping-note.shtml" target="_blank" onclick="window.open('http://www.thinkgeek.com/help/shipping-note.shtml','newWindow','height=500,width=400,top=200,left=300,resizable'); return false"> Ship Method Explanations </a> ]
						</span>

					</div>

					<table align="center" cellpadding="0" cellspacing="0" border="0" width="100%"
							style="border-left: 1px solid #F6E5B3; border-bottom: 1px solid #F6E5B3;">
						<tr> <td valign="top">

						<table border="0" cellpadding="2" cellspacing="0" width="100%">
								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 
									<input type="radio" name="ship_method" value="abgnd"
											id="abgnd" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >
									</td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">
										<label for="abgnd">
											<strong>DHL @Home</strong><br>

											$6.07
										</label>
									</p></td>
								</tr>
								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 
									<input type="radio" name="ship_method" value="GNDRES"
											id="GNDRES" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >
									</td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">

										<label for="GNDRES">
											<strong>UPS Ground</strong><br>
											$6.90
										</label>
									</p></td>
								</tr>
								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 
									<input type="radio" name="ship_method" value="ab2nd"
											id="ab2nd" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >

									</td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">
										<label for="ab2nd">
											<strong>DHL 2 Day</strong><br>
											$7.54
										</label>
									</p></td>
								</tr>
								<tr>

									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 
									<input type="radio" name="ship_method" value="2DA"
											id="2DA" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >
									</td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">
										<label for="2DA">
											<strong>UPS 2 Day</strong><br>
											$7.79
										</label>
									</p></td>

								</tr>
						</table> </td>
						<td valign="top">
						<table border="0" cellpadding="2" cellspacing="0" width="100%">
								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 
									<input type="radio" name="ship_method" value="3DSRES"
											id="3DSRES" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >
									</td>

									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">
										<label for="3DSRES">
											<strong>UPS 3 Day</strong><br>
											$7.94
										</label>
									</p></td>
								</tr>
								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 

									<input type="radio" name="ship_method" value="abnxt"
											id="abnxt" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >
									</td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">
										<label for="abnxt">
											<strong>DHL Next Day</strong><br>
											$11.90
										</label>
									</p></td>
								</tr>

								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;" nowrap="nowrap"> 
									<input type="radio" name="ship_method" value="1DA"
											id="1DA" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=update_shipping', 'order_id', 'ship_method', 'pay_method')" >
									</td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;" nowrap="nowrap"><p class="black-11px">
										<label for="1DA">
											<strong>UPS Next Day</strong><br>
											$12.44
										</label>

									</p></td>
								</tr>
								<tr>
									<td valign="middle" style="border-top: 1px solid #F6E5B3;">   </td>
									<td style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;"><p class="black-11px">
										  <br>  
									</p></td>

								</tr>
						</table> </td> </tr>
							<tr><td colspan="2" style="border-top: 1px solid #F6E5B3; border-right: 1px solid #F6E5B3;">
							<div class="black-11px" style="text-align: center; padding: 2px;">Transit times are in business days.</div>

							</td></tr>
					</table>
				</td>

			</tr>
			<tr>
				<td valign="top">
				<div class="black-11px" style="text-align: center; margin: 0px 8px 4px 8px; padding: 3px; background-color: #f4f4f1; border: solid 1px #F6E5B3;">
				<div style="padding-bottom: 3px;"><a href="http://www.thinkgeek.com/help/shipping.shtml" target="_new"
					title="Information about Shipping. Opens in a new window." class="novisit"><strong>Shipping Information</strong></a></div>
				<a href="http://www.thinkgeek.com/help/international.shtml" target="_new"
					title="If you're shipping outside of the US, click for important info. Opens in a new window." class="novisit">International</a>
				| <a href="http://www.thinkgeek.com/help/ws_military.shtml" target="_new"
					title="Info and instructions for shipping to APO/FPO addresses. Opens in a new window." class="novisit">APO & FPO</a>

				</div>
				</td>
				<td valign="top">
					<!-- GLOBAL 'SHIP INFO' TEMPLATE -->

 	<div id="ship-info-important">
     <strong>
	In-stock orders normally ship within 1-2 business days.
	 </strong>
<!--
	There will be no shipments on Monday 2/19 <br>
	due to to the President's Day Holiday.
-->

 	</div>


<!--    <div id="ship-info">
    <strong>Same day shipping</strong> for in-stock orders<br>
	placed before 1pm eastern time M-F. <br>
	</div>
-->


<!-- END OF GLOBAL SHIP INFO TEMPLATE -->

				</td>
			</tr>
			</table>

		</td>
	</tr>

	</table>
	<!-- END SHIPPING TABLE -->



</td>
<td valign="top" width="240">


	<!-- BEGIN SUMMARY TABLE -->
	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#dfe1e4">

		<td valign="bottom" width="100">
			<img src="/images/checkout/summary1.gif" alt="Summary" width="170" height="18" border="0"></td>
		<td valign="bottom" style="border-bottom: 1px solid #cc9900;"> </td>
	</tr>
	<tr bgcolor="#fdfbe9">
		<td valign="top" colspan="2" style="border-left: 1px solid #cc9900; border-right: 1px solid #cc9900;">
			<img src="/images/checkout/summary2.gif" alt="Order Summary" width="170" height="4" border="0"></td>
	</tr>
	</table>

	<table border="0" cellpadding="5" cellspacing="0" width="100%">
	<tr bgcolor="#fdfbe9">
		<td style="border-left: 1px solid #cc9900; border-bottom: 1px solid #cc9900; border-right: 1px solid #cc9900;" colspan="2">

		<div name="order_summary" id="order_summary">
			<table border="0" cellpadding="5" cellspacing="0" align="center" width="100%">
			<tr>
				<td align="right"><p class="black-11px"><strong>Product Subtotal:</strong></p></td>

				<td align="right"><p class="black-11px">$11.99</p></td>
			</tr>			<tr>					<td colspan="2" align="center">
						<p class="black-11px" style="color: #B88828;">
							<strong><em>Please select a shipping method.</em></strong>
						</p>
					</td>			</tr>

			<tr>
				<td align="right"><p class="black-11px"><strong>Sales Tax:</strong></p></td>
				<td align="right"><p class="black-11px">$0.00</p></td>
			</tr>
			<tr>
				<td align="right" bgcolor="#edd18c" style="border-left: 1px solid #cc9900; border-bottom: 1px solid #cc9900; border-top: 1px solid #cc9900;">
					<p class="black-12px"><strong>TOTAL:</strong></p>

				</td>
				<td align="right" bgcolor="#edd18c" style="border-top: 1px solid #cc9900; border-bottom: 1px solid #cc9900; border-right: 1px solid #cc9900;">
					<p class="black-12px"><strong>$11.99</strong></p>
				</td>
			</tr>
			</table>


		<div align="center" id="confirm_box" style="position: absolute; top:-50px; left:0px;
				z-index:99; visibility: hidden; text-align: center;">

		<div class="shadow-outer">
			<div class="shadow-inner" style="width: 100%; padding: 0px; text-align: left; background-color: #ffffff;
					border: 4px solid #0066ff;">

				<div style="background-color: #0066ff; color: white; padding: 5px; margin: 0px;
						border-bottom: 4px solid #0066ff; white-space: nowrap;">
					<strong>Please Review Your Order!</strong>
				</div>

				<div style="margin: 10px 10px 10px 70px; white-space: nowrap;">

                    <div class="black-12px"><strong>Ship Method:</strong>

                    </div>

					<div class="black-12px" style="padding: 5px 0px 10px 0px;">
						<strong>Order Total:</strong> $11.99
					</div>
				</div>

				<div style="line-height: 25px; border-top: 1px solid #cccccc; text-align: center;
						padding: 8px 5px 5px 3px; white-space: nowrap;">
				<img src="/images/checkout/confirm-timmy.gif" width="65" height="33" alt="Review your order, monkey!"
						border="0" style="float: left; margin-top: -39px;">
				</div>


                <div style="text-align: center; padding-bottom: 10px;">
					<a href="#" onclick="process_order_approve();return false">
						<img src="/images/checkout/confirm-placeorder.gif" width="164" height="25"
								alt="PLACE FINAL ORDER" border="0"></a>
					<a href="#" onclick="process_order_deny();return false">
						<img src="/images/checkout/confirm-cancel.gif" width="50" height="25" alt="CANCEL" border="0">
					</a>
				</div>

				<div class="black-10px" style="padding-bottom: 3px; text-align: center;">
				Please check your order for accuracy. Orders <br>

				cannot be changed once submitted.</div>

			</div>
		</div>
		</div>

		<div align="center" id="processing" style="position: absolute; top:-50px; left:0px;
				z-index:99; visibility: hidden; text-align: center;">

		<div class="shadow-outer">
			<div class="shadow-inner" style="width: 100%; padding: 0px; text-align: left; background-color: #ffffff;
					border: 4px solid #0066ff;">

				<div style="background-color: #0066ff; color: white; padding: 5px; margin: 0px;
						border-bottom: 4px solid #0066ff; white-space: nowrap;">
					<strong>Processing ...</strong>
				</div>

				<div style="margin: 10px 10px 10px 10px; white-space: nowrap;">
					<div class="black-12px">Please give our monkeys a few moments<br>to process your order.  Thanks!</div>
				</div>

			</div>
		</div>
		</div>
		</div>

		</td>
	</tr>
	</table>
	<!-- END SUMMARY TABLE -->


	<script type="text/javascript">
		// this code inspired by http://www.faqs.org/docs/htmltut/forms/index_famsupp_157.html
		function submit_on_enter (e)
		{
			var keycode = 0;
			if (window.event)
			{
				keycode = window.event.keycode;
			}
			else if (e)
			{
				keycode = e.which;
			}

			if (keycode == 13)
			{
				OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=redeem_code', 'order_id', 'promo_cert_code', 'pay_method');
			}
		}
	</script>

	<img src="/images/transparent-pixel.gif" width="1" height="1" alt="-" vspace="3" border="0"><br>
	<table bgcolor="#f4f4f1" style="border-top: 1px solid #cc9900; border-bottom: 1px solid #cc9900; border-left: 1px solid #cc9900; border-right: 1px solid #cc9900;" cellspacing="0" cellpadding="5" align="center"
			width="100%">
	<tr>
		<td>
			<div class="black-12px" style="margin-bottom: 5px;">
				<strong>Have a gift certificate or promotion code?</strong> Enter it here:
			</div>

			<div class="black-10px" style="line-height: 20px;">(enter only one at a time)<br>
				<input type="text" name="promo_cert_code" value="" onkeyup="submit_on_enter(event)">
				<input type="button" value="GO!"
						 onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=redeem_code', 'order_id', 'promo_cert_code', 'pay_method')" >
			</div>
			<div class="black-12px" style="margin-top: 6px;" align="center">
					[ <a href="http://www.thinkgeek.com/brain/account/points.cgi" target="_top">
						<strong>sign up for Geek Points!</strong>

					</a> ]
			</div>
		</td>
	</tr>
	</table>


	<script type="text/javascript">
		function toggle_gift_msg ()
		{
			var box = OpenThought.FindElement('gift');
			if (box.checked)
			{
				// they checked the box, so let them edit their gift message
				OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=edit_giftmsg', 'order_id');
			}
			else
			{
				// they unchecked the box; make sure they want to delete
				if (confirm("Your gift message will be permanently removed!"))
				{
					// they confirmed, so delete the gift message
					OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=remove_giftmsg', 'order_id');
				}
				else
				{
					// they canceled, so put the checkmark back
					box.checked = true;
				}
			}
		}

		function submit_gift_msg ()
		{
			var gmsg = OpenThought.FindElement('gift_msg');
			//alert("lengthof gmsg.value is " + gmsg.value.length);
			if (gmsg.value.length > 255)
			{
				// message is too long; alert user
				alert('Your gift message is too long!  '
						+ 'Please trim it to no more than 255 characters.');
			}
			else
			{
				OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=save_giftmsg', 'order_id', 'gift_msg');
			}
		}

		function calc_text_length ()
		{
			var gmsg = OpenThought.FindElement('gift_msg');
			var count_text = gmsg.value.length + '/255';
			if (gmsg.value.length > 255)
			{
				count_text = '<font color="red">' + count_text + '</font>';
			}
			OpenThought.SetElement('char_counter', count_text);
		}
	</script>

	<!-- BEGIN GIFT OPTIONS TABLE -->

	<img src="/images/transparent-pixel.gif" width="1" height="1" alt="-" vspace="6" border="0"><br>
	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#dfe1e4">
		<td valign="bottom" width="136">
			<img src="/images/checkout/gift1.gif" alt="Gift Options:" width="136" height="18" border="0"></td>
		<td valign="bottom" style="border-bottom: 1px solid #6666cc;"> </td>
	</tr>
	<tr bgcolor="#f8f8fb">
		<td valign="top" colspan="2" style="border-left: 1px solid #6666cc; border-right: 1px solid #6666cc;">

			<img src="/images/checkout/gift2.gif" alt="Gift Options:" width="136" height="4" border="0"></td>
	</tr>
	</table>

	<table border="0" cellpadding="8" cellspacing="0" width="100%">
	<tr bgcolor="#f8f8fb">
		<td style="border-left: 1px solid #6666cc; border-bottom: 1px solid #6666cc; border-right: 1px solid #6666cc;" colspan="2">


			<p class="black-12px">

				<input type="checkbox" name="gift"  onclick="toggle_gift_msg()">
				Include a gift message?<br>
			</p>

			<div id="gift_msg_area" name="gift_msg_area" align="center">					<p class="black-10px" style="line-height: 13px; text-align: left;">
						You may include a short gift message.
						Please note that prices do <strong>NOT</strong> appear on the packing slip.
					</p>			</div>

		</td>
	</tr>
	</table>
	<!-- END GIFT OPTIONS TABLE -->


</td>
</tr>
<tr>
<td colspan="2">

	<!-- BEGIN CONFIRMATION PLACEHOLDER TABLE -->

	<table border=0" width="100%" cellpadding="0" cellspacing="0">
	<tr>
		<td width="25%" style="margin: 0px; padding: 0px; border-collapse: collapse;"></td>
		<td width="50%" align="center" style="margin: 0px; padding: 0px; border-collapse: collapse;">

			<div id="confirm_placeholder" style="position:relative; z-index:99; height:0px; padding:0px; margin:0px 30px;
				visibility:visible; display:block; text-align:center;">
			</div>

		</td>
		<td width="25%" style="margin: 0px; padding: 0px; border-collapse: collapse;"></td>

	</tr>
	</table>
	<!-- END CONFIRMATION PLACEHOLDER TABLE -->


	<!-- BEGIN PAYMENT TABLE -->
	<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr bgcolor="#dfe1e4">
		<td valign="bottom" width="165">
			<img src="/images/checkout/payment1a.gif" alt="Payment:" width="165" height="23" border="0"></td>

		<td valign="bottom" style="border-bottom: 1px solid #6666cc;"> </td>
	</tr>
	<tr bgcolor="#f8f8fb">
		<td valign="top" colspan="2" style="border-left: 1px solid #6666cc; border-right: 1px solid #6666cc;">
			<img src="/images/checkout/payment2a.gif" alt="Payment:" width="165" height="4" border="0"></td>
	</tr>
	</table>

	<table border="0" cellpadding="0" cellspacing="0" width="100%">

	<tr bgcolor="#f8f8fb">
		<td style="border-left: 1px solid #6666cc; border-bottom: 1px solid #6666cc; border-right: 1px solid #6666cc;" colspan="2">

			<table align="center" border="0" cellpadding="10" cellspacing="0" width="100%">
			<tr>
				<td valign="top" width="30%">
					<p>
						<strong>Choose your payment type:</strong><br>
					</p>

					<table border="0" cellpadding="3" cellspacing="0">
						<tr>
							<td valign="top">
							<input type="radio" name="pay_method" value="CC"checked onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=display_payment', 'order_id', 'pay_method')" >
							</td>
							<td valign="top"><p><label for="CC">Credit Card</label></p></td>
						</tr>
						<tr>

							<td valign="top"> </td>
							<td valign="top"><img src="/images/checkout/payment-CC.gif"></td>
						</tr>

						<tr>
							<td valign="top">
							<input type="radio" name="pay_method" value="PayPal" onclick="OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=display_payment', 'order_id', 'pay_method')" >
							</td>
							<td valign="top"><p><label for="PayPal">PayPal</label></p></td>

						</tr>
						<tr>
							<td valign="top"> </td>
							<td valign="top"><img src="/images/checkout/payment-PayPal.gif"></td>
						</tr>
										</table>
				</td>


				<td valign="top">

					<div name="payment_form" id="payment_form">

						<em>Please choose a payment type.</em>

					</div>
				</td>
			</tr>
			</table>

		</td>

	</tr>
	</table>
	<!-- END PAYMENT TABLE -->

	<!-- BEGIN LINKS TABLE -->
	<img src="/images/transparent-pixel.gif" width="1" height="1" alt="-" vspace="2" border="0"><br>
	<table bgcolor="#ECEDF0" style="border-top: 1px solid #CCCCFF; border-bottom: 1px solid #CCCCFF; border-left: 1px solid #CCCCFF; border-right: 1px solid #CCCCFF;" cellspacing="0" cellpadding="0" align="center"
			width="100%">
	<tr>
		<td>

			<div align="center" class="black-11px" style="margin: 4px;">

			|   <a href="http://www.thinkgeek.com/help/#secure" target="_new" class="novisit">Security</a>  
			|   <a href="http://www.thinkgeek.com/privacy.shtml" target="_new" class="novisit">Privacy</a>  
			|   <a href="http://www.thinkgeek.com/RMA/" target="_new" class="novisit">Hassle Free Returns</a>  

			|   <a href="http://www.thinkgeek.com/help/" target="_new" class="novisit">Customer Service</a>   |

			</div>
		</td>
	</tr>
	</table>
	<!-- END LINKS TABLE -->


</td>
</tr>
</table>


</form>


<div id="payment_form_extra" style="display:none">
    <form name="form_pay_paypal" target="_top" action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input type="hidden" name="cmd" value="_s-xclick">


        <input type="hidden" name="encrypted" value="">

    </form>


</div>






<script>

	var processing_fields;

	function process_order_confirm (extra_flds)
	{
		if (OpenThought.GetElement('ship_method')[1] == 0)
		{
			throw_error_box("Sorry, you must choose a shipping method before you can complete your order.");
			return false;
		}

		var box = OpenThought.FindElement('confirm_box');
		var container = OpenThought.FindElement('confirm_placeholder');

		box.style.top = container.offsetTop;
		box.style.left = container.offsetLeft;
		//box.style.width = container.offsetWidth;

		OpenThought.util.ShowElement('confirm_box'); OpenThought.util.DisableElement('*', { 'EXCEPT' : [ 'confirm_yes', 'confirm_no' ] }); compensate_for_IE_suckiness_on();

		processing_fields = extra_flds;
	}

	function process_order_approve ()
	{
		compensate_for_IE_suckiness_off(); OpenThought.util.EnableElement('*'); OpenThought.util.HideElement('confirm_box');

		var box = OpenThought.FindElement('processing');
		var container = OpenThought.FindElement('confirm_placeholder');
		box.style.top = container.offsetTop;
		box.style.left = container.offsetLeft;
		OpenThought.util.ShowElement('processing'); OpenThought.util.DisableElement('*', { 'EXCEPT' : [ 'cmd', 'encrypted' ] }); compensate_for_IE_suckiness_on();

		OpenThought.CallUrl('https://www.thinkgeek.com/brain/checkout/warpspeed.cgi', 'mode=submit_payment', 'order_id', processing_fields);
	}

	function process_order_deny ()
	{
		compensate_for_IE_suckiness_off(); OpenThought.util.EnableElement('*'); OpenThought.util.HideElement('confirm_box');
	}

</script>





		<!-- END main body -->




    <table width="100%" cellpadding="5" cellspacing="0" border="0" bgcolor="#FFFFCC" id="bottom-link-table">
    <tr>
      <td id="bottom-link-left">
      Tell us your favorite OS. Take our <a href="http://www.thinkgeek.com/feedback.shtml" target="_top"> 46.4-second survey</a>!
      </td>

      <td id="bottom-link-center">
      "Never offend people with style when
      you can offend them with substance." <br>
      --Sam Brown
      </td>
      <td id="bottom-link-right">
      See what some of our
      <a href="http://www.thinkgeek.com/fortune.shtml" target="_top">customers are saying</a>...

      </td>
    </tr>

    </table>


  </td>
</tr>
</table>
<!-- END whole width table -->




<!-- SiteCatalyst code version: G.4.
Copyright 1997-2003 Omniture, Inc. More info available at
http://www.omniture.com --><script language="JavaScript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
var s_pageName="WarpSpeed"
var s_server=""
var s_channel=""
var s_pageType=""
var s_prop1=""
var s_prop2=""
var s_prop3=""
var s_prop4=""
var s_prop5=""
var s_prop6=""
var s_prop7=""
var s_prop8=""
/* E-commerce Variables */
var s_campaign=""
var s_state="Pennsylvania"
var s_zip="19146"
var s_events="scCheckout"
var s_products="Travel & Power;PowerSquid Outlet Multiplier;1;11.99"
var s_purchaseID="b5813364"
var s_eVar1=""
var s_eVar2=""
var s_eVar3=""
var s_eVar4=""
var s_eVar5=""
var s_eVar6=""
var s_eVar7=""
/********* INSERT THE DOMAIN AND PATH TO YOUR CODE BELOW ************/
/********** DO NOT ALTER ANYTHING ELSE BELOW THIS LINE! *************/
var s_code=' '//--></script>
<script language="JavaScript" src="/js/omniture.js"></script>

<script language="JavaScript"><!--
var s_wd=window,s_tm=new Date;if(s_code!=' '){s_code=s_dc(
'thinkgeek');if(s_code)document.write(s_code)}else
document.write('<im'+'g src="https://102.112.2O7.net/b/ss/thinkgeek/1/G.4--FB/s'+s_tm.getTime()+'?[AQB]'
+'&j=1.0&[AQE]" height="1" width="1" border="0" alt="" />')
//--></script><script language="JavaScript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><img
src="https://102.112.2O7.net/b/ss/thinkgeek/1/G.4--NS/0"
height="1" width="1" border="0" alt="" /></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: G.4. -->





<!-- BEGIN OSTG Footer -->
<!-- template sitewide/copyright.tt2 -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center" valign="middle">
	<td height="50">
    <p id="footer">

    © Copyright 1999-2007 - ThinkGeek, Inc. All Rights Reserved		<img src="/brain/affl.cgi?r=https://www.thinkgeek.com/brain/checkout/address.cgi?dsid=ad61c4699a5e04c41e316b71&dsid=da97c5fa94352739c6f54982" width="1" height="1" border="0">  	<br>
    <br>
    About <a href="http://www.thinkgeek.com/about-us/" target="_top">ThinkGeek</a>  &#149; 
  	<a href="http://www.thinkgeek.com/privacy.shtml" target="_top">Privacy Statement</a>  &#149; 
  	<a href="http://www.thinkgeek.com/bug-us/" target="_top">Contact Us</a>

    <br>
    ThinkGeek, Inc. is an <a href="http://www.ostg.com/" TARGET="_blank">OSTG</a> Company
     &#149; 
  	About <a href="http://www.ostg.com/about/"TARGET="_blank">OSTG</a>

    </p>
	</td>
</tr>

</table>
<!-- end OSTG Footer -->



</body>
</html>


http://upallnite.com/receipts/thinkgeek2.html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- template: /account/history/detail/base_print.html -->

<html>
<head>
  <title>ThinkGeek Order Receipt :: Order #b5813364 </title>

  <!-- BEGIN CSS DECLARATION TEMPLATE -->
  <link rel="stylesheet" type="text/css" href="/css/basic.css">
  <style type="text/css">
  @import url(/css/basic.css);
  </style>
  <!-- END CSS DECLARATION TEMPLATE -->


</head>

<body>

    <!-- BEGIN main body -->
    <table width="100%" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" border="0">
    <tr>
    	<td valign="top">
      <div class="generic-cell">

<table border="0" width="97%">

<tr>
<td align="left" width="33%" valign="top">

<img src="/images/logo-bw-printable.gif" align="left" width="210" height="110">

</td>
<td widtn="33%">

<h1 align="center">
Order Receipt
</h1>

<td width="33% valign="top" align="right">

<p class="black-11px">
<strong>ThinkGeek, Inc.</strong><br>

10201 Main Street<br>
Suite 100<br>
Fairfax, VA 22030<br>
USA<br>
1-888-433-5788<br>
<br>
<br>

</p>
</td>
</tr>
</table>


<p class="black-11px" style="line-height: 20px;">
<strong>Order Number:</strong> b5813364 <br>
<strong>Order Date:</strong> May 17, 2007, 12:28pm EDT <br>
<strong>Order Status:</strong> New <br>
<strong>Payment Method:</strong> MASTERCARD 05/2009 <br>

</p>

<br>

    <TABLE BORDER=0 CELLPADDING=4 CELLSPACING=0 WIDTH=90% align="center">
	<TR BGCOLOR="white">
	<TD ALIGN=RIGHT VALIGN=TOP>
	</TD>
	<TD ALIGN=LEFT VALIGN=TOP>
	    <p>
		<strong>Billing Address:</strong>

		</p>
	    <P class="black-11px" style="margin-left: 25px;">
		Joe Osowski<BR>
Street<BR>
City, PA 19146<BR>
United States

		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=TOP>

	</TD>
	<TD ALIGN=LEFT VALIGN=TOP>
	    <p>
		<strong>Shipping Address:</strong>
		</p>
	    <P class="black-11px" style="margin-left: 25px;">
		Joe Osowski<BR>
Street<BR>

City, PA 19146<BR>
United States

		</P>
	</TD>
	</TR>
	</TABLE>




<P><BR></P>

<p>

<strong>Order Details:</strong>
<p>


    <TABLE BORDER=0 CELLPADDING=4 CELLSPACING=0 WIDTH=90% align="center">
	<TR BGCOLOR="#CCCCCC" style="border-bottom: 1px solid Black;">
	<TD WIDTH=40% ALIGN=LEFT VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Product
		</P>
	</TD>

	<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Qty
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Shipped
		</P>
	</TD>

	<TD WIDTH=20% ALIGN=LEFT VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Method
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=LEFT VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Status
		</P>
	</TD>

	<TD WIDTH=10% ALIGN=RIGHT VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Unit
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=MIDDLE style="border-bottom: 1px solid Black;">
	    <P CLASS="smallhdr">
		Total
		</P>
	</TD>

	</TR>
	<TR BGCOLOR="#FFFFFF">
	<TD WIDTH=40% ALIGN=LEFT VALIGN=TOP>
	    <P CLASS="black-11px">
		<A HREF="http://www.thinkgeek.com/gadgets/travelpower/77e6/">PowerSquid Outlet Multiplier - Yellow</A>
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=TOP>

	    <P CLASS="black-11px">
		1
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=TOP>
	    <P CLASS="black-11px">
		0
		</P>
	</TD>
	<TD WIDTH=20% ALIGN=LEFT VALIGN=TOP>

	    <P CLASS="black-11px">
		DHL @Home
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=LEFT VALIGN=TOP>
	    <P CLASS="black-11px">
		New
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=TOP>

	    <P CLASS="black-11px">
		$11.99
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=TOP>
	    <P CLASS="black-11px">
		$11.99
		</P>
	</TD>
	</TR>

    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE style="border-top: 1px solid #CCCCCC;">
	    <P CLASS="black-11px">
		Sub Total:
		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE style="border-top: 1px solid #CCCCCC;">
	    <P CLASS="black-11px">
		$11.99
		</P>

	</TD>
	</TR>
    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		Sales Tax:
		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>

	    <P CLASS="black-11px">
		$0.00
		</P>
	</TD>
	</TR>
    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		Shipping & Handling:
		</P>

	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		$6.07
		</P>
	</TD>
	</TR>
    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>

	    <P CLASS="black-11px">
		<strong>TOTAL:</strong>
		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		<strong>$18.06</strong>
		</P>

	</TD>
	</TR>
    </TABLE>


<p>
<br>
</p>


<p class="black-11px">
Thank you for shopping with us! Please feel free to contact us at orders@thinkgeek.com
or call us at 1-888-433-5788 if you have any questions about your order.
</p>

<br>
<br>

<p class="black-10px">
You're logged in as Joe Osowski (joe.osowski@gmail.com) [ <a href="/brain/account/login.cgi?a=lo&0e2afad21d63105752774487">logout</a> ]
</p>
      </div>
      </td>
    </tr>
    </table>

      <!-- END main body -->

</body>
</html>


http://upallnite.com/receipts/thinkgeek3.html


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- template: /account/history/detail/base.html -->

<html>
<head>
  <title>ThinkGeek :: My Account :: Order Management :: Order Detail #b5813364 </title>

  <!-- BEGIN CSS DECLARATION TEMPLATE -->
  <link rel="stylesheet" type="text/css" href="/css/base.css">
  <style type="text/css">
  @import url(/css/base-import.css);
  </style>
  <!-- END CSS DECLARATION TEMPLATE -->


</head>

<body background="/images/bg.gif">

<!-- BEGIN top table, logo, search and top right navigation -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
  <td valign="top">

  <a href="http://www.thinkgeek.com/"><img src="/images/tg-logo.gif" height="62" width="170" alt="ThinkGeek" border="0"></a></td>
  <td valign="top" align="right">
    <form action="/brain/whereisit.cgi" method="get">
    <table cellpadding="0" cellspacing="0"><tr>

    <td><img src="/images/navigation/top-nav-search.gif" height="5" width="39" alt="Search"></td>
    <td><input type="text" name="t" value="" size="12" class="search"></td>
    <td><input type="image" src="/images/navigation/top-nav-go.gif" alt="GO" border="0"></td>
    </tr></table>
    </form>
  </td>
  <td valign="top" align="right" width="300">
    <table cellpadding="0" cellspacing="0" border="0" width="285" align="right">
    <tr>

      <td align="right" valign="middle" id="top-right-nav-row1" class="white-11px">
      <a href="https://www.thinkgeek.com/brain/account/index.cgi"><img src="/images/navigation/top-nav-account-icon.gif" alt="Account" width="24" height="15" border="0" align="absmiddle"></a><a href="https://www.thinkgeek.com/brain/account/index.cgi">Account</a>
      <a href="http://www.thinkgeek.com/brain/wishes.cgi"><img src="/images/navigation/top-nav-wishlists-icon.gif" alt="Wishlists" width="27" height="15" border="0" align="absmiddle"></a><a href="http://www.thinkgeek.com/brain/wishes.cgi">Wishlists</a>
      <a href="http://www.thinkgeek.com/"><img src="/images/navigation/top-nav-home-icon.gif" width="20" height="15" alt="Home" border="0" align="absmiddle"></a><a href="http://www.thinkgeek.com/">Home</a>
      </td>
    </tr>
    <tr>

      <td align="right" valign="middle" id="top-right-nav-row2" class="white-11px">| <a href="http://www.thinkgeek.com/about-us/">About Us</a> | <a href="http://www.thinkgeek.com/bug-us/">Bug Us</a> | <a href="http://www.thinkgeek.com/fortune.shtml">Fortunes</a> | <a href="http://www.thinkgeek.com/help/">Help</a> | <img src="/images/navigation/top-nav2-baby.gif" width="32" height="21" alt="Cute Baby" border="0" align="absmiddle"></td>
    </tr>

    <tr>
      <td id="top-right-nav-row3"><img src="/images/transparent-pixel.gif" width="1" height="18" alt="-" border="0"></td>
    </tr>
    </table>
  </td>
</tr>
</table>
<!-- END top table, logo, search and top right navigation -->

<!-- BEGIN whole width table -->
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>

  <td width="177" valign="top">

    <!-- BEGIN left side navigation -->
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
      <!-- BEGIN light grey section -->
      <td width="177" bgcolor="#999999">
        <img src="/images/tg-logo-tagline.gif" width="177" height="17" alt="Stuff for Smart Masses" border="0">

        <!-- BEGIN SITE_NAVIGATION TEMPLATE -->

        <!-- BEGIN dark grey section -->
        <table bgcolor="#333333" width="163" border="0" cellpadding="0" cellspacing="0" id="nav-table">
        <tr><td align="right" bgcolor="#494A5B" valign="top"><img src="/images/navigation/left-nav-header.gif" width="163" height="24" alt="Show Your Geek!" border="0"></td></tr>
        <tr>
          <td>
            <div class="nav-yellow">
            + <a href="http://www.thinkgeek.com/tshirts/">T-shirts</a><br>
            + <a href="http://www.thinkgeek.com/apparel/">Other Apparel</a><br>

            + <a href="http://www.thinkgeek.com/geektoys/">Geek Toys</a><br>
            + <a href="http://www.thinkgeek.com/gadgets/">Gadgets</a><br>
            + <a href="http://www.thinkgeek.com/homeoffice/">Home & Office</a><br>
            + <a href="http://www.thinkgeek.com/computing/">Computing</a><br>

            + <a href="http://www.thinkgeek.com/caffeine/">Caffeine</a><br>
            + <a href="http://www.thinkgeek.com/electronics/">Electronics</a><br>
            + <a href="http://www.thinkgeek.com/books/">Books</a><br>
            </div>
            <div class="nav-bottom-white">
            &#149; <a href="http://www.thinkgeek.com/whats-new/">What's New</a> <br>

            &#149; <a href="http://www.thinkgeek.com/clearance/">Clearance</a> <a href="/clearance.rss"><br>
            </div>
          </td>
        </tr>
        <tr>
          <td align="right" valign="bottom"><img src="/images/navigation/left-nav-corner2.gif" width="163" height="5" alt="decorative corner" border="0"></td>
        </tr>

        </table>
        <!-- END dark grey section -->
        <div class="nav-extra" style="margin-top: -10px; margin-right: 30px; margin-left: 0px; margin-bottom: 10px;
        		border: groove 0px #C1C1C1; padding-top: 5px; padding-right: 5px; padding-bottom: 8px; padding-left: 8px;
            background: #666666 url(/images/navigation/left-nav-corner4.gif) no-repeat bottom right;">

        &#149; <a href="https://www.thinkgeek.com/brain/order/certificate.cgi">Gift Certificates</a><br>
        &#149; <a href="http://www.thinkgeek.com/affiliates/">Affiliate Program</a><br>
        &#149; <a href="http://www.thinkgeek.com/brain/gpenroll.cgi">Geek Points</a><br>

        &#149; <a href="http://www.thinkgeek.com/site-index/">Site Index</a><br>
        </div>

        <!-- BEGIN navigate by interest -->
        <form action="/brain/redir.cgi" method="get" id="nav-by-interest">
        <div id="interest">Navigate by Interest:</div>
          <table cellpadding="0" cellspacing="0" align="center" border="0"><tr>
          <td>
            <select name="p" onchange="window.location=this.options[this.selectedIndex].value; return true" class="smalldropdown">
            <option value="/interest/exclusives/?cpg=nbi">ThinkGeek Exclusives</option>

            <option value="/interest/giftsforhim/?cpg=nbi">Gifts for Him</option>
            <option value="/interest/giftsforher/?cpg=nbi">Gifts for Her</option>
            <option value="/interest/giftsforkids/?cpg=nbi">Gifts for Kids</option>
            <option value="/interest/giftsunder10/?cpg=nbi">Gifts Under $10</option>
            <option value="/interest/giftsunder20/?cpg=nbi">Gifts Under $20</option>
            <option value="/interest/giftsunder50/?cpg=nbi">Gifts Under $50</option>

            <option value="/interest/giftsunder100/?cpg=nbi">Gifts Under $100</option>
            <option value="/interest/giftsover100/?cpg=nbi">Gifts Over $100</option>
            <option value="/interest/geeksonthego/?cpg=nbi">Geeks on the Go</option>
            <option value="/interest/gadgetfreak/?cpg=nbi">Gadget Freak</option>
            <option value="/interest/students/?cpg=nbi">Stuff for Students</option>
            <option value="/interest/web/?cpg=nbi">Web Developer</option>

            <option value="/interest/diy/?cpg=nbi">DIY Goodies</option>
            <option value="/interest/monkeys/?cpg=nbi">Monkeys</option>
            <option value="/interest/retro/?cpg=nbi">Cool Retro Stuff!</option>
            <option value="/interest/favorites/?cpg=nbi">Our Favorites</option>
            <option value="/interest/binary/?cpg=nbi">Binary</option>
            <option value="/interest/codergoodies/?cpg=nbi">Coder Goodies</option>
            <option value="/interest/ipod/?cpg=nbi">iPod Stuff</option>

            <option value="/interest/foryourhome/?cpg=nbi">For Your Home</option>
            <option value="/interest/gamer/?cpg=nbi">Gamer</option>
            <option value="/interest/linux/?cpg=nbi">Linux & Tux</option>
            <option value="/interest/madscientist/?cpg=nbi">Mad Scientist</option>
            <option value="/twit/?cpg=nbi">TWiT Store</option>
            <option value="/pennyarcade/?cpg=nbi">Penny Arcade Store</option>

            <option value="/pvp/?cpg=nbi">PVP Store</option>
            <option value="/interest/microgoodies/?cpg=nbi">Micro Goodies</option>
            <option value="/interest/usb/?cpg=nbi">USB Devices</option>
            <option value="/interest/outdoors/?cpg=nbi">Outdoor Geek</option>
            </select>
          </td>
          <td><input type="Image" src="/images/navigation/left-nav-interest-go.gif" width="25" height="17" alt="GO!" border="0"></td>

          </tr></table>
        </form>
        <!-- END navigate by interest -->

        <!-- END SITE_NAVIGATION TEMPLATE -->

      </td>

      <td width="10" valign="top"><img src="/images/navigation/left-nav-corner1.gif" width="10" height="10" alt="decorative corner" border="0"></td>
      <!-- END light grey section -->

    </tr>
    <tr><td><img src="/images/navigation/left-nav-corner3.gif" width="177" height="5" alt="" border="0"></td><td></td></tr>

    <tr>
      <td colspan="2" align="center">

	<!-- BEGIN Link to RSS Page -->
	<div class="nav-extra" style="margin: 0px 30px 0px 0px; padding: 3px 3px 4px 10px; text-align: left; background: #666666 url(/images/navigation/left-nav-rss-corner.gif) no-repeat bottom right;">
		<a href="http://www.thinkgeek.com/feeds.html"><img src="/images/rss-icon.gif" width="12" height="12" border="0" alt="RSS" align="absmiddle"></a> <a href="http://www.thinkgeek.com/feeds.html">RSS Feeds & Info</a>
	</div>
	<!-- END Link to RSS Page -->

<br>

     <!-- BEGIN internal advertisements -->

	<a href="http://www.thinkgeek.com//jobs/"><img src="/images/other/navbanner-hiring-cussrv-sup.gif" alt="We're Hiring!" width="120" height="60" border="0" class="nav-ad"></a><br>

     <a href="http://www.thinkgeek.com/brain/dear_timmy.cgi"><img src="/images/other/navbanner-deartimmy.gif" alt="Dear Timmy" width="120" height="60" border="0" class="nav-ad"></a><br>

	 <a href="http://www.thinkgeek.com/newsletter.shtml"><img src="/images/other/navbanner-newsletter.gif" alt="New products,promos and deals. Sign up for our E-mail Newsletter!" width="120" height="60" border="0" class="nav-ad"></a>

     <a href="http://www.thinkgeek.com/brain/customer_bounty.cgi"><img src="/images/other/navbanner-bounty2.gif" alt="Your Ideas = $500. The ThinkGeek Bounty Program!" width="120" height="60" border="0" class="nav-ad"></a><br>

    <!-- END internal advertisements -->


      </td>
    </tr>
    </table>

    <!-- END left side navigation -->

  </td>
  <td valign="top" id="main-body-cell">

    <!-- BEGIN login and loot section -->
    <table width="100%" cellpadding="0" cellspacing="0" border="0" id="login-loot">

    <tr>
      <td align="left" class="black-10px">
      You're logged in as Joe Osowski (joe.osowski@gmail.com) [ <a href="/brain/account/login.cgi?a=lo&77fb101ebf57f4fbdf2efb87">logout</a> ]
      </td>
      <td align="right" class="loot">
      <a href="http://www.thinkgeek.com/brain/loot.cgi"><img src="/images/loot-icon.gif" width="16" height="16" alt="Loot!" border="0" align="absmiddle"></a> <a href="http://www.thinkgeek.com/brain/loot.cgi">Loot</a>:  Your cart is empty.
      </td>

    </tr>
    </table>
    <!-- END login and loot section -->




    <!-- BEGIN main body -->
    <table width="100%" bgcolor="#FFFFFF" cellpadding="0" cellspacing="0" border="0" id="main-body">
    <tr>
    	<td valign="top">
      <div class="generic-cell">

<h1>

<A HREF="https://www.thinkgeek.com/brain/account/index.cgi">Account</A> >
<A HREF="https://www.thinkgeek.com/brain/account/history.cgi">Order Management</A> >
Order #b5813364
</h1>

<h2>
Order Summary
</h2>

<table width="90%" cellpadding="5" cellspacing="0" border="0" align="center" style="border: 1px solid #000000;">
<tr>
	<td valign="top">

    <p class="head3">Order Info:</p>
    <p class="black-11px" style="margin-left: 25px; line-height: 16px;">
    <strong>Order Date:</strong> May 17, 2007, 12:28pm EDT<br>
    <strong>Payment:</strong> MASTERCARD 05/2009<br>
    <span style="color: red;"><strong>Order Status:</strong> New<br></span>

    <strong>Status Updated:</strong> May 17, 2007, 12:28pm EDT
    </p>
    </td>
	<td valign="top" style="border-left: 1px solid #cccccc;">
    <p class="head3">Ship To:</p>
    <p class="black-11px" style="margin-left: 25px; line-height: 16px;">Joe Osowski<BR>
Street Addr<BR>

City, PA 19146<BR>
United States
</p>
    </td>
	<td valign="top" style="border-left: 1px solid #cccccc;">
    <p class="head3">Bill To:</p>
    <p class="black-11px" style="margin-left: 25px; line-height: 16px;">Joe Osowski<BR>
Street Addr<BR>
City, PA 19146<BR>

United States
</p>
    </td>
</tr>
<tr>
	<td valign="top" colspan="3" align="center" style="border-top: 1px solid #cccccc;">
    <p class="black-11px">
     [ <a href="https://www.thinkgeek.com/brain/account/history.cgi?a=d&id=b5813364&printable=yes" target="_blank">Click here for Printable Receipt</a> ]
    </p>
    </td>

</tr>
</table>
<br>

<table border="0" align="center" cellpadding="5" style="border: 2px solid #CC0000;" width="75%">
<tr><td nowrap="nowrap">
<p class="black-12px"><a href="/help/#cancellation" target="_blank"><img src="/images/other/info-icon-red.gif" alt="!" width="17" height="17" hspace="1" border="0" align="absmiddle"></a>
You can cancel this order. <span class="black-10px">[ <a href="/help/#cancellation">More Info</a> ]</span> </p>
</td>
<td align="right" nowrap="nowrap">
<p class="black-12px">

[ <a href="/brain/account/ocancel.cgi?oid=b5813364"><strong>Cancel This Order</strong></a> ]
</p>
</td></tr>
</table>




<h2>
Products
</h2>


<TABLE BORDER=0 CELLPADDING=1 CELLSPACING=0 ALIGN=CENTER WIDTH=90%>

<TR BGCOLOR="black">
<TD>
    <TABLE BORDER=0 CELLPADDING=4 CELLSPACING=0 WIDTH=100%>
	<TR BGCOLOR="#CCCCCC">
	<TD WIDTH=40% ALIGN=LEFT VALIGN=MIDDLE>
	    <P CLASS="smallhdr">
		Product
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE>

	    <P CLASS="smallhdr">
		Qty
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=MIDDLE>
	    <P CLASS="smallhdr">
		Shipped
		</P>
	</TD>
	<TD WIDTH=20% ALIGN=LEFT VALIGN=MIDDLE>

	    <P CLASS="smallhdr">
		Method
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=LEFT VALIGN=MIDDLE>
	    <P CLASS="smallhdr">
		Status
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=MIDDLE>

	    <P CLASS="smallhdr">
		Unit
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="smallhdr">
		Total
		</P>
	</TD>
	</TR>

	<TR BGCOLOR="#FFFFFF">
	<TD WIDTH=40% ALIGN=LEFT VALIGN=TOP>
	    <P CLASS="black-11px">
		<A HREF="http://www.thinkgeek.com/gadgets/travelpower/77e6/">PowerSquid Outlet Multiplier - Yellow</A>
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=TOP>
	    <P CLASS="black-11px">

		1
		</P>
	</TD>
	<TD WIDTH=5% ALIGN=CENTER VALIGN=TOP>
	    <P CLASS="black-11px">
		0
		</P>
	</TD>
	<TD WIDTH=20% ALIGN=LEFT VALIGN=TOP>
	    <P CLASS="black-11px">

		DHL @Home
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=LEFT VALIGN=TOP>
	    <P CLASS="black-11px">
		New
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=TOP>
	    <P CLASS="black-11px">

		$11.99
		</P>
	</TD>
	<TD WIDTH=10% ALIGN=RIGHT VALIGN=TOP>
	    <P CLASS="black-11px">
		$11.99
		</P>
	</TD>
	</TR>

    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		Sub Total:
		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		$11.99
		</P>

	</TD>
	</TR>
    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		Sales Tax:
		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>

	    <P CLASS="black-11px">
		$0.00
		</P>
	</TD>
	</TR>
    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		Shipping:
		</P>

	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		$6.07
		</P>
	</TD>
	</TR>
    <TR BGCOLOR="#DFE1E4">
	<TD COLSPAN=6 ALIGN=RIGHT VALIGN=MIDDLE>

	    <P CLASS="black-11px">
		<strong>TOTAL:</strong>
		</P>
	</TD>
	<TD ALIGN=RIGHT VALIGN=MIDDLE>
	    <P CLASS="black-11px">
		<strong>$18.06</strong>
		</P>

	</TD>
	</TR>
    </TABLE>
</TD>
</TR>
</TABLE>

<div align="center" class="black-11px">
Please visit our <A HREF="http://www.thinkgeek.com/help/ordering.shtml#status">Help Section</A> for <em>Status</em> explanations.

</div>







<p>
<br>
</p>

      </div>
      </td>
    </tr>

    </table>
      <!-- END main body -->




    <table width="100%" cellpadding="5" cellspacing="0" border="0" bgcolor="#FFFFCC" id="bottom-link-table">
    <tr>
      <td id="bottom-link-left">
      Tell us your favorite OS. Take our <a href="http://www.thinkgeek.com/feedback.shtml"> 46.4-second survey</a>!
      </td>
      <td id="bottom-link-center">

      "Never offend people with style when
      you can offend them with substance." <br>
      --Sam Brown
      </td>
      <td id="bottom-link-right">
      See what some of our
      <a href="http://www.thinkgeek.com/fortune.shtml">customers are saying</a>...

      </td>
    </tr>
    </table>


  </td>
</tr>
</table>
<!-- END whole width table -->

<!-- SiteCatalyst code version: G.4.
Copyright 1997-2003 Omniture, Inc. More info available at
http://www.omniture.com --><script language="JavaScript"><!--
/* You may give each page an identifying name, server, and channel on
the next lines. */
var s_pageName="/brain/account/history.cgi"
var s_server=""
var s_channel=""
var s_pageType=""
var s_prop1=""
var s_prop2=""
var s_prop3=""
var s_prop4=""
var s_prop5=""
var s_prop6=""
var s_prop7=""
var s_prop8=""
/* E-commerce Variables */
var s_campaign=""
var s_state=""
var s_zip=""
var s_events=""
var s_products=""
var s_purchaseID=""
var s_eVar1=""
var s_eVar2=""
var s_eVar3=""
var s_eVar4=""
var s_eVar5=""
var s_eVar6=""
var s_eVar7=""
/********* INSERT THE DOMAIN AND PATH TO YOUR CODE BELOW ************/
/********** DO NOT ALTER ANYTHING ELSE BELOW THIS LINE! *************/
var s_code=' '//--></script>
<script language="JavaScript" src="https://www.thinkgeek.com/js/omniture.js"></script>
<script language="JavaScript"><!--
var s_wd=window,s_tm=new Date;if(s_code!=' '){s_code=s_dc(
'thinkgeek');if(s_code)document.write(s_code)}else
document.write('<im'+'g src="https://102.112.2O7.net/b/ss/thinkgeek/1/G.4--FB/s'+s_tm.getTime()+'?[AQB]'
+'&j=1.0&[AQE]" height="1" width="1" border="0" alt="" />')
//--></script><script language="JavaScript"><!--
if(navigator.appVersion.indexOf('MSIE')>=0)document.write(unescape('%3C')+'\!-'+'-')
//--></script><noscript><img
src="https://102.112.2O7.net/b/ss/thinkgeek/1/G.4--NS/0"
height="1" width="1" border="0" alt="" /></noscript><!--/DO NOT REMOVE/-->
<!-- End SiteCatalyst code version: G.4. -->


<!-- BEGIN OSTG Footer -->
<!-- template copyright.html -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center" valign="middle">
	<td height="50">
    <p id="footer">
    © Copyright 1999-2007 - ThinkGeek, Inc. All Rights Reserved
  	<img src="/brain/affl.cgi?r=https://www.thinkgeek.com/brain/order/receipt.cgi?id=b5813364" width="1" height="1" border="0">
  	<br>
    <br>

    About <a href="http://www.thinkgeek.com/about-us/">ThinkGeek</a>  &#149; 
  	<a href="http://www.thinkgeek.com/privacy.shtml">Privacy Statement</a>  &#149; 
  	<a href="http://www.thinkgeek.com/bug-us/">Contact Us</a>
    <br>
    ThinkGeek, Inc. is an <a href="http://www.ostg.com/" TARGET="_blank">OSTG</a> Company
     &#149; 

  	About <a href="http://www.ostg.com/about/"TARGET="_blank">OSTG</a>

    </p>
	</td>
</tr>
</table>
<!-- end OSTG Footer -->



</body>
</html>