TRACK YOUR ORDER

<div style="text-align: center;">Please enter your tracking number we've sent you in Shipment update email here.

<div style="text-align: center; color: #ff9800; font-size: 14px;">* You may see "This number can't be found at this moment.." for orders in very early stage in the shipment process.</div>

<div style="text-align: center; color: #ff9800; font-size: 14px;">Please check back again in a couple of days in that case.</div>

<br />

<div style="text-align: center;"><!--Tracking number input box.--> <input type="text" id="YQNum" maxlength="50" /> <!--The button is used to call script method.--> <input type="button" value="TRACK" onclick="doTrack()" /> <!--

Container to display the tracking result.-->

<div id="YQContainer" style="margin-top: 30px !important;"></div>

<!--Script code can be put in the bottom of the page, wait until the page is loaded then execute.-->

<script type="text/javascript" src="//www.17track.net/externalcall.js"></script>

<script type="text/javascript">// <![CDATA[