<?xml version="1.0"?>
<rss version="2.0" xmlns:binding="http://www.live.com">
  <channel>
    <!-- Specifies the name of your Gadget -->
    <title>House of Travel Booking Engine</title>
    <link>http://www.houseoftravel.co.nz</link>
    <!-- Gives a short description of your Gadget -->
    <description>The House of Travel Booking Engine.</description>
    <!-- Specifies the default locale for your Gadget -->
    <language>en-nz</language>
    <!-- Specifies the JavaScript object that defines your Gadget (this object must be defined in the JavaScript linked to below) -->
    <binding:type>Spitfire.HouseOfTravel.BookingEngine</binding:type>
    <item>
      <!-- Specifies the JavaScript file that contains the code for your Gadget -->
      <link>http://www.houseoftravel.co.nz/gadgets/live/HOT_Booking_Gadget.js</link>
    </item>
    <item>
      <!-- Specifies the css file that contains the styles for your Gadget -->
      <link binding:type="css">http://www.houseoftravel.co.nz/gadgets/live/HOT_Booking_Gadget.css</link>
    </item>
  </channel>
</rss>

