<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE TrackingUpdate SYSTEM "http://store.yahoo.com/lib/vw/TrackingUpdate.dtd">
<!-- The first two lines describe XML and the language. -->
<!-- They must be the first lines in the message body -->

<!-- Set "password" to your email tracking password -->
<TrackingUpdate password="5fzPpF">

<!-- Tracking information for the order goes here -->
<!-- Set "id" to your order id -->
<!-- Set "shipped" to "YES" or "NO" -->
<!-- Set "trackingNumber" to the tracking number -->
<!-- Set "shipper" to one of "Ups", "Fedex", "Airborne", or "Usps" -->
<!-- No line item information; close the YahooOrder tag with "/>" -->
<YahooOrder id="scr-515" shipped="YES" trackingNumber="1Z4355XW1302012776" shipper="Ups" />

<!-- Close the TrackingUpdate element -->
</TrackingUpdate>
