-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsigned-out.html
53 lines (51 loc) · 29.3 KB
/
signed-out.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- saved from url=(0112)http://signin.ebay.com/ws/eBayISAPI.dll?SignOutConfirm&i=.075100051000210001700098000480010800041000350002400001 -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><title>You've signed out. See you again soon!</title><meta content="text/html"><script async="" defer="" id="xdr_ext_0" type="text/javascript" src="./signed-out_files/rtm"></script><style id="wrc-middle-css" type="text/css">.wrc_whole_window{ display: none; position: fixed; z-index: 2147483647; background-color: rgba(40, 40, 40, 0.9); word-spacing: normal !important; margin: 0px !important; padding: 0px !important; border: 0px !important; left: 0px; top: 0px; width: 100%; height: 100%; line-height: normal !important; letter-spacing: normal !important; overflow: hidden;}.wrc_bar_window{ display: none; position: fixed; z-index: 2147483647; background-color: rgba(60, 60, 60, 1.0); word-spacing: normal !important; font-family: Segoe UI, Arial Unicode MS, Arial, Sans-Serif; margin: 0px !important; padding: 0px !important; border: 0px !important; left: 0px; top: 0px; width: 100%; height: 40px; line-height: normal !important; letter-spacing: normal !important; color: white !important; font-size: 13px !important;}.wrc_middle { display: table-cell; vertical-align: middle; width: 100%;}.wrc_middle_main { font-family: Segoe UI, Arial Unicode MS, Arial, Sans-Serif; font-size: 14px; width: 600px; height: auto; background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/background-body.jpg) repeat-x left top; background-color: rgb(39, 53, 62); position: relative; margin-left: auto; margin-right: auto; text-align: left;}.wrc_middle_tq_main { font-family: Segoe UI, Arial Unicode MS, Arial, Sans-Serif; font-size: 16px; width: 615px; height: 460px; background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/background-sitecorrect.png) no-repeat; background-color: white; color: black !important; position: relative; margin-left: auto; margin-right: auto; text-align: center;}.wrc_middle_logo { background: url(chrome-extension://icmlaeflemplmjndnaapfdbbnpncnbda/skin/images/logo.jpg) no-repeat left bottom; width: 140px; height: 42px; color: orange; display: table-cell; text-align: right; vertical-align: middle;}.wrc_icon_warning { margin: 20px 10px 20px 15px; float: left; background-color: transparent;}.wrc_middle_title { color: #b6bec7; height: auto; margin: 0px auto; font-size: 2.2em; white-space: nowrap; text-align: center;}.wrc_middle_hline { height: 2px; width: 100%; display: block;}.wrc_middle_description { text-align: center; margin: 15px; font-size: 1.4em; padding: 20px; height: auto; color: white; min-height: 3.5em;}.wrc_middle_actions_main_div { margin-bottom: 15px; text-align: center;}.wrc_middle_actions_blue_button div { display: inline-block; width: auto; cursor: Pointer; margin: 3px 10px 3px 10px; color: white; font-size: 1.2em; font-weight: bold;}.wrc_middle_actions_blue_button { -moz-appearance: none; border-radius: 7px; -moz-border-radius: 7px/7px; border-radius: 7px/7px; background-color: rgb(0, 173, 223) !important; display: inline-block; width: auto; cursor: Pointer; border: 2px solid #00dddd; padding: 0px 20px 0px 20px;}.wrc_middle_actions_blue_button:hover { background-color: rgb(0, 159, 212) !important;}.wrc_middle_actions_blue_button:active { background-color: rgb(0, 146, 200) !important; border: 2px solid #00aaaa;}.wrc_middle_actions_grey_button div { display: inline-block; width: auto; cursor: Pointer; margin: 3px 10px 3px 10px; color: white !important; font-size: 15px; font-weight: bold;}.wrc_middle_actions_grey_button { -moz-appearance: none; border-radius: 7px; -moz-border-radius: 7px/7px; border-radius: 7px/7px; background-color: rgb(100, 100, 100) !important; display: inline-block; width: auto; cursor: Pointer; border: 2px solid #aaaaaa; text-decoration: none; padding: 0px 20px 0px 20px;}.wrc_middle_actions_grey_button:hover { background-color: rgb(120, 120, 120) !important;}.wrc_middle_actions_grey_button:active { background-color: rgb(130, 130, 130) !important; border: 2px solid #00aaaa;}.wrc_middle_action_low { font-size: 0.9em; white-space: nowrap; cursor: Pointer; color: grey !important; margin: 10px 10px 0px 10px; text-decoration: none;}.wrc_middle_action_low:hover { color: #aa4400 !important;}.wrc_middle_actions_rest_div { padding-top: 5px; white-space: nowrap; text-align: center;}.wrc_middle_action { white-space: nowrap; cursor: Pointer; color: red !important; font-size: 1.2em; margin: 10px 10px 0px 10px; text-decoration: none;}.wrc_middle_action:hover { color: #aa4400 !important;}</style><script id="wrc-script-middle_window" type="text/javascript" language="JavaScript">var g_inputsCnt = 0;var g_InputThis = new Array(null, null, null, null);var g_alerted = false;/* we test the input if it includes 4 digits (input is a part of 4 inputs for filling the credit-card number)*/function is4DigitsCardNumber(val){ var regExp = new RegExp('[0-9]{4}'); return (val.length == 4 && val.search(regExp) == 0);}/* testing the whole credit-card number 19 digits devided by three '-' symbols or exactly 16 digits without any dividers*/function isCreditCardNumber(val){ if(val.length == 19) { var regExp = new RegExp('[0-9]{4}-[0-9]{4}-[0-9]{4}-[0-9]{4}'); return (val.search(regExp) == 0); } else if(val.length == 16) { var regExp = new RegExp('[0-9]{4}[0-9]{4}[0-9]{4}[0-9]{4}'); return (val.search(regExp) == 0); } return false;}function CheckInputOnCreditNumber(self){ if(g_alerted) return false; var value = self.value; if(self.type == 'text') { if(is4DigitsCardNumber(value)) { var cont = true; for(i = 0; i < g_inputsCnt; i++) if(g_InputThis[i] == self) cont = false; if(cont && g_inputsCnt < 4) { g_InputThis[g_inputsCnt] = self; g_inputsCnt++; } } g_alerted = (g_inputsCnt == 4); if(g_alerted) g_inputsCnt = 0; else g_alerted = isCreditCardNumber(value); } return g_alerted;}function CheckInputOnPassword(self){ if(g_alerted) return false; var value = self.value; if(self.type == 'password') { g_alerted = (value.length > 0); } return g_alerted;}function onInputBlur(self, bRatingOk, bFishingSite){ var bCreditNumber = CheckInputOnCreditNumber(self); var bPassword = CheckInputOnPassword(self); if((!bRatingOk || bFishingSite == 1) && (bCreditNumber || bPassword) ) { var warnDiv = document.getElementById("wrcinputdiv"); if(warnDiv) { /* show the warning div in the middle of the screen */ warnDiv.style.left = "0px"; warnDiv.style.top = "0px"; warnDiv.style.width = "100%"; warnDiv.style.height = "100%"; document.getElementById("wrc_warn_fs").style.display = 'none'; document.getElementById("wrc_warn_cn").style.display = 'none'; if(bFishingSite) document.getElementById("wrc_warn_fs").style.display = 'block'; else document.getElementById("wrc_warn_cn").style.display = 'block'; warnDiv.style.display = 'table'; } }}</script><link href="./signed-out_files/still" media="screen" type="text/css" rel="stylesheet"></head><body class="sz980 sz1200" id="body"><div id="gh-gb"></div><div></div><div></div><script>var pageHasRtmPlacements = true;</script><link rel="stylesheet" type="text/css" href="./signed-out_files/ap4u1bjwku2hjbgfl25ph44fh.css"><script type="text/javascript" src="./signed-out_files/r32gctn0fu3vjkpge2mjhij3q.js"></script><script type="text/javascript">vjo.dsf.error.ErrorHandlerManager.register(new vjo.dsf.error.DefaultErrorHandler());
vjo.dsf.error.ErrorHandlerManager.enableOnError(true, false);
vjo.dsf.cookie.VjCookieJar.sCookieDomain = '.ebay.com';vjo.dsf.cookie.VjCookieJar.writeCookielet('ebay','js','1');
</script><div></div>
<div class="pagewidth">
<div class="pageminwidth">
<div class="pagelayout">
<div class="pagecontainer">
<div class="GlobalNavigation" id="GlobalNavigation"><div><script type="text/javascript">var _GlobalNavHeaderUtf8Encoding=true,includeHost='http://include.ebaystatic.com/';</script><link rel="stylesheet" type="text/css" href="./signed-out_files/all.min"><!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="http://gh.ebaystatic.com/header/css/glb.ielt9?combo=53&ds=3&siteid=0&rvr=1.0.0&factor=AKAMIZEDAC,UX&h=21059"><![endif]-->
<a class="gh-hdn" href="http://signin.ebay.com/ws/eBayISAPI.dll?SignOutConfirm&i=.075100051000210001700098000480010800041000350002400001#mainContent">Skip to main content</a><div id="gh" class="gh-w
gh-site-0"><table class="gh-tbl"><tbody><tr><td class="gh-td"><a id="gh-la" _sp="m570.l2586" class="iclg" href="http://www.ebay.com/">eBay<img border="0" width="117" height="92" id="gh-logo" src="./signed-out_files/spr6.png" alt="" style="clip:rect(43px, 118px, 93px, 0px); position:absolute; top:-44px;left:0"></a></td><td class="gh-td"><div id="gh-shop" aria-controls="gh-sbc-o"><a id="gh-shop-a" href="http://www.ebay.com/sch/allcategories/all-categories?_trksid=m570.l3694">Shop by<br>category<i id="gh-shop-ei"></i></a></div></td><td class="gh-td-s"><form action="http://www.ebay.com/sch/i.html" method="get" id="gh-f"><input type="hidden" value="m570.l1313" name="_trksid"><table class="gh-tbl2"><tbody><tr><td class="gh-td-s"><div id="gh-ac-box"><div id="gh-ac-box2"><label class="gh-hdn g-hdn" for="gh-ac">Enter your search keyword</label><input autocomplete="off" name="_nkw" id="gh-ac" placeholder="Search... " maxlength="300" size="50" class="gh-tb ui-autocomplete-input" type="text"><span role="status" aria-live="polite" class="ui-helper-hidden-accessible"></span></div></div></td><td class="gh-td" id="gh-cat-td"><div id="gh-cat-box"><select name="_sacat" id="gh-cat" size="1" class="gh-sb" title="Select a category for search"><option value="0" selected="selected">All Categories </option><option value="20081">Antiques</option><option value="550">Art</option><option value="2984">Baby</option><option value="267">Books</option><option value="12576">Business & Industrial</option><option value="625">Cameras & Photo</option><option value="15032">Cell Phones & Accessories</option><option value="11450">Clothing, Shoes & Accessories</option><option value="11116">Coins & Paper Money</option><option value="1">Collectibles</option><option value="58058">Computers/Tablets & Networking</option><option value="293">Consumer Electronics</option><option value="14339">Crafts</option><option value="237">Dolls & Bears</option><option value="11232">DVDs & Movies</option><option value="6000">eBay Motors</option><option value="45100">Entertainment Memorabilia</option><option value="172008">Gift Cards & Coupons</option><option value="26395">Health & Beauty</option><option value="11700">Home & Garden</option><option value="281">Jewelry & Watches</option><option value="11233">Music</option><option value="619">Musical Instruments & Gear</option><option value="1281">Pet Supplies</option><option value="870">Pottery & Glass</option><option value="10542">Real Estate</option><option value="316">Specialty Services</option><option value="888">Sporting Goods</option><option value="64482">Sports Mem, Cards & Fan Shop</option><option value="260">Stamps</option><option value="1305">Tickets</option><option value="220">Toys & Hobbies</option><option value="3252">Travel</option><option value="1249">Video Games & Consoles</option><option value="99">Everything Else</option></select></div></td>
<td class="gh-td"><input value="Search" id="gh-btn" class="btn btn-prim" type="submit" style="display: inline-block;"></td><td class="gh-td"><div id="gh-as"><a title="Advanced Search" id="gh-as-a" _sp="m570.l2614" class="thrd" href="http://www.ebay.com/sch/ebayadvsearch/?rt=nc">Advanced</a></div></td>
</tr></tbody></table><input type="hidden" name="_from" value="R40"></form></td></tr></tbody></table><div id="gh-top"><ul id="gh-topl" style="display: block;"><li id="gh-eb-u" class="gh-t"><span id="gh-ug">Hi! <a _sp="m570.l1524" href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn" rel="nofollow">Sign in</a> or <a _sp="m570.l2621" href="https://scgi.ebay.com/ws/eBayISAPI.dll?RegisterEnterInfo" rel="nofollow">register</a></span></li><li class="gh-t"><a id="gh-p1" _sp="m570.l3188" href="http://deals.ebay.com/">Daily Deals</a></li></ul><noscript class="gh-t" id="_nkw">Hi, (<a class="gh-a" href="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&_trksid=m570.l3348">Sign in</a> to bid or buy)</noscript><ul id="gh-eb" class="gh-clearfix" role="menubar"><li class="gh-eb-li" id="gh-eb-My"><a _sp="m570.l2919" class="gh-eb-li-a" href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay&gbh=1">My eBay</a></li><li class="gh-eb-li" id="gh-eb-Sell"><a _sp="m570.l1528" class="gh-eb-li-a" href="http://cgi5.ebay.com/ws/eBayISAPI.dll?aidZ153=&MfcISAPICommand=SellHub3">Sell</a></li><li class="gh-eb-li" id="gh-eb-Comm"><a _sp="m570.l1540" class="gh-eb-li-a" href="http://community.ebay.com/">Community</a></li><li class="gh-eb-li" id="gh-eb-Cust"><a _sp="m570.l1545" class="gh-eb-li-a" href="http://ocs.ebay.com/ws/eBayISAPI.dll?CustomerSupport">Customer Support</a></li><li class="gh-eb-li gh-eb-li-last" id="gh-cart"><a _sp="m570.l2633" class="gh-eb-li-a" href="http://cart.payments.ebay.com/sc/view"><i class="gspr icsc"></i>Cart</a></li></ul></div></div><a name="mainContent"></a>
<!--ts:2013.05.22.18:00--><!--rq:--><script src="./signed-out_files/all(1).min"></script> <script type="text/javascript">
if (typeof GH != "undefined" && GH) {
GH_config = {
siteId:"0",
algo:"1369237562",
catId:"0", sin:0,ct:0,pageId:4712,notifCfg:{"b3":[4,4,380619325383],"d":1,"n":4},catURL:'http://include.ebaystatic.com/categoryjs/104/en_US_MAIN/category_104en_US_MAIN0.js',impId:'ADtvLrHU*'};GH.init();}</script><script type="text/javascript">var RoverDomainBaseUrl = 'http://rover.ebay.com';var svrGMT = 1369273457611;</script></div></div><script type="text/javascript">(function(){
var _s=vjo.dsf.ServiceEngine, $se=_s.register;var _r=vjo.Registry;
_r.put('1', new vjo.darwin.core.rtm.RTMInit({"contentTypes":[null,null,null,null,null,null,null,null,null,null],"triggerEvent":["0","0","0","0","0","0","0","0","0","0"],"onload":false,"defaultUrls":["","","","","","","","","",""],"onLoadAndScrollPids":[],"pids":["524","520","258","320","321","322","323","324","325","1557"],"onLoadAndScrollSiteSpeedPids":[],"adSurveyJsUrl":"http://ir.ebaystatic.com/v4js/z/qw/tj0skww20yznhcd5laryr1vlu.js#GH-ZAM_AdSurvey_e823_1_Ear_en_US","expJsUrl":"http://ir.ebaystatic.com/v4js/z/ur/grupfpzzoq4wjpypydpyjswhd.js#GH-ZAM_ExpAd_e823_1_Ear_en_US","htmlIds":["rtm_html_524","rtm_html_520","rtm_html_258","rtm_html_320","rtm_html_321","rtm_html_322","rtm_html_323","rtm_html_324","rtm_html_325","rtm_html_1557"],"expandDirections":[null,null,null,null,null,null,null,null,null,null],"hasSurvey":[null,null,null,null,null,null,null,null,null,null],"fetchUrl":null,"quickPids":[],"mode":"0","suppressRtmCmd":false,"popupBoxJsUrl":"http://ir.ebaystatic.com/v4js/z/mh/tetu0vzuau0yxavgh3dej2w5b.js#GH-ZAM_PopupBox_e823_1_Ear_en_US","maxExpandWidths":null,"heights":["495","495","265","100","100","100","100","100","100","265"],"widths":["640","640","300","100","100","100","100","100","100","300"],"maxExpandHeights":null,"url":"http://srx.main.ebayrtm.com/rtm?RtmCmd&a=json&p=524:520:258:320:321:322:323:324:325:1557&ph=0:0:0:0:0:0:0:0:0:0&ev=0:0:0:0:0:0:0:0:0:0&i=2ARYicRZMLHAWSS99EQ%3D%3D&g=cf0cf9ce13e0a56b03e479a4fff2dc32&uf=0&c=1H4sIAAAAAAAAAB2MzQqCQBgA74LvsBBegmT32zV%2FYA9bSh5co9Ky6GJqlBWKZFpPn3WcGZjRrsiRTN8IABHLYcwhJpKbCAEmVFVqapncfb6Cxo%2FHAwKjXKyEEJG5bNJpJYTsZSQ%2FoeuBdGNYllUvP3tDltngYhqWXi%2FqAPt9cg%2B268PtEs5bcU%2BTxdnQYBbEGnV%2FW0p413V6cUrfelY9BkUsyplJ4F8Zn9i2qmTXnBM4thhjoipf9e%2Fo0bsAAAA%3D&ord=1369273457611","reportAdJsUrl":"http://ir.ebaystatic.com/v4js/z/qf/ujrwyfgnvi11dgqn1v1dzkd40.js#GH-ZAM_RtmDC_e823_1_Ear_en_US","merchPrefix":"ME","onDemandPids":[],"onScrollPids":[],"expandSecurityTokens":null,"th":{},"showPH":["0","0","0","0","0","0","0","0","0","0"],"allowExpandOnPageLoad":null,"delayedContent":[null,null,null,null,null,null,null,null,null,null],"dblclkUrls":["","","","","","","","","",""]}));
$se(0,'RTM_CALLBACK_SERVICE',vjo.Registry.get('1'));
$se(2,function(message) {if (message.trspType == 'Remote') { message.stok = '932223977' };});
$se(2,function(message) {if (message.trspType == 'Remote') {message.pId = '4712';}});
$se(6,'Remote',function (message) {vjo.darwin.tracking.sojourner.TrackingRespHdl.handleResponse(message); });
})();
</script><script type="text/javascript">(function() {vjo.dsf.ServiceEngine.handleRequest(new vjo.dsf.Message('RTM_CALLBACK_SERVICE'));})();
</script>
<div class="AreaNavigation" id="AreaNavigation"></div>
<div class="AreaTitle" id="AreaTitle"><div><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><div class="ds3pHeading"><div class="ds3pHCnt"><i class="ds3pHimg"></i><div class="ds3pHTxtCnt"><h1><span class="ds3pHTxt">You've signed out. See you again soon!</span></h1></div></div></div></td></tr></tbody></table></div></div>
<div class="PageLevelMessageArea" id="PageLevelMessageArea"><div></div></div>
<div class="CentralArea" id="CentralArea"><div class="cWidth"><div><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><div class="spacing_column"><div><div class="spacing_module"><div class="roundedCnt"><div><table cellpadding="0" cellspacing="0" class="r3 c s"><thead class=""><tr><td class="r3_t"><b><i></i></b></td></tr></thead><tbody><tr><td class="r3_c"><div class="r3_cm bp tp"><form name="signInForm" id="signInForm" method="post" action="https://signin.ebay.com/ws/eBayISAPI.dll?SignIn"><div class="signin_module"><h2 class="return_text returnText">Return to your account</h2><div class="spacingModDs3">Ready to do more buying and selling?</div><div><input type="submit" name="submit" title="Sign in" value="Sign in" id="submit" class="btn btn-prim ds3SignBtn ds3btn"></div></div></form></div></td></tr><tr><td class="r3_bl"><b><i></i></b></td></tr></tbody></table></div></div></div><div></div><div></div><div class="spacing_module" id="rtm_html_258" style="width: 300px; height: 265px; text-align: left; display: block;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><iframe id="rtm_iframe_258" name="rtm_iframe_258" title="ADVERTISEMENT" src="./signed-out_files/default;cat=0;items=;seg=btyp;seg=AdvGLP;seg=AdvGLSell;seg=AdvGL_RU;seg=AdvGL;sz=300x250;u=i_7850035520938567888-m_176207;;tile=2;um=0;us=11;eb_trk=176207;pr=22;xp=24;np=22;fbi=220;sbi=18991;fbo=281;sbo=10968;fse=;sse=;fvi=88198;svi=0;cg=cf0cfdc313e0.html" width="300" height="250" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no" style="position:absolute;"></iframe></td></tr><tr><td align="right"><span><div style="padding-top:250px;"><a href="javascript:void(0);" onclick=" var a;if ((typeof raptor != 'undefined') && (typeof raptor.rtm != 'undefined')) {var r=raptor.rtm.RtmManager; a=r.AdSurvey; a.loadContent(176207,event,'Start of layer','End of layer','Click To Close',575,'http://pages.ebay.com/rtm_default/AdSurvey-1.0.txt?');} else {if(parent.ebay && parent.ebay.oDocument && parent.ebay.oDocument._getControl('rtm')){var r=ebay.oDocument._getControl('rtm');r.openAdSurvey(176207,event,'Start of layer','End of layer','Click To Close',575,'http://pages.ebay.com/rtm_default/AdSurvey-1.0.txt?'); a=r.globalAdSurvey; } else {var r=vjo.Registry.get('GlobalRtmInstance'); a=r.AdSurvey; a.loadContent(176207,event,'Start of layer','End of layer','Click To Close',575,'http://pages.ebay.com/rtm_default/AdSurvey-1.0.txt?'); } } a.trackingUrl='http://srx.main.ebayrtm.com/rtm?RtmIt&ite=11&m=176207&pg=4712&y=0htWsQ8aC8kKZ0fQZk9ehTZWE8wCT16UDmdOlXsbUo1jDgaNmyY%2BgdZOBpXmWgqR6htGsM8aC8jLE0aJpk9ehPZWE8wOVgadVlIunDsaDplTEiqA%3D&uf=1&ord=1369273457611&ts=1369273457520&aii=7850035520938567888&md=&ver=1.0'; " style="font-family:Arial;font-size:11px;Color:#999;text-decoration:none;vertical-align:top;">Ad Feedback</a><span style="padding:5px;color:#999;font-size:10px;vertical-align:top;">|</span><a href="javascript:void(0);" style="font-family:Arial;font-size:11px;Color:#999;text-decoration:none;vertical-align:top;" onclick="return window.open('http://cgi6.ebay.com/ws/eBayISAPI.dll?AdPreferenceInterstitialPopup&partner=0', 'WhatsThisDcAdPopUp', 'width=600,height=560,toolbar=0,location=0,status=0,scrollbars=1,resizable=0,menubar=0');"><b style="font-weight:normal;vertical-align:top">AdChoice</b><img height="1" width="2" border="0" src="./signed-out_files/s.gif" alt=""><img height="12" width="12" border="0" src="./signed-out_files/imgPower_i_12x12.gif" alt=""><b class="g-hdn"> - opens in a new window or tab</b></a></div></span></td></tr></tbody></table><img src="./signed-out_files/rtm(1)" width="1" height="1" border="0" alt=""></div><table cellpadding="0" cellspacing="0" class="top_spacing spacing_module"><tbody><tr><td><div id="rtm_html_320" style="height: 0px; display: none;"></div></td><td><div id="rtm_html_321" style="height: 0px; display: none;"></div></td></tr><tr><td><div id="rtm_html_322" style="height: 0px; display: none;"></div></td><td><div id="rtm_html_323" style="height: 0px; display: none;"></div></td></tr><tr><td><div id="rtm_html_324" style="height: 0px; display: none;"></div></td><td><div id="rtm_html_325" style="height: 0px; display: none;"></div></td></tr></tbody></table><div class="spacing_module" id="rtm_html_1557" style="height: 0px; display: none;"></div></div></div><div class="lftWidth"><div><div class="spacing_module" id="rtm_html_524" style="width: 640px; height: 495px; overflow: hidden; display: block;"><table border="0" cellpadding="0" cellspacing="0" width="100%"><tbody><tr><td><iframe id="rtm_iframe_524" name="rtm_iframe_524" title="ADVERTISEMENT" src="./signed-out_files/default;cat=0;items=;sz=640x480;u=i_7850035520938567884-m_242139;;dcopt=ist;tile=1;um=0;us=11;eb_trk=242139;pr=22;xp=24;np=22;uz=78729;fbi=220;sbi=18991;fbo=281;sbo=10968;fse=;sse=;fvi=88198;svi=0;cg=cf0cfdc313e0a56bc5361496ff178d81;ord=1369273457611.html" width="640" height="480" marginwidth="0" marginheight="0" hspace="0" vspace="0" frameborder="0" scrolling="no"></iframe></td></tr><tr><td align="right"><span><a href="javascript:void(0);" onclick=" var a;if ((typeof raptor != 'undefined') && (typeof raptor.rtm != 'undefined')) {var r=raptor.rtm.RtmManager; a=r.AdSurvey; a.loadContent(242139,event,'Start of layer','End of layer','Click To Close',575,'http://pages.ebay.com/rtm_default/AdSurvey-1.0.txt?');} else {if(parent.ebay && parent.ebay.oDocument && parent.ebay.oDocument._getControl('rtm')){var r=ebay.oDocument._getControl('rtm');r.openAdSurvey(242139,event,'Start of layer','End of layer','Click To Close',575,'http://pages.ebay.com/rtm_default/AdSurvey-1.0.txt?'); a=r.globalAdSurvey; } else {var r=vjo.Registry.get('GlobalRtmInstance'); a=r.AdSurvey; a.loadContent(242139,event,'Start of layer','End of layer','Click To Close',575,'http://pages.ebay.com/rtm_default/AdSurvey-1.0.txt?'); } } a.trackingUrl='http://srx.main.ebayrtm.com/rtm?RtmIt&ite=11&m=242139&pg=4712&y=0htWsQ8aC8kKZ0fQZk9ehTZWE8wCT16UDmdOlXsbUo1jDgaNmyY%2BgdZOBpXmWgqR6htGsM8aC8jLE0aJpk9ehPZWE8wOVgadVlIunDsaDplTEiqA%3D&uf=1&ord=1369273457611&ts=1369273457520&aii=7850035520938567884&md=&ver=1.0'; " style="font-family:Arial;font-size:11px;Color:#999;text-decoration:none;vertical-align:top;">Ad Feedback</a><span style="padding:5px;color:#999;font-size:10px;vertical-align:top;">|</span><a href="javascript:void(0);" style="font-family:Arial;font-size:11px;Color:#999;text-decoration:none;vertical-align:top;" onclick="return window.open('http://cgi6.ebay.com/ws/eBayISAPI.dll?AdPreferenceInterstitialPopup&partner=0', 'WhatsThisDcAdPopUp', 'width=600,height=560,toolbar=0,location=0,status=0,scrollbars=1,resizable=0,menubar=0');"><b style="font-weight:normal;vertical-align:top">AdChoice</b><img height="1" width="2" border="0" src="./signed-out_files/s.gif" alt=""><img height="12" width="12" border="0" src="./signed-out_files/imgPower_i_12x12.gif" alt=""><b class="g-hdn"> - opens in a new window or tab</b></a></span></td></tr></tbody></table></div><div id="BackUpforPP" class="continous_shopping"><div><div><div id="BackUpforPP"><table cellpadding="0" cellspacing="0" class="r3 c gy-br"><thead id="BackUpforPPh" class="yl"><tr id="BackUpforPP_t"><td class="r3_t"><b><i></i></b></td></tr><tr id="BackUpforPP_h"><td class="r3_hm" id="BackUpforPP_hm_0"><h3 class="g-m0 g-m">Continue Shopping on eBay</h3></td></tr></thead><tbody><tr id="BackUpforPP_c"><td id="BackUpforPPcm" class="r3_c c-sgf"><div class="r3_cm po" id="BackUpforPP_ct"><div><div class="spacing_module"><div><div><div><div class="ddl2-noStyle ddl2-boldfont ddl2-fstbultd"><div> </div></div><div class="parent"><div class="base_list"><span class="title_base"><div></div></span><ul class="outline_list dft_blt bullets"><li class="bullets normal"><span class="listext"><div class="ddl2-content"><a href="http://www.ebay.com/" class="ddl2-da">eBay Home page</a><span> - See all that eBay has to offer.</span></div></span></li><li class="bullets normal"><span class="listext"><div class="ddl2-content"><a href="http://my.ebay.com/ws/eBayISAPI.dll?MyEbay" class="ddl2-da">My eBay</a><span> - View all your bidding and selling activities.</span></div></span></li><li class="bullets normal"><span class="listext"><div class="ddl2-content"><a href="http://pulse.ebay.com/" class="ddl2-da">eBay Pulse</a><span> - See current trends and hot picks.</span></div></span></li></ul></div></div></div></div></div></div></div></div><div class="r3_fm r3_s" id="BackUpforPP_f"><div><div><img src="./signed-out_files/s(1).gif" width="10px" alt=" "></div></div></div></td></tr><tr id="BackUpforPP_b" class="c-sgf"><td class="r3_bl"><b><i></i></b></td></tr></tbody></table></div></div><br></div></div><div class="spacing_module"></div><div class="spacing_module" id="rtm_html_520" style="height: 0px; display: none;"></div></div></div></td></tr></tbody></table></div></div><div></div></div>
<div class="SupportiveNavigation" id="SupportiveNavigation"><div></div></div>
</div>
</div>
</div>
</div>
<div id="glbfooter" class="gh-w"><div><div id="rtm_html_1650" style="height:0px;display:none;"></div><div id="rtm_html_1651" style="height:0px;display:none;"></div></div><table class="gf-t"><tbody><tr><td class="g-pipe" colspan="2"><ul role="directory" id="gf-l">
<li><a _exsp="m571.l2602" role="link" class="thrd" href="http://www.ebayinc.com/">About eBay</a></li><li><a _exsp="m571.l3329" role="link" class="thrd" href="http://community.ebay.com/index.jspa">Community</a></li><li><a _sp="m571.l3330" role="link" class="thrd" href="http://announcements.ebay.com/">Announcements</a></li><li><a _sp="m571.l2616" role="link" class="thrd" href="http://pages.ebay.com/securitycenter/index.html">Security Center</a></li><li><a _sp="m571.l2604" role="link" class="thrd" href="http://pages.ebay.com/help/policies/overview.html">Policies</a></li><li><a _sp="m571.l1625" role="link" class="thrd" href="http://pages.ebay.com/sitemap.html">Site Map</a></li><li><a _sp="m571.l2606" role="link" class="thrd" href="http://viv.ebay.com/ws/eBayISAPI.dll?EbayTime">eBay official time</a></li><li><a _sp="m571.l1617" role="link" class="thrd" href="http://garden.ebay.com/">Preview new features</a></li><li><a _sp="m571.l2911" role="link" class="thrd" href="http://ocs.ebay.com/ws/eBayISAPI.dll?CustomerSupport">Contact us</a></li><li><a id="gh-surveyLink" _sp="m571.l2628" target="eBaySurvey" class="thrd gh-survey" rel="nofollow" href="http://qu.ebay.com/survey?srvName=globalheader+%28footer-US%29">Tell us what you think</a><form class="gh-none g-hdn" target="eBaySurvey" method="post" id="gh-surveyForm" action="http://qu.ebay.com/survey?srvName=globalheader+%28footer-US%29"><input value="" name="domContent"></form></li></ul></td></tr><tr valign="top"><td class="gf-legal">Copyright © 1995-2013 eBay Inc. All Rights Reserved. <a _sp="m571.l2612" class="thrd" href="http://pages.ebay.com/help/policies/user-agreement.html?rt=nc">User Agreement</a> and <a _sp="m571.l2613" class="thrd" href="http://pages.ebay.com/help/policies/privacy-policy.html?rt=nc">Privacy Policy</a>.</td></tr></tbody></table>
<div id="cobrandFooter"></div></div><!--ts:2013.05.22.18:05--><!--rq:--><!--vo.rp73(ec01?4b,RcmdId SignOutConfirm2,RlogId p4plaijkehq%60%3C%3Dsm%2Bpu56*%60a53%3A6g-13ecf0edbcb-0x19f--><script type="text/javascript" src="./signed-out_files/jtyyx0d2di0x5pysvuhkqu31d.js"></script><script type="text/javascript">vjo.darwin.tracking.rover.Rover.roverTrack();
(function(){
var _d=vjo.dsf.EventDispatcher;
var _r=vjo.Registry;
_d.add('body','load',function(event) { this.BeforeLoadMethods(); },vjo.com.ebay.darwin.app.signin.SignOutConfirm);_d.add('body','load',function(event) { this.ebayExitRecoveryShowBackup(true, "BackUpforPP"); },vjo.com.ebay.darwin.app.signin.SignOutConfirm);})();
</script><script type="text/javascript">
vjo.ctype("vjo.dsf.FirePageLoad").endType();if(typeof(oGaugeInfo)!="undefined"){oGaugeInfo.iLoadST=(new Date()).getTime();}
vjo.dsf.EventDispatcher.load(document.body);
</script><div id="gAC"><ul class="ui-autocomplete ui-front ui-menu ui-widget ui-widget-content ui-corner-all ghAC-uxtest" id="ui-id-1" tabindex="0" style="display: none;"></ul></div></body></html>