!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd html xmlns=http://www.w3.org/1999/xhtml head !--SKUS=mn2sw.1-- !--ID: 60557 T: ebay-- meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 / titleSonic Electronix - New eBay Template/title link rel=stylesheet href=https://www.sonicelectronix.com/css/ebayListing-1346867524.css / !--[if IE 7] style type=text/css #info_tabs { top: 1px; } /style ![endif]-- script type=text/javascript var selected_tab = 0; var number_of_thumbnails_per_slide = 6; var number_of_thumbnail_slides = 2; var number_of_thumbnails = 9; var currently_selected_thumbnail_slide = 1; var product_feature_definitions = new Array(new Array(166, Talk Time, The amount of time that you can talk on the headset on a single charge.), new Array(167, Standby Time, The amount of time on a single charge that the headset can be on and not in use.), new Array(168, Bluetooth Range, The maximum distance (measured in feet) that the Bluetooth device can from the paired Bluetooth transmitter.), new Array(169, Bluetooth Compatibility, Which version of Bluetooth the device is compatible with. Is it important that the both devices being paired are the same version of Bluetooth. For example, a Bluetooth version 2.0 cell phone can be paired with a compatible version 2.0 headset.), new Array(183, Number of Paired Devices, Some Bluetooth devices can be paired to more than one phone at a time. This is the maximum number of phones that a device can be paired to at one time.), new Array(170, Noise-Canceling, Noise Reduction technology removes unwanted noise from a signal. Background or ambient noise can be removed to produce clearer speech and enhanced hearing. Typically these Active Noise Canceling (ANC) headphones are powered and use batteries to activate the noise canceling technology. Also referred to as Noise Reduction or Noise Cancellation.), new Array(172, Number of Microphones, Some Bluetooth headsets will use multiple microphones to more efficiently capture the users voice.), new Array(171, Full Duplex, Full Duplex communication allows simultaneous two-way communication. Each person can speak and be heard at the same time. Also know as Double Duplex.), new Array(173, Ear-Bud Style, Different Bluetooth headsets offer different designs and ear-bud styles. The most popular is the in-ear speaker, which is an ear-bud that fits into the ear. Others use a flat speaker design that rests on the outside of the ear.), new Array(174, Number of Ear-Buds, The number of ear-buds included in the package.), new Array(175, Ear-Hook Style, Most Bluetooth headsets have the option for an ear-hook to secure the headset to the ear. The most popular is a hook that wraps around the top of the ear. Others have a wrap-around design that connects the two ear-buds.Different materials are used for different levels of flexibility and comfort.), new Array(176, Number of Ear-Hooks, Bluetooth headsets that use an ear-hook for stability often come included with ear-hooks. This is the number of ear-hooks that are included in the package.), new Array(177, Primary Color, This is the main color of the item.), new Array(178, Illumination, This is the color of the illuminated LED lights on the unit.), new Array(179, Remote LCD Display, Some devices (such as remote controls) feature an LCD display to show information such as text, pictures, icons, or other helpful information.), new Array(2251, Charger , The type of charging accessory included with the headset.), new Array(184, Weight (oz.), This is the weight of the unit in ounces.), new Array(165, Headset Length, The length of the Bluetooth ear-piece from front to back.)); function $(id) { return document.getElementById(id); } function get_viewport_height() { return window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight; } function get_viewport_width() { return window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth; } function get_scroll_offset() { return window.pageYOffset || document.documentElement.scrollTop || document.body.scrollTop; } function get_position_y( input_element ) { position = 0; while (input_element != null) { position += input_element.offsetTop; input_element = input_element.offsetParent; } return position; } function get_position_x( input_element ) { position = 0; while (input_element != null) { position += input_element.offsetLeft; input_element = input_element.offsetParent; } return position; } function move_thumbnail_slideshow(move) { current_slide = currently_selected_thumbnail_slide; new_slide = current_slide + move; if (new_slide number_of_thumbnail_slides || new_slide 1) { //invalid slide return; } $(thumbnail_slide_+current_slide).style.display = none; $(thumbnail_slide_+new_slide).style.display = block; if (new_slide == 1) { $(thumbnail_slideshow_arrow_left).src = http://m.seimg.net/images/ebay_static/picture_nav_left_inactive.gif; $(thumbnail_slideshow_arrow_left).style.cursor = default; } else { $(thumbnail_slideshow_arrow_left).src = http://m.seimg.net/images/ebay_static/picture_nav_left_active.gif; $(thumbnail_slideshow_arrow_left).style.cursor = pointer; } if (new_slide number_of_thumbnail_slides) { $(thumbnail_slideshow_arrow_right).src = http://m.seimg.net/images/ebay_static/picture_nav_right_active.gif; $(thumbnail_slideshow_arrow_right).style.cursor = pointer; } else { $(thumbnail_slideshow_arrow_right).src = http://m.seimg.net/images/ebay_static/picture_nav_right_inactive.gif; $(thumbnail_slideshow_arrow_right).style.cursor = default; } currently_selected_thumbnail_slide = new_slide; photo_start = ((currently_selected_thumbnail_slide-1) * number_of_thumbnails_per_slide) + 1; photo_end = currently_selected_thumbnail_slide * number_of_thumbnails_per_slide; if (photo_end number_of_thumbnails) { photo_end = number_of_thumbnails; } $(current_photos).innerHTML = photo_start+-+photo_end; } function tab_mouseover(tab_id) { if (tab_id == selected_tab) { return; } $(info_tab+tab_id+_left).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_hover_l.gif); $(info_tab+tab_id+_right).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_hover_r.gif); $(info_tab+tab_id+_h2).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_hover_m.gif); } function tab_mouseout(tab_id) { if (tab_id == selected_tab) { return; } $(info_tab+tab_id+_left).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_off_l.gif); $(info_tab+tab_id+_right).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_off_r.gif); $(info_tab+tab_id+_h2).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_off_m.gif); } function tab_select(tab_id) { //unselect currently selected tab $(info_tab+selected_tab+_left).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_off_l.gif); $(info_tab+selected_tab+_right).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_off_r.gif); $(info_tab+selected_tab+_h2).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_off_m.gif); $(tab_content+selected_tab).style.display = none; $(info_tab+selected_tab).style.cursor = pointer; $(info_tab+tab_id+_left).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_on_l.gif); $(info_tab+tab_id+_right).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_on_r.gif); $(info_tab+tab_id+_h2).style.backgroundImage = url(http://m.seimg.net/images/ebay_static/tab_on_m.gif); $(tab_content+tab_id).style.display = block; $(info_tab+tab_id).style.cursor = default; selected_tab = tab_id; } function show_feature_description(feature_id, caller) { feature_description = Invalid feature; feature_name =Invalid feature; for (i=0; iproduct_feature_definitions.length; i++) { if (product_feature_definitions[i][0] == feature_id) { feature_name = product_feature_definitions[i][1]; feature_description = product_feature_definitions[i][2]; break; } } //configure the element and position it properly... //we want to avoid having part of the div hidden, so we try to make sure //that it will fit in the window when we position it document.getElementById(feature_description_div_name).innerHTML = feature_name document.getElementById(feature_description_div_description).innerHTML = feature_description; caller_y_position = get_position_y(caller); page_bottom = get_scroll_offset() + get_viewport_height(); top_position = caller_y_position + 20; bottom_position = top_position + document.getElementById(feature_description_div).offsetHeight; if (bottom_position page_bottom) { top_position -= (bottom_position - page_bottom); } document.getElementById(feature_description_div).style.top = top_position + px; document.getElementById(feature_description_div).style.visibility = visible; document.getElementById(feature_description_div).style.left = (get_position_x(caller) + caller.offsetWidth * 0 + 100 - document.getElementById(feature_description_div).offsetWidth * 0 ) + px; } function hide_feature_description() { document.getElementById(feature_description_div).style.visibility = hidden; } function show_free_shipping_table(caller) { hide_fast_shipping_table(); caller_y_position = get_position_y(caller); caller_rightmost_position = get_position_x(caller) + caller.offsetWidth; desired_left_position = caller_rightmost_position - $(free_shipping_information_table).offsetWidth; $(free_shipping_information_table).style.top = caller_y_position + px; $(free_shipping_information_table).style.left = desired_left_position + px; $(free_shipping_information_table).style.visibility = visible; } function hide_free_shipping_table() { $(free_shipping_information_table).style.visibility = hidden; } function show_fast_shipping_table(caller) { hide_free_shipping_table(); caller_y_position = get_position_y(caller); caller_rightmost_position = get_position_x(caller) + caller.offsetWidth; desired_left_position = caller_rightmost_position - $(fast_shipping_information_table).offsetWidth; $(fast_shipping_information_table).style.top = caller_y_position + px; $(fast_shipping_information_table).style.left = desired_left_position + px; $(fast_shipping_information_table).style.visibility = visible; } function hide_fast_shipping_table() { $(fast_shipping_information_table).style.visibility = hidden; } /script meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 / /head body div id=sonic_template_main_div div style=width: 973px; text-align: right; margin: auto; font-size: 9px;Product SKU: 60557 ID: mn2sw/div diva href=http://stores.shop.ebay.com/Sonic-Electronix-Store__W0QQ_armrsZ1#special1img style=margin: auto; display: block; src=http://m.seimg.net/images/ebay_static/top_banner.gif alt= border=0 //a/div table id=wrapper border=0 cellspacing=0 cellpadding=0 tbody tr td table id=header style=margin-bottom: 15px; width: 100%; border=0 cellspacing=0 cellpadding=0 tbody tr style=vertical-align: top; td div class=lefta href=http://stores.shop.ebay.com/Sonic-Electronix-Store__W0QQ_armrsZ1img src=http://m.seimg.net/images/ebay_static/logo.gif alt=SonicElectronix //a diva href=http://stores.shop.ebay.com/Sonic-Electronix-Store__W0QQ_armrsZ1The X-Factor when Shopping Electronics/atrade;/div /div /td td align=right div class=right div class=nav table tbody tr tda href=http://stores.shop.ebay.com/Sonic-Electronix-Store__W0QQ_armrsZ1img src=http://m.seimg.net/images/ebay_static/icon_store.gif alt= /Our Store/a/td tda href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Contact-Us.htmlimg src=http://m.seimg.net/images/ebay_static/icon_contact.gif alt= /Contact Us/a/td tda href=http://members.ebay.com/ws/eBayISAPI.dll?ViewUserPageamp;userid=www-sonicelectronix-comimg src=http://m.seimg.net/images/ebay_static/icon_about.gif alt= /About Us/a/td tda href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#returnsimg src=http://m.seimg.net/images/ebay_static/icon_returns.gif alt= /Returns/a/td tda href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#paymentsimg src=http://m.seimg.net/images/ebay_static/icon_payment.gif alt= /Payment/a/td tda href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#shippingimg src=http://m.seimg.net/images/ebay_static/icon_shipping.gif alt= /Shipping/a/td /tr /tbody /table /div div class=numbers h1Expert Advice Toll-Free/h1 h21-877-289-SONIC/h2 h3Outside the 48 USA: (661) 257-9993/h3 /div /div /td /tr /tbody /table /td /tr tr td style=border-top: 1px solid #000000; table border=0 cellspacing=0 cellpadding=0 tbody tr td style=background-color: #eeeeef; border-right: 1px solid #000000; width: 203px; vertical-align: top; table style=margin-top: 15px; margin-right: auto; margin-left: auto; width: 187px; border=0 cellspacing=0 cellpadding=0 tbody tr td style=background-image: url(http://m.seimg.net/images/ebay_static/shop_by_category_header.gif); background-color: #0c64d4; background-position: 0 0; background-repeat: no-repeat; height: 34px; div style=margin-left: 36px; font-size: 10pt; font-weight: bold; color: white;Shop by Category/div /td /tr tr td id=category_links ul lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Cameras-Camcorders_W0QQ_fsubZ309901219QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_cameras.jpg alt= /spanCameras/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Car-Audio_W0QQ_fsubZ309900819QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_speakers.jpg alt= /spanCar Audio/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Car-Security_W0QQ_fsubZ10QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_security.jpg alt= /spanCar Security/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Car-Video_W0QQ_fsubZ6393538QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_video.jpg alt= /spanCar Video/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Computers_W0QQ_fsubZ309901019QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_computers.jpg alt= /spanComputers/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_GPS-Navigation_W0QQ_fsubZ6393063QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_gps.jpg alt= /spanGPS Navigation/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Home-Electronics_W0QQ_fsubZ309900919QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_home.jpg alt= /spanHome Electronics/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Marine-Audio-Video_W0QQ_fsubZ12QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_marine.jpg alt= /spanMarine Electronics/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Portable-Electronics_W0QQ_fsubZ6393508QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_portable.jpg alt= /spanPortable Electronics/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_DJ-Pro-Audio-Karaoke_W0QQ_fsubZ309901319QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_pro.jpg alt= /spanPro Audio amp; Karaoke/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Radar-Laser-Detectors_W0QQ_fsubZ6449061QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_radar.jpg alt= /spanRadar Detectors/span/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store_Specials-Closeouts_W0QQ_fsubZ13QQ_sidZ19081829QQ_trksidZp4634Q2ec0Q2em322img src=http://m.seimg.net/images/ebay_static/left_cats_closeout.jpg alt= /spanCloseouts amp; Specials/span/a/li /ul /td /tr tr td style=background-image: url(http://m.seimg.net/images/ebay_static/shop_by_category_footer.gif); background-color: white; background-position: 0 0; background-repeat: no-repeat; height: 6px;img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table diva href=http://stores.shop.ebay.com/Sonic-Electronix-Store__W0QQ_armrsZ1#special1img style=margin: auto; display: block; src=http://m.seimg.net/images/ebay_static/left_banner_1.gif alt= border=0 //a/div diva href=http://stores.shop.ebay.com/Sonic-Electronix-Store__W0QQ_armrsZ1#special1img style=margin: auto; display: block; src=http://m.seimg.net/images/ebay_static/left_banner_2.gif alt= border=0 //a/div /td td style=width: 768px; vertical-align: top; table id=outer_content style=margin-left: 10px; margin-right: 10px; margin-top: 15px; width: 748px; border=0 cellspacing=0 cellpadding=0 tbody tr td style=width: 512px; table style=width: 512px; border=0 cellspacing=0 cellpadding=0 tbody tr td style=width: 485px; background-image: url(http://m.seimg.net/images/ebay_static/title_header.gif); background-color: #0c64d4; background-position: 0 0; background-repeat: no-repeat; div style=margin-left: 5px; margin-top: 3px; font-size: 14pt; color: white; width: 440px; font-weight: bold;Sony SmartWatch MN2SW (1254-6627)/div div style=margin-left: 5px; font-size: 9pt; color: white; width: 455px;Bluetooth SmartWatch For Android Phones w/ Multi-Touch OLED Display/div /td tdnbsp;/td /tr /tbody /table /td tdnbsp;/td /tr tr td style=width: 512px; vertical-align: top; table style=width: 512px; border=0 cellspacing=0 cellpadding=0 tbody tr td style=border: 1px solid #939393; table style=width: 480px; margin: 10px auto 10px; border=0 cellspacing=0 cellpadding=0 tbody tr td id=main_picture_td style=border: 1px solid #939393; padding: 5px;a href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=-1amp;source=ebay target=_blankimg style=display: block; border: 0px; src=http://i.seimg.net/images/1068200/big/mn2sw.jpg alt=Sony SmartWatch MN2SW (1254-6627) width=470 height=462 //a div style=margin-right: 5px; margin-bottom: 5px; text-align: right; margin-top: 10px;a href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=-1amp;source=ebay target=_blankClick to View Larger Images/a/div /td /tr /tbody /table table style=margin-left: auto; margin-right: auto; margin-bottom: 9px; width: 480px; border=0 cellspacing=0 cellpadding=0 tbody tr td style=border: 1px solid #939393; width=330 div style=font-size: 10px; margin-top: 4px; margin-left: 20px;Additional Photos span id=current_photos1-6/span of 9 (click images to open larger)/div !--preload images-- div style=display: none;img src=http://m.seimg.net/images/ebay_static/picture_nav_left_inactive.gif alt= / img src=http://m.seimg.net/images/ebay_static/picture_nav_right_inactive.gif alt= / img src=http://m.seimg.net/images/ebay_static/picture_nav_left_active.gif alt= / img src=http://m.seimg.net/images/ebay_static/picture_nav_right_active.gif alt= / !--end preload images--/div div style=margin-bottom: 4px; table style=margin: auto; width: 313px; border=0 cellspacing=0 cellpadding=0 tbody tr td width=16a onclick=move_thumbnail_slideshow(-1); return false; href=#img id=thumbnail_slideshow_arrow_left style=cursor: default; src=http://m.seimg.net/images/ebay_static/picture_nav_left_inactive.gif alt= width=16 height=44 border=0 //a/td td id=photo_td table id=thumbnail_slide_1 class=thumbnail_table style=display: block; border=0 cellspacing=4 cellpadding=0 tbody tr tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068164amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068164/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068168amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068168/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068172amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068172/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068176amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068176/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068180amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068180/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068184amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068184/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td /tr /tbody /table table id=thumbnail_slide_2 class=thumbnail_table style=display: none; border=0 cellspacing=4 cellpadding=0 tbody tr tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068188amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068188/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068192amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068192/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td tda href=http://www.sonicelectronix.com/pictures_new.php?id=60557amp;picture_id=1068196amp;source=ebay target=_blankimg src=http://i.seimg.net/images/1068196/thumbnail/mn2sw.jpg alt=Sony MN2SW: alternate picture //a/td td style=height: 42px;img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td style=height: 42px;img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td style=height: 42px;img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table /td td width=16a onclick=move_thumbnail_slideshow(1); return false; href=#img id=thumbnail_slideshow_arrow_right style=cursor: pointer; src=http://m.seimg.net/images/ebay_static/picture_nav_right_active.gif alt= width=16 height=44 border=0 //a/td /tr /tbody /table /div /td tdnbsp;/td /tr /tbody /table /td /tr /tbody /table /td td id=promo_banner_cola onclick=show_fast_shipping_table($(fast_shipping_banner_image)); return false; href=#img id=fast_shipping_banner_image style=margin-bottom: 15px; src=http://m.seimg.net/images/ebay_static/banner_right_fast_shipping.jpg alt=Fast shipping! Most orders paid by 1:00pm EST ship the same day. Click for restrictions. //a img src=http://m.seimg.net/images/ebay_static/banner_right_friendly.jpg alt= //td /tr tr td colspan=2 table id=tab_panel tbody tr td colspan=3 div id=info_tabsimg style=display: none; src=http://m.seimg.net/images/ebay_static/tab_hover_l.gif alt= / img style=display: none; src=http://m.seimg.net/images/ebay_static/tab_hover_m.gif alt= / img style=display: none; src=http://m.seimg.net/images/ebay_static/tab_hover_r.gif alt= / div id=info_tab0 class=tab info_tab_header_on onclick=tab_select(0) onmouseover=tab_mouseover(0) onmouseout=tab_mouseout(0) div id=info_tab0_left class=leftnbsp;/div h2 id=info_tab0_h2Description/h2 div id=info_tab0_right class=rightnbsp;/div /div div id=info_tab1 class=tab info_tab_header_off onclick=tab_select(1) onmouseover=tab_mouseover(1) onmouseout=tab_mouseout(1) div id=info_tab1_left class=leftnbsp;/div h2 id=info_tab1_h2Features amp; Specs/h2 div id=info_tab1_right class=rightnbsp;/div /div div id=info_tab3 class=tab info_tab_header_off onclick=tab_select(3) onmouseover=tab_mouseover(3) onmouseout=tab_mouseout(3) div id=info_tab3_left class=leftnbsp;/div h2 id=info_tab3_h2Store Policies/h2 div id=info_tab3_right class=rightnbsp;/div /div /div /td /tr tr td class=tlimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=tmimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 /img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=trimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 /img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=mlimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td id=tab_panel_body class=mm div id=tab_content0 style=display: block;div id=message2_outerdiv style=font-size: 14px; color: green; font-weight: bold;Item Condition: Brand New/div/div table style=border: 0px; float: right; margin-left: 10px; tbody tr tdimg style=float: right; border: 1px; height: 250px; solid;border-color: #b2b2b2; margin: 5px; src=http://assets.sonicelectronix.com/images/sony/smartwatchandroid.jpg alt= //td /tr /tbody /table h3General Features:/h3 ul liBluetooth SmartWatch For Android Phones/li liConnect your android smartphone to the SmartWatch to play, skip, and fast forward all your music/li liMulti-Touch 1.3 OLED Display makes browsing a breeze/li liRead all text messages, emails, or Facebook and Twitter updates/li liCompatible with most 0.79 inch wristbands/li liIncludes black rubber strap and clip/li liAdd compatible apps for maximum customization/li liDust proof and splash proof/li liAluminum Casing/li liBluetooth 3.0 for crisp and clear wireless connection/li liIncludes USB cable for convenient charging/li liAlso found as: MN2SW, 1254-6227, 1254-6627/li li1-year Manufacturers Warranty/li /ul h3Product Specifications:/h3 ul liScreen Size: 1.3#148; OLED display/li liResolution: 128 x 128 pixels/li liNotification: Vibration and display/li liResistance: Dust and splash proof/li liWatchband adapter: 20mm/li liBattery Life (Approx): 3-4 days typical usage, up to 14 days standby/li liScreen Color: 65k (16 bits)/li liConnector Type: Standard USB charging/li liOperating System Compatibility: Android/li liDimensions(Approx.):1.42in strongW/strong x 1.42in strongL/strong x 0.3in strongD/strong - 0.5in including clip/li /ul div class=shippingSurchargeWarning pstrongInternational customers/strong are responsible for any and all customs, import duties, brokerage fees, and taxes. They are not included in the item price or stated shipping charges./p pAdditional shipping fees are required for locations including, but not limited to: PO Boxes, APO/FPO locations, Alaska, Hawaii, Puerto Rico, Guam, Canada and other countries outside the USA./p /div /div div id=tab_content1 style=display: none; table id=feature_table style=width: 100%; margin-top: 10px; cellspacing=0 cellpadding=0 tbody tr td style=font-weight: bold; background-color: #cde5f7; font-size: 14px; colspan=2 div style=margin-top: 4px; margin-left: 10px; margin-bottom: 4px; margin-right: 10px;Bluetooth Specifications/div /td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(166, this); onmouseout=hide_feature_description(); href=#Talk Time/a/td td class=feature_valueN/A/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(167, this); onmouseout=hide_feature_description(); href=#Standby Time/a/td td class=feature_value14nbsp;hours/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(168, this); onmouseout=hide_feature_description(); href=#Bluetooth Range/a/td td class=feature_value32nbsp;feet/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(169, this); onmouseout=hide_feature_description(); href=#Bluetooth Compatibility/a/td td class=feature_valueVersion 3.0/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(183, this); onmouseout=hide_feature_description(); href=#Number of Paired Devices/a/td td class=feature_value1/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(170, this); onmouseout=hide_feature_description(); href=#Noise-Canceling/a/td td class=feature_valueN/A/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(172, this); onmouseout=hide_feature_description(); href=#Number of Microphones/a/td td class=feature_valueN/A/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(171, this); onmouseout=hide_feature_description(); href=#Full Duplex/a/td td class=feature_valueN/A/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(173, this); onmouseout=hide_feature_description(); href=#Ear-Bud Style/a/td td class=feature_valueN/A/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(174, this); onmouseout=hide_feature_description(); href=#Number of Ear-Buds/a/td td class=feature_valueN/A/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(175, this); onmouseout=hide_feature_description(); href=#Ear-Hook Style/a/td td class=feature_valueN/A/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(176, this); onmouseout=hide_feature_description(); href=#Number of Ear-Hooks/a/td td class=feature_valueN/A/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(177, this); onmouseout=hide_feature_description(); href=#Primary Color/a/td td class=feature_valueBlack/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(178, this); onmouseout=hide_feature_description(); href=#Illumination/a/td td class=feature_valueN/A/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(179, this); onmouseout=hide_feature_description(); href=#Remote LCD Display/a/td td class=feature_valueN/A/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(2251, this); onmouseout=hide_feature_description(); href=#Charger /a/td td class=feature_valuePC / USB/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_namea onclick=return false; onmouseover=show_feature_description(184, this); onmouseout=hide_feature_description(); href=#Weight (oz.)/a/td td class=feature_valueN/A/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_namea onclick=return false; onmouseover=show_feature_description(165, this); onmouseout=hide_feature_description(); href=#Headset Length/a/td td class=feature_valueN/A/td /tr tr style=background-color: #ffffff; td style=height: 5px; colspan=2nbsp;/td /tr tr td style=font-weight: bold; background-color: #cde5f7; font-size: 14px; colspan=2 div style=margin-top: 4px; margin-left: 10px; margin-bottom: 4px; margin-right: 10px;Warranty/div /td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_nameParts Warranty Duration/td td class=feature_value1 year/td /tr tr style=background-color: #f9f9f9; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#F9F9F9; td class=feature_nameLabor Warranty Duration/td td class=feature_value1 year/td /tr tr style=background-color: #ffffff; onmouseover=this.style.backgroundColor=#EBF5FC; onmouseout=this.style.backgroundColor=#FFFFFF; td class=feature_nameWarranty Provider/td td class=feature_valueManufacturer/td /tr /tbody /table /div div id=tab_content2 style=display: none;nbsp;/div div id=tab_content3 style=display: none;a id=toc name=toc/a table style=margin-bottom: 10px; width: 720px; border=0 cellspacing=0 cellpadding=0 tbody tr td class=policy_table_topimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=policy_table_header h1Policies for US and Canadian Customers/h1 /td /tr tr td class=policy_table_content ul lia href=#returnsReturns/a/li lia href=#shipping_policyShipping/a/li lia href=#paymentsPayments/a/li lia href=#warrantyWarranty/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/International-Policies.htmlInternational Policies/a/li /ul /td /tr tr td class=policy_table_bottomimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table a name=returns/a table style=margin-bottom: 10px; width: 720px; border=0 cellspacing=0 cellpadding=0 tbody tr td class=policy_table_topimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=policy_table_header h1Item Specific Return Policy/h1 /td /tr tr td class=policy_table_content div style=text-align: left; font-size: 14px; font-weight: bold; margin-top: 5px;Standard Return Policy/div ul liReturn for refund within: 30 days/li liReturn for replacement within: 30 days/li /ul pstrongStandard Return Policy Overview/strongbr / You may return merchandise purchased from Sonic Electronix for a refund or a replacement, provided that the procedures and requirements are followed. All returns require a return merchandise authorization (RMA) number. An RMA number must be issued within 30 calendar days after the date of purchase. An RMA number is valid for 14 calendar days after it is issued./p pstrongRefunds/strongbr / A processing fee of 10 percent will apply to the value of merchandise returned for a refund. Refunds are applied to the payment method used at the time of purchase 5-10 days after our receipt of the returned merchandise. We will only refund the value of the merchandise returned, not the shipping cost. On items with free shipping returned for a refund, the original shipping cost that we paid the shipping courier will be deducted from your refund./p pstrongExchanges/strongbr / If you purchased a product that you wish to exchange for an alternate item, you can return the item for a refund and simply place a new order for the item you desire. We do not apply store credit to your new purchase. If we see a new purchase for equal or greater value of your return, we will waive the 10 percent processing fee./p pstrongDefective Merchandise/strongbr / Merchandise that is discovered to be defective upon receipt will be replaced. You may also return defective merchandise for a refund; however, a 10 percent processing fee will apply. The processing fee will only apply if you choose to return the merchandise for a refund. No fee will be assessed if we are permitted to resolve the issue by replacing your defective merchandise./p pstrongDamaged Merchandise/strongbr / All packages are inspected for damage prior to leaving our warehouse. If your merchandise is damaged during shipment by the shipping courier, please contact us immediately as we must be informed within 10 calendar days from the date of receipt for all damage/shipping related claims. Damaged merchandise can be replaced with the same model only. You may also return damaged merchandise for a refund; however, a 10 percent processing fee will apply. The processing fee will only apply if you choose to return the merchandise for a refund. No fee will be assessed if we are permitted to resolve the issue by replacing your damaged merchandise./p pstrongReturn Shipping/strongbr / Return shipping cost (the cost to send merchandise back to our store) is comparable to your cost of driving to any store for returning an item, which is not reimbursable. Therefore, we do not reimburse any return shipping cost./p pIf an item you received is defective, we will definitely replace the item with a new one; however, we do not cover or reimburse the shipping cost for returning defective merchandise back to our store. We will ship the replacement product to you at our cost, and use every good measure to ensure that the replacement order is processed quickly./p pstrongReplacement Terms/strongbr / We will send a product replacement for an authorized return following the completion of receiving and inspection at our facility. The replacement will ship within four business days following our receipt of your return (excluding weekends and national holidays). We do not send advance replacements or replacements before we receive and inspect the returned merchandise./p pTo receive a replacement quicker, you may place a new order for the same item (shipping not included), and we will issue a refund for the full value of the returned product (including shipping), upon completion of our return process./p pstrongReturning Items/strongbr / Please send us a message through eBay or contact us by phone at 1-877-BUY-SONIC (1-877-289-7664, Monday-Friday, 7:00AM-5PM Pacific Time) to receive an RMA number. You will be required to complete our product return form which will also provide helpful instructions for your return./p pAll returned merchandise must be in original condition, and must include the original factory box (UPC bar codes and serial numbers must be intact) and factory packaging (e.g. foam, plastic, wrappings, etc.), peripherals (e.g. battery, charger, cords, straps, etc.), included warranty cards (without markings), and all instruction booklets and paperwork. The RMA number or any other inscriptions must not be written or printed on the product box or packaging. We will not process the return if any of these conditions are not followed./p pTo locate the nearest shipping outlet, you may contact the following carriers:/p ul liUPS: (800) 742-587 or a href=http://www.ups.com rel=nofollowhttp://www.ups.com/a/li liFedEx: (800) 463-3339 or a href=http://www.fedex.com rel=nofollowhttp://www.fedex.com/a/li liUSPS (Post Office): (800) 275-8777 or a href=http://www.usps.com rel=nofollowhttp://www.usps.com/a/li /ul Remember, returned merchandise that is lost or damaged during transit is solely the shippers responsibility (which is you when you return a product to us). It is important to save the tracking information and to properly insure all merchandise being returned to Sonic Electronix.br / br / strongReturn Exceptions/strongbr /Although our return policy is quite flexible on most items, there are some exceptions, as written below: ul liAny product not purchased from Sonic Electronix/li liAny product without a valid, readable serial number, including but not limited to products with missing, damaged, altered, or otherwise unreadable serial number/li liAny product that is returned without strongall/strong original packaging and accessories, including the retail box, manuals, cables, and all other items originally included with the product/li liAny product from which the UPC code has been removed from its packaging/li liAny product that exhibits physical damage or abuse/li liAny product for which you have submitted a mail-in rebate/li /ul pProducts that are not eligible for return for any of the above reason(s) will be sent back to you at your cost and expense./p div style=text-align: right;a href=#tocreturn to top of policies/a/div /td /tr tr td class=policy_table_bottomimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table a name=shipping_policy/a table style=margin-bottom: 10px; width: 720px; border=0 cellspacing=0 cellpadding=0 tbody tr td class=policy_table_topimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=policy_table_header h1Shipping Policies/h1 /td /tr tr td class=policy_table_content pThe default shipping rate and method listed are for residential or commercial destinations within the continental 48 United States (PO Boxes not included).nbsp;/p p style=color: red;Additional shipping fees are required for all other locations including, but not limited to:br / bull; PO Boxes, APO/FPO locations, Alaska, Hawaii, Puerto Rico, Guam, Canada and other countries outside the USA./p pWe will make every attempt to process and ship all items within 2 business days of your cleared payment. Following order processing, please allow proper time for delivery. UPS Ground shipments arrive within 3-7 business days. To provide the most affordable rates, small items shipped via Standard Flat Rate Shipping or USPS First Class Mail ship via a joint effort by DHL and USPS and are delivered within 7-10 days from the date of shipment./p pWe will update your eBay record with tracking information and send an e-mail confirming shipment. If 3 business days have passed since you sent payment and you do not receive an update through eBay or a tracking number via e-mail, please contact us immediately through eBay or phone at 1-877-289-7664./p pInternational customers are responsible for any and all customs, import duties, brokerage fees, and taxes. They are not included in the item price or stated shipping charges./p div style=text-align: right;a href=#tocreturn to top of policies/a/div /td /tr tr td class=policy_table_bottomimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table a id=payments name=payments/a table style=margin-bottom: 10px; width: 720px; border=0 cellspacing=0 cellpadding=0 tbody tr td class=policy_table_topimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=policy_table_header h1Payments Accepted/h1 /td /tr tr td class=policy_table_contentdiv class=pay-inst-details style=word-wrap: break-word; overflow: hidden;PayPal is accepted for all customers. If you need checkout assistance, please contact us during our business hours through eBay or phone (Toll-free in USA: 1-877-289-7664 or Outside the USA 661-257-9993)./div div style=text-align: right;a href=#tocreturn to top of policies/a/div /td /tr tr td class=policy_table_bottomimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table a id=warranty name=warranty/a table style=margin-bottom: 10px; width: 720px; border=0 cellspacing=0 cellpadding=0 tbody tr td class=policy_table_topimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=policy_table_header pWarranty Information/p /td /tr tr td class=policy_table_contentpYou may return merchandise purchased from Sonic Electronix for a refund or a replacement, provided that the procedures and requirements referred to in our return policy are followed./p pAll product returns require a return merchandise authorization number (RMA). An RMA number must be issued within 30 calendar days after the date of purchase; it will be valid for 14 calendar days after it is issued./p pFor further details, please see the return policy specified in the items description policies tab./p div style=text-align: right;a href=#tocreturn to top of policies/a/div /td /tr tr td class=policy_table_bottomimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table /div /td td class=mrimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td class=blimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=bmimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=brimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table table id=product_summary_table border=0 cellspacing=0 cellpadding=0 tbody tr td style=background-image: url(http://m.seimg.net/images/ebay_static/productsummary_top.gif); background-color: #0c64d4; background-position: 0 0; background-repeat: no-repeat; height: 6px;img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr tr td style=font-weight: bold; padding-bottom: 7px; padding-left: 5px; border-left: 1px solid #939393; border-right: 1px solid #939393;Product Summary/td /tr tr td style=border-left: 1px solid #939393; border-right: 1px solid #939393; table id=product_summary_content_table border=0 cellspacing=0 cellpadding=0 tbody tr tdManufacturer:/td tda href=http://stores.ebay.com/Sonic-Electronix-Store/_i.html?_nkw=Sonyamp;_ipg=amp;_sid=19081829Sony/a/td /tr tr tdModel number:/td tdMN2SW/td /tr tr tdacronym title=Universal Product CodeUPC/acronym:/td td095673854180/td /tr tr tdWeight:/td td0.40 lbs/td /tr tr tdInternal SKU:/td tdmn2sw/td /tr tr tdInternal Product ID:/td td60557/td /tr /tbody /table /td /tr tr td style=background-image: url(http://m.seimg.net/images/ebay_static/productsummary_bottom.gif); background-color: #0c64d4; background-position: 0 0; background-repeat: no-repeat; height: 6px;img src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td /tr /tbody /table /td /tr /tbody /table /td /tr /tbody /table div class=colsnbsp;/div /td /tr tr td table id=footer_wrapper_table tbody tr td class=footer_cont table class=footer tbody tr td class=content h3USA shopping help/h3 ul lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Frequently-Asked-Questions.htmlFrequently Asked Questions/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#paymentsPayment Methods/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#shippingShipping Policies/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#returnsReturn Policies/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/US-Policies.html#warrantyWarranty Policies/a/li /ul /td td class=sepimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=content h3International Buyers/h3 ul lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Frequently-Asked-Questions.htmlFrequently Asked Questions/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/International-Policies.html#paymentsPayment Methods/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/International-Policies.html#shippingShipping Policies/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/International-Policies.html#returnsReturn Policies/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/International-Policies.html#warrantyWarranty Policies/a/li /ul /td td class=sepimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=content h3Post Purchase/h3 ul lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Checkout-Assistance.htmlCheckout Assistance/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Order-Tracking.htmlTrack your Order/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Help-Center.html#support-ticketSubmit a Support Request/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Help-Center.html#request-rmaReturn Merchandise (RMA)/a/li /ul /td td class=sepimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=content h3Useful Links/h3 ul lia href=http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSelleramp;linkname=includefavoritestoreamp;sellerid=www-sonicelectronix-comAdd us to your Favorites/a/li lia href=http://my.ebay.com/ws/eBayISAPI.dll?AcceptSavedSelleramp;linkname=includenewsletteramp;sellerid=www-sonicelectronix-comeBay Newsletter Sign-up/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Shop-by-Brand.htmlShop by Brand/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Contact-Us.html#wholesaleWholesale Inquiries/a/li /ul /td td class=sepimg src=http://m.seimg.net/images/x.gif alt= width=1 height=1 //td td class=content h3Company Info/h3 ul lia href=http://members.ebay.com/ws/eBayISAPI.dll?ViewUserPageamp;userid=www-sonicelectronix-comAbout Us/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Testimonials.htmlCustomer Feedback/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Contact-Us.html#hoursCustomer Service Hours/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Contact-Us.html#locationLocation/a/li lia href=http://stores.shop.ebay.com/Sonic-Electronix-Store/Contact-Us.html#contactContact Information/a/li /ul /td /tr /tbody /table /td /tr /tbody /table /td /tr /tbody /table div id=subfooter divcopy; 2000ndash; 2013 Sonic Electronix, Inc. - 28340 Ave Crocker Suite 202, Valencia, CA 91355 USA/div divAll manufacturer names, model numbers, pictures and product descriptions are for the sole use of describing the product(s) for sale./div divAll trademarks and trade names are the property of their respective trademark holders./div divPrices, specifications, and images are subject to change without notice./div /div div id=feature_description_div style=visibility: hidden; z-index: 100; position: absolute; top: 0px; left: 0px; border: 2px solid #000000; width: 450px; background-color: #ffffee; font-size: 12px; padding: 5px;nbsp;/div table id=free_shipping_information_table style=visibility: hidden; z-index: 100; position: absolute; top: 0px; left: 0px; border: 1px solid #000000; font-size: 9pt; width: 350px; border=0 cellspacing=0 cellpadding=0 tbody tr style=background-color: #eeeeef; td style=padding: 2px;strongFree Shipping Information/strong/td td style=padding: 2px; align=righta onclick=hide_free_shipping_table(); return false; href=#Close [X]/a/td /tr tr td style=padding: 5px; background-color: white; colspan=2/td /tr /tbody /table table id=fast_shipping_information_table style=visibility: hidden; z-index: 100; position: absolute; top: 0px; left: 0px; border: 1px solid #000000; font-size: 9pt; width: 500px; border=0 cellspacing=0 cellpadding=0 tbody tr style=background-color: #eeeeef; td style=padding: 2px;strongFast Shipping Information/strong/td td style=padding: 2px; align=righta onclick=hide_fast_shipping_table(); return false; href=#Close [X]/a/td /tr tr td style=padding: 5px; background-color: white; vertical-align: top; colspan=2 div style=margin-top: 10px;Same day shipping for orders paid by Tuesday-Friday (Pay by 1:00PM EST)br / Orders paid by Saturday and Sunday will ship Monday. br / Orders paid on Monday will ship Monday or Tuesday./div /td /tr /tbody /table /div /body /html p /hr/span class=ebayOn Sep-07-13 at 13:26:42 PDT, seller added the following information:/spanp /!-- ST_SEAL_HTML_START --!-- ADDED: 9/7/13 1:26 PM --brcentera href=http://www.squaretrade.com target=_blankimg src=http://www.squaretrade.com/img/st_seal_logo.png alt=SquareTrade Seal Member border=0/abrbrfont face=verdana size=1 color=#ffffffSquareTrade copy; AP6.0/font/center!-- ST_SEAL_HTML_END --