<?xml version="1.0" encoding="UTF-8"?>
<!--
Version 1 (2009-06-01)

SAMPLE of an interactive Ad Order. Based on a typical North American order - "AD-O" message using the Placement.Interactive structure.
SCENARIO: A new order for interactive ads is sent by an agency (CREATIVE WAREHOUSE INTERACTIVE MEDIA) to the publisher (NEW YORK HERALD).

Note: A schema location is provided in this sample, but must not be used in production messages.

-->
<!-- NOTE: AdsMLBookings root element metadata set for a business message test sent in East Coast USA 5 hours behind Universal Coordinated Time (UCT). 
	Schema version set to 2.5.0 of Bookings schema. -->
<AdsMLBookings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:adsml-cv="http://www.adsml.org/controlledvocabularies/3.0"
	xmlns="http://www.adsml.org/adsmlbookings/2.5"
	xmlns:adsml="http://www.adsml.org/typelibrary/2.0"
	xmlns:adsml-ma="http://www.adsml.org/adsmlmaterials/2.5"
	xmlns:adsml-sd="http://www.adsml.org/adsmlstructureddescriptions/1.0"
	adsml:transmissionID="crewarintmedia.com:2009-05-10:tid0001"
	adsml:systemsID="AdsMLSendingSystem-v1.0.0" adsml:administrativeResponseRequired="true"
	adsml:sendCount="1" adsml:transmissionSequence="1" adsml:transmissionStatus="Production"
	adsml:transmissionDateTime="2009-05-10T16:31:00-05:00"
	adsml:firstTransmissionDateTime="2009-05-10T16:31:00-05:00" adsml:schemaVersion="2.5.0"
	xsi:schemaLocation="http://www.adsml.org/adsmlbookings/2.5 ../../Schemas/AdsMLBookings-2.5-Main-AS.xsd">
	<!-- The booking party "Mindshare Interactive Media" sends the booking directly to the publisher "New York Herald". 
Publisher-assigned unique IDs are used to idenitfy the parties. -->
	<adsml:Header>
		<adsml:TransmissionFrom>
			<adsml:Identifier>
				<adsml:IDLabel xsi:type="adsml-cv:AdsMLOrganizationIDClassCV"
					>AssignedByPublisher</adsml:IDLabel>
				<adsml:IDValue>10-010-1010</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>CREATIVE WAREHOUSE INTERACTIVE MEDIA</adsml:Name>
			<!-- Basic contact information is included for the sending party in case the recipient needs to contact the sender because of a technical problem with the AdsML message. -->
			<adsml:Contact>
				<!-- The person to contact if there is a transmission problem. -->
				<adsml:Role xsi:type="adsml-cv:AdsMLContactRoleCV">ProductionSupervisor</adsml:Role>
				<adsml:Name>Antonia Riley</adsml:Name>
				<!-- Priority indicates to use phone before email -->
				<adsml:CommunicationChannel.Phone adsml:priority="1">
					<adsml:Type>Voice</adsml:Type>
					<adsml:PhoneNumber>212-555-1234</adsml:PhoneNumber>
				</adsml:CommunicationChannel.Phone>
				<adsml:CommunicationChannel.EMail>
					<adsml:EMailAddress>antonia.riley@crewarintmedia.com</adsml:EMailAddress>
				</adsml:CommunicationChannel.EMail>
			</adsml:Contact>
		</adsml:TransmissionFrom>
		<adsml:TransmissionTo>
			<adsml:Identifier>
				<adsml:IDLabel xsi:type="adsml-cv:AdsMLOrganizationIDClassCV"
					>AssignedByPublisher</adsml:IDLabel>
				<adsml:IDValue>01-101-0101</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>NEW YORK HERALD</adsml:Name>
		</adsml:TransmissionTo>
	</adsml:Header>
	<!-- This is a new order for interactive advertisements. -->
	<AdOrder messageCode="AD-O" adsml:messageID="crewarintmedia.com:2009-05-10:mid011"
		adsml:messageClass="BusinessTransaction" adsml:messageAssembledTime="2009-05-10T16:30:00">
		<!-- The buyer creates the booking identifier. There are two versions: the AdsML "QID" and the buyer's internal number. 
			The QID format adds a prefix to make it globally unique. This value remains unchanged through all revisions so it should not contain a
			revision number -->
		<BookingIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-REV000</BookingIdentifier>
		<!-- Auxiliary references are provided. -->
		<AuxiliaryBookingReferences>
			<!-- The buyer's own order reference number for the ad - i.e. the 'client io number'. -->
			<adsml:BuyersReference>I-60810-8000</adsml:BuyersReference>
			<!-- The publisher's own order reference number for the ad - i.e. the 'seller io number'. -->
			<adsml:SellersReference>12419</adsml:SellersReference>
			<!-- The advertiser's own reference number for the ad - their 'Ad Number'. -->
			<adsml:AdvertisersReference>5064030</adsml:AdvertisersReference>
		</AuxiliaryBookingReferences>
		<!-- Business message date and the booking date. In this case, they are the same as it is a new order. -->
		<adsml:BusinessMessageDate>2009-05-10</adsml:BusinessMessageDate>
		<BookingDate>2009-05-10</BookingDate>
		<!-- Buyer provides contact information. In this example it is the same as the data in the TransmissionFrom structure -->
		<adsml:BookingParty>
			<adsml:Identifier>
				<adsml:IDLabel xsi:type="adsml-cv:AdsMLOrganizationIDClassCV"
					>AssignedByPublisher</adsml:IDLabel>
				<adsml:IDValue>10-010-1010</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>CREATIVE WAREHOUSE INTERACTIVE MEDIA</adsml:Name>
			<adsml:PartyAddress>
				<adsml:CommunicationChannel.PhysicalAddress>
					<adsml:Department>Media Buying</adsml:Department>
					<adsml:Street>12th Avenue</adsml:Street>
					<adsml:Street>NEW YORK, NY 10011</adsml:Street>
					<adsml:ZipPostalCode>10011</adsml:ZipPostalCode>
					<adsml:CountryName>USA</adsml:CountryName>
				</adsml:CommunicationChannel.PhysicalAddress>
				<!-- Main phone for the buying department -->
				<adsml:CommunicationChannel.Phone>
					<adsml:Type>Voice</adsml:Type>
					<adsml:PhoneNumber>212-555-4000</adsml:PhoneNumber>
				</adsml:CommunicationChannel.Phone>
			</adsml:PartyAddress>
			<!-- The person to contact if there is a  problem with the order; the contact structure and all its components are optional -->
			<adsml:Contact>
				<adsml:Role xsi:type="adsml-cv:AdsMLContactRoleCV">MediaBuyer</adsml:Role>
				<adsml:Name>James Barley</adsml:Name>
				<!-- Direct line  -->
				<adsml:CommunicationChannel.Phone>
					<adsml:Type>Voice</adsml:Type>
					<adsml:PhoneNumber>212-555-4104</adsml:PhoneNumber>
				</adsml:CommunicationChannel.Phone>
				<adsml:CommunicationChannel.EMail>
					<adsml:EMailAddress>james.barley@crewarintmedia.com</adsml:EMailAddress>
				</adsml:CommunicationChannel.EMail>
			</adsml:Contact>
			<adsml:Contact>
				<!-- The person at the agency who approved the booking -->
				<adsml:Role xsi:type="adsml-cv:AdsMLContactRoleCV">AuthorizedSignature</adsml:Role>
				<adsml:Name>Naomi Becklin</adsml:Name>
			</adsml:Contact>
		</adsml:BookingParty>
		<!-- Buyer identifies the seller's main address and optional contact people. -->
		<adsml:SellingParty>
			<adsml:Identifier>
				<adsml:IDLabel xsi:type="adsml-cv:AdsMLOrganizationIDClassCV"
					>AssignedByPublisher</adsml:IDLabel>
				<adsml:IDValue>01-101-0101</adsml:IDValue>
			</adsml:Identifier>
			<adsml:Name>NEW YORK HERALD</adsml:Name>
			<!-- Seller's address - optional -->
			<adsml:PartyAddress>
				<adsml:CommunicationChannel.PhysicalAddress>
					<adsml:Department>ADVERTISING</adsml:Department>
					<adsml:Street>1275 BROADWAY</adsml:Street>
					<adsml:Street>NY, NY 10015</adsml:Street>
				</adsml:CommunicationChannel.PhysicalAddress>
			</adsml:PartyAddress>
			<!-- Contact people on the seller's side - all of this is optional  -->
			<adsml:Contact>
				<adsml:Role xsi:type="adsml-cv:AdsMLContactRoleCV"
					>AccountSalesRepresentative</adsml:Role>
				<!-- The main pub contact person -->
				<adsml:Name>ROBERT LE GALL</adsml:Name>
				<adsml:CommunicationChannel.Phone>
					<adsml:Type>Voice</adsml:Type>
					<adsml:PhoneNumber>212-556-1212</adsml:PhoneNumber>
				</adsml:CommunicationChannel.Phone>
				<adsml:CommunicationChannel.Phone>
					<adsml:Type>Fax</adsml:Type>
					<adsml:PhoneNumber>212-556-1202</adsml:PhoneNumber>
				</adsml:CommunicationChannel.Phone>
				<adsml:CommunicationChannel.PhysicalAddress>
					<adsml:Street>1275 BROADWAY</adsml:Street>
					<adsml:Street>NY, NY 10015</adsml:Street>
				</adsml:CommunicationChannel.PhysicalAddress>
			</adsml:Contact>
		</adsml:SellingParty>
		<!-- Any legalistic boilerplate which applies to the entire booking goes here -->
		<TermsAndConditions>
			<adsml:DisclaimerText>THIS ORDER IS BOOKED BY CREATIVE WAREHOUSE INTERACTIVE MEDIA. ANY
				CHANGES TO THE ABOVE ORDER MUST BE APPROVED IN WRITING. ALL INVOICES SHOULD BE
				ACCOMPANIED BY CORRESPONDING TEARSHEETS. PLEASE SIGN AND FAX BACK AS CONFIRMATION OF
				PAYMENT TERMS. CREATIVE WAREHOUSE INTERACTIVE MEDIA IS NOT LIABLE FOR PAYMENT OF ANY
				PUBLISHER'S BILLS THAT HAVE NOT BEEN RECEIVED WITHIN 90 DAYS OF THE ISSUE DATE UNLESS
				OTHERWISE STIPULATED AND AGREED IN WRITING BY THE AGENCY.</adsml:DisclaimerText>
		</TermsAndConditions>
		<!-- The default currency for the order is American Dollars, USD. -->
		<adsml:DocumentCurrencyCode xsi:type="adsml-cv:ISOCurrencyCodeCV"
			>USD</adsml:DocumentCurrencyCode>
		<!-- The buyer gives the Total booking price for the order, which consists of 6 placements.  
			Note that the price for the complete booking is indicated to be 'estimated' by the price type.  
			At the individual placement level only the net price is specified and so the price does not allow for taxes or additional allowances or charges, therefore. -->
		<TotalBookingPrice>
			<adsml:PriceType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceTypeCV">Estimated</adsml:CodeValue>
			</adsml:PriceType>
			<adsml:TotalPrice>
				<adsml:Amount>9749.55</adsml:Amount>
			</adsml:TotalPrice>
			<!-- A single price component is given, summing the net price of the booking. 
				Together with the price type, this indicates that the total price is, in fact, the net price for the order. -->
			<adsml:PriceComponent adsml:sequenceNo="1">
				<!-- The sequence number is mandatory but you can generate price components in any sequence you want -->
				<adsml:PriceComponentName>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
						>NetPrice</adsml:CodeValue>
				</adsml:PriceComponentName>
				<adsml:Amount>9749.55</adsml:Amount>
				<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
			</adsml:PriceComponent>
		</TotalBookingPrice>
		<!-- Information about the Paying party and how they will make payment. -->
		<PayerInformation>
			<adsml:PayerParty>
				<adsml:Identifier>
					<adsml:IDLabel xsi:type="adsml-cv:AdsMLOrganizationIDClassCV"
						>AssignedByPublisher</adsml:IDLabel>
					<adsml:IDValue>10-010-1010</adsml:IDValue>
				</adsml:Identifier>
				<adsml:Name>CREATIVE WAREHOUSE INTERACTIVE MEDIA</adsml:Name>
			</adsml:PayerParty>
		</PayerInformation>
		<!-- ====== The first placement of the order. ====== -->
		<Placement.Interactive>
			<PlacementIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001</PlacementIdentifier>
			<!-- NOTE There are no Auxiliary references at the Placement level only at the booking level. -->
			<IsStandAlone>true</IsStandAlone>
			<adsml:MediaType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLMediaTypeCodeCV">Online</adsml:CodeValue>
			</adsml:MediaType>
			
			<adsml:AdType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">InteractiveDisplay</adsml:CodeValue>
			</adsml:AdType>
			<!-- The type of interactive event by which the ad's performance is measured is specified as 'impression' using an AdsML controlled vocabulary. 
				A target occurrence count is specified with a minimum and maximum bound specified as a 10% range of that target. -->
			<PlacementTarget>
				<EventType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
						>impression</adsml:CodeValue>
				</EventType>
				<EventCount>120000</EventCount>
				<MinimumEventCount>108000</MinimumEventCount>
				<MaximumEventCount>132000</MaximumEventCount>
			</PlacementTarget>
			<!-- The advertiser for whom the buyer is acting is identified as the advertiser. -->
			<AdvertiserBrand>
				<adsml:Advertiser>
					<adsml:Name>JUST GO! Leisure Travel</adsml:Name>
				</adsml:Advertiser>
			</AdvertiserBrand>
			<!-- The name of the Campaign including the Campaign Code -->
			<adsml:Campaign>
				<adsml:CodeValue>P.O. 38</adsml:CodeValue>
				<adsml:Description>FALL STRATEGIC</adsml:Description>
			</adsml:Campaign>
			<!-- A reference to the contract associated with the order -->
			<adsml:Contract>
				<adsml:ContractReference>JUST GO! Travel/GlobalFall/01 09/11/09
					38.61h</adsml:ContractReference>
				<adsml:ContractType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLContractTypeCV">Flat</adsml:CodeValue>
				</adsml:ContractType>
				<adsml:ValidityPeriod>
					<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
					<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
				</adsml:ValidityPeriod>
			</adsml:Contract>
			<!-- The buyer provides basic price data about the expected price. 
				The net price is given as the TotalPrice. 
				A single PriceComponent specifies how that price is calculated to create the base price for the ad. 
				No other charges are recorded and so the base price is the same as the net price. -->
			<PlacementPrice>
				<adsml:TotalPrice>
					<adsml:Amount>1531.00</adsml:Amount>
					<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
				</adsml:TotalPrice>
				<adsml:PriceComponent adsml:sequenceNo="1">
					<adsml:PriceComponentName>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
							>BasePrice</adsml:CodeValue>
					</adsml:PriceComponentName>
					<adsml:Amount>1531.00</adsml:Amount>
					<adsml:DescriptionLine>CPM Cost Model ($15.31 per
						thousand)</adsml:DescriptionLine>
					<adsml:CalculationSpecification>
						<adsml:Unit>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
								>impression</adsml:CodeValue>
						</adsml:Unit>
						<adsml:NumberOfUnits>100000</adsml:NumberOfUnits>
						<adsml:PricePerUnit adsml:divisor="1000">15.31</adsml:PricePerUnit>
					</adsml:CalculationSpecification>
				</adsml:PriceComponent>
			</PlacementPrice>
			<adsml:DescriptionLine>Corporate AB: STD CC: Leisure Travel 300x600 Half Page
				Ad</adsml:DescriptionLine>
			<!--  The location on the website where the ad is to run is specified usinga combination of Publication and ProductionDetail metadata. -->
			<Publication>
				<PublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>NYH.COM</adsml:CodeValue>
				</PublicationCode>
				<!-- The section of the website can either be transmitted here as a SubPublication,
					or in Size/Positioning, further down. -->
				<SubPublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>ARTS_AND_LIVING</adsml:CodeValue>
				</SubPublicationCode>
				<adsml:Name>NewYorkHerald.com</adsml:Name>
				<PublishedBy>
					<adsml:Name>New York Herald Interactive</adsml:Name>
				</PublishedBy>
			</Publication>
			<!-- The ad is scheduled to run daily through November and achieve 100000 impressions. -->
			<Scheduling>
				<ScheduleEntryIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001SI</ScheduleEntryIdentifier>
				<FirstPossibleTime>2009-11-01</FirstPossibleTime>
				<LastPossibleTime>2009-11-30</LastPossibleTime>
			</Scheduling>
	
			<!-- Distribute only to current subscribers -->
			<DistributionTarget>
				<Targeting>
					<Target>
						<Code>
							<adsml:CodeList xsi:type="adsml-cv:AdsMLTargetingTypeCodeCV">Demographic</adsml:CodeList>
							<adsml:CodeValue>Subscriber</adsml:CodeValue>
						</Code>
					</Target>
				</Targeting>
			</DistributionTarget>
			<!-- The size and positioning of the ad is specified - a half page ad measured in pixels and situated in the 'travel' section. -->
			<ProductionDetail.Interactive>
				<Size>
					<AdSizeCode>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdSizeCodeInteractiveCV"
							>IABHalfPageAd</adsml:CodeValue>
					</AdSizeCode>
					<Width>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>300</adsml:Value>
					</Width>
					<Height>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>600</adsml:Value>
					</Height>
				</Size>
				<Positioning>
					<PrimaryPositioning>
						<SectionCode>
							<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
							<adsml:CodeValue>TRAVEL</adsml:CodeValue>
						</SectionCode>
						<adsml:Specifications/>
					</PrimaryPositioning>
				</Positioning>
			</ProductionDetail.Interactive>
		</Placement.Interactive>
		<!-- ====== The second placement of the order. ====== -->
		<Placement.Interactive>
			<PlacementIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-002</PlacementIdentifier>
			<!-- NOTE There are no Auxiliary references at the Placement level only at the booking level. -->
			<IsStandAlone>true</IsStandAlone>
			<adsml:AdType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">InteractiveDisplay</adsml:CodeValue>
			</adsml:AdType>
			<!-- The type of interactive event by which the ad's performance is measured is specified as 'impression' using an AdsML controlled vocabulary. 
				A target occurrence count is specified with a minimum and maximum bound specified as a 10% range of that target. -->
			<PlacementTarget>
				<EventType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
						>impression</adsml:CodeValue>
				</EventType>
				<EventCount>175000</EventCount>
				<MinimumEventCount>157500</MinimumEventCount>
				<MaximumEventCount>192500</MaximumEventCount>
			</PlacementTarget>
			<!-- The advertiser for whom the buyer is acting is identified as the advertiser. -->
			<AdvertiserBrand>
				<adsml:Advertiser>
					<adsml:Name>JUST GO! Leisure Travel</adsml:Name>
				</adsml:Advertiser>
			</AdvertiserBrand>
			<!-- The name of the Campaign including the Campaign Code -->
			<adsml:Campaign>
				<adsml:CodeValue>P.O. 38</adsml:CodeValue>
				<adsml:Description>FALL STRATEGIC</adsml:Description>
			</adsml:Campaign>
			<adsml:Contract>
				<adsml:ContractReference>JUST GO! Travel/GlobalFall/01 08/11/06
					38.61h</adsml:ContractReference>
				<adsml:ContractType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLContractTypeCV">Flat</adsml:CodeValue>
				</adsml:ContractType>
				<adsml:ValidityPeriod>
					<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
					<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
				</adsml:ValidityPeriod>
			</adsml:Contract>

			<PlacementPrice>
				<adsml:TotalPrice>
					<adsml:Amount>2143.75</adsml:Amount>
					<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
				</adsml:TotalPrice>
				<adsml:PriceComponent adsml:sequenceNo="1">
					<adsml:PriceComponentName>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
							>BasePrice</adsml:CodeValue>
					</adsml:PriceComponentName>
					<adsml:Amount>2143.75</adsml:Amount>
					<adsml:DescriptionLine>CPM Cost Model ($12.25 per thousand)</adsml:DescriptionLine>
					<adsml:CalculationSpecification>
						<adsml:Unit>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
								>impression</adsml:CodeValue>
						</adsml:Unit>
						<adsml:NumberOfUnits>175000</adsml:NumberOfUnits>
						<adsml:PricePerUnit adsml:divisor="1000">12.25</adsml:PricePerUnit>
					</adsml:CalculationSpecification>
				</adsml:PriceComponent>
			</PlacementPrice>
			<adsml:DescriptionLine>Corporate AB: STD CC: Leisure Travel 300x250 Big
				Box</adsml:DescriptionLine>
			<!--  The location on the website where the ad is to run is specified using a combination of Publication and ProductionDetail metadata. -->
			<Publication>
				<PublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>NYH.COM</adsml:CodeValue>
				</PublicationCode>
				<SubPublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>ARTS_AND_LIVING</adsml:CodeValue>
				</SubPublicationCode>
				<adsml:Name>NewYorkHerald.com</adsml:Name>
				<PublishedBy>
					<adsml:Name>New York Herald Interactive</adsml:Name>
				</PublishedBy>
			</Publication>
			<!-- The ad is scheduled to run daily through November and achieve 175000 impressions. -->
			<Scheduling>
				<ScheduleEntryIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001SI</ScheduleEntryIdentifier>
				<FirstPossibleTime>2009-11-01</FirstPossibleTime>
				<LastPossibleTime>2009-11-30</LastPossibleTime>
			</Scheduling>
			<!-- The size and positioning of the ad is specified - a half page ad measured in pixels and situated in the 'travel' section. -->
			<ProductionDetail.Interactive>
				<Size>
					<!-- No code for 'Big Box' in the AdsML CV, therefore used NYH own value. -->
					<AdSizeCode>
						<adsml:CodeList>NYHAdSizeCodeCV</adsml:CodeList>
						<adsml:CodeValue>BigBox</adsml:CodeValue>
					</AdSizeCode>
					<Width>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>300</adsml:Value>
					</Width>
					<Height>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>250</adsml:Value>
					</Height>
				</Size>
				<Positioning>
					<PrimaryPositioning>
						<SectionCode>
							<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
							<adsml:CodeValue>TRAVEL</adsml:CodeValue>
						</SectionCode>
						<adsml:Specifications/>
					</PrimaryPositioning>
				</Positioning>
			</ProductionDetail.Interactive>
		</Placement.Interactive>
		<!-- ====== The third placement of the order. ====== -->
		<Placement.Interactive>
			<PlacementIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-003</PlacementIdentifier>
			<IsStandAlone>true</IsStandAlone>
			<adsml:AdType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">InteractiveDisplay</adsml:CodeValue>
			</adsml:AdType>
			<!-- The type of interactive event by which the ad's performance is measured is specified as 'impression'. 
				A target occurrence count is specified with a minimum and maximum bound specified as a 10% range of that target. -->
			<PlacementTarget>
				<EventType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
						>impression</adsml:CodeValue>
				</EventType>
				<EventCount>125000</EventCount>
				<MinimumEventCount>112500</MinimumEventCount>
				<MaximumEventCount>137500</MaximumEventCount>
			</PlacementTarget>
			<!-- The advertiser for whom the buyer is acting is identified as the advertiser. -->
			<AdvertiserBrand>
				<adsml:Advertiser>
					<adsml:Name>JUST GO! Leisure Travel</adsml:Name>
				</adsml:Advertiser>
			</AdvertiserBrand>
			<!-- The name of the Campaign including the Campaign Code -->
			<adsml:Campaign>
				<adsml:CodeValue>P.O. 38</adsml:CodeValue>
				<adsml:Description>FALL STRATEGIC</adsml:Description>
			</adsml:Campaign>
			<adsml:Contract>
				<adsml:ContractReference>JUST GO! Travel/GlobalFall/01 08/11/06
					38.61h</adsml:ContractReference>
				<adsml:ContractType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLContractTypeCV">Flat</adsml:CodeValue>
				</adsml:ContractType>
				<adsml:ValidityPeriod>
					<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
					<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
				</adsml:ValidityPeriod>
			</adsml:Contract>
			<PlacementPrice>
				<adsml:TotalPrice>
					<adsml:Amount>2041.25</adsml:Amount>
					<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
				</adsml:TotalPrice>
				<adsml:PriceComponent adsml:sequenceNo="1">
					<adsml:PriceComponentName>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
							>BasePrice</adsml:CodeValue>
					</adsml:PriceComponentName>
					<adsml:Amount>2041.25</adsml:Amount>
					<adsml:DescriptionLine>CPM Cost Model ($16.33 per
						thousand)</adsml:DescriptionLine>
					<adsml:CalculationSpecification>
						<adsml:Unit>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
								>impression</adsml:CodeValue>
						</adsml:Unit>
						<adsml:NumberOfUnits>125000</adsml:NumberOfUnits>
						<adsml:PricePerUnit adsml:divisor="1000">16.33</adsml:PricePerUnit>
					</adsml:CalculationSpecification>
				</adsml:PriceComponent>
			</PlacementPrice>
			<adsml:DescriptionLine>Corporate AB: STD CC: Leisure Travel 300x600 Half Page
				Ad</adsml:DescriptionLine>
			<!--  The location on the website where the ad is to run is specified using a combination of Publication and ProductionDetail metadata. -->
			<Publication>
				<PublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>NYH.COM</adsml:CodeValue>
				</PublicationCode>
				<SubPublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>ARTS_AND_LIVING</adsml:CodeValue>
				</SubPublicationCode>
				<adsml:Name>NewYorkHerald.com</adsml:Name>
				<PublishedBy>
					<adsml:Name>New York Herald Interactive</adsml:Name>
				</PublishedBy>
			</Publication>
			<!-- The ad is scheduled to run daily through November and achieve 125000 impressions. -->
			<Scheduling>
				<ScheduleEntryIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001SI</ScheduleEntryIdentifier>
				<FirstPossibleTime>2009-11-01</FirstPossibleTime>
				<LastPossibleTime>2009-11-30</LastPossibleTime>
			</Scheduling>
			<!-- The size and positioning of the ad is specified - a half page ad measured in pixels and situated in the 'travel' section. -->
			<ProductionDetail.Interactive>
				<Size>
					<AdSizeCode>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdSizeCodeInteractiveCV"
							>IABHalfPageAd</adsml:CodeValue>
					</AdSizeCode>
					<Width>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>300</adsml:Value>
					</Width>
					<Height>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>600</adsml:Value>
					</Height>
				</Size>
				<Positioning>
					<PrimaryPositioning>
						<SectionCode>
							<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
							<adsml:CodeValue>TRAVEL</adsml:CodeValue>
						</SectionCode>
						<adsml:Specifications/>
					</PrimaryPositioning>
				</Positioning>
			</ProductionDetail.Interactive>
		</Placement.Interactive>
		<!-- ====== The fourth placement of the order. ====== -->
		<Placement.Interactive>
			<PlacementIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-004</PlacementIdentifier>
			<IsStandAlone>true</IsStandAlone>
			<adsml:AdType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">InteractiveDisplay</adsml:CodeValue>
			</adsml:AdType>
			<!-- The type of interactive event by which the ad's performance is measured is specified as 'impression'. 
				A target occurrence count is specified with a minimum and maximum bound specified as a 10% range of that target. -->
			<PlacementTarget>
				<EventType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
						>impression</adsml:CodeValue>
				</EventType>
				<EventCount>175000</EventCount>
				<MinimumEventCount>157500</MinimumEventCount>
				<MaximumEventCount>192500</MaximumEventCount>
			</PlacementTarget>
			<!-- The advertiser for whom the buyer is acting is identified as the advertiser. -->
			<AdvertiserBrand>
				<adsml:Advertiser>
					<adsml:Name>JUST GO! Leisure Travel</adsml:Name>
				</adsml:Advertiser>
			</AdvertiserBrand>
			<!-- The name of the Campaign including the Campaign Code -->
			<adsml:Campaign>
				<adsml:CodeValue>P.O. 38</adsml:CodeValue>
				<adsml:Description>FALL STRATEGIC</adsml:Description>
			</adsml:Campaign>
			<adsml:Contract>
				<adsml:ContractReference>JUST GO! Travel/GlobalFall/01 08/11/06
					38.61h</adsml:ContractReference>
				<adsml:ContractType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLContractTypeCV">Flat</adsml:CodeValue>
				</adsml:ContractType>
				<adsml:ValidityPeriod>
					<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
					<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
				</adsml:ValidityPeriod>
			</adsml:Contract>
			<PlacementPrice>
				<adsml:TotalPrice>
					<adsml:Amount>1146.25</adsml:Amount>
					<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
				</adsml:TotalPrice>
				<adsml:PriceComponent adsml:sequenceNo="1">
					<adsml:PriceComponentName>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
							>BasePrice</adsml:CodeValue>
					</adsml:PriceComponentName>
					<adsml:Amount>1146.25</adsml:Amount>
					<adsml:DescriptionLine>CPM Cost Model ($6.55 per
						thousand)</adsml:DescriptionLine>
					<adsml:CalculationSpecification>
						<adsml:Unit>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
								>impression</adsml:CodeValue>
						</adsml:Unit>
						<adsml:NumberOfUnits>175000</adsml:NumberOfUnits>
						<adsml:PricePerUnit adsml:divisor="1000">6.55</adsml:PricePerUnit>
					</adsml:CalculationSpecification>
				</adsml:PriceComponent>
			</PlacementPrice>
			<adsml:DescriptionLine>Corporate AB: STD CC: Leisure Travel 728x90
				Leaderboard</adsml:DescriptionLine>
			<!--  The location on the website where the ad is to run is specified using a combination of Publication and ProductionDetail metadata. -->
			<Publication>
				<PublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>NYH.COM</adsml:CodeValue>
				</PublicationCode>
				<SubPublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>ARTS_AND_LIVING</adsml:CodeValue>
				</SubPublicationCode>
				<adsml:Name>NewYorkHerald.com</adsml:Name>
				<PublishedBy>
					<adsml:Name>New York Herald Interactive</adsml:Name>
				</PublishedBy>
			</Publication>
			<!-- The ad is scheduled to run daily through November and achieve 175000 impressions. -->
			<Scheduling>
				<ScheduleEntryIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001SI</ScheduleEntryIdentifier>
				<FirstPossibleTime>2009-11-01</FirstPossibleTime>
				<LastPossibleTime>2009-11-30</LastPossibleTime>
			</Scheduling>
			<!-- The size and positioning of the ad is specified - a leaderboard ad measured in pixels and situated in the 'travel' section. -->
			<ProductionDetail.Interactive>
				<Size>
					<AdSizeCode>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdSizeCodeInteractiveCV"
							>IABLeaderboard</adsml:CodeValue>
					</AdSizeCode>
					<Width>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>728</adsml:Value>
					</Width>
					<Height>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>90</adsml:Value>
					</Height>
				</Size>
				<Positioning>
					<PrimaryPositioning>
						<SectionCode>
							<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
							<adsml:CodeValue>TRAVEL</adsml:CodeValue>
						</SectionCode>
						<adsml:Specifications/>
					</PrimaryPositioning>
				</Positioning>
			</ProductionDetail.Interactive>
		</Placement.Interactive>
		<!-- ====== The fifth placement of the order. ====== -->
		<Placement.Interactive>
			<PlacementIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-005</PlacementIdentifier>
			<IsStandAlone>true</IsStandAlone>
			<adsml:AdType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">InteractiveDisplay</adsml:CodeValue>
			</adsml:AdType>
			<!-- The type of interactive event by which the ad's performance is measured is specified as 'impression'. 
				A target occurrence count is specified with a minimum and maximum bound specified as a 10% range of that target. -->
			<PlacementTarget>
				<EventType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
						>impression</adsml:CodeValue>
				</EventType>
				<EventCount>225000</EventCount>
				<MinimumEventCount>202500</MinimumEventCount>
				<MaximumEventCount>247500</MaximumEventCount>
			</PlacementTarget>
			<!-- The advertiser for whom the buyer is acting is identified as the advertiser. -->
			<AdvertiserBrand>
				<adsml:Advertiser>
					<adsml:Name>JUST GO! Leisure Travel</adsml:Name>
				</adsml:Advertiser>
			</AdvertiserBrand>
			<!-- The name of the Campaign including the Campaign Code -->
			<adsml:Campaign>
				<adsml:CodeValue>P.O. 38</adsml:CodeValue>
				<adsml:Description>FALL STRATEGIC</adsml:Description>
			</adsml:Campaign>
			<adsml:Contract>
				<adsml:ContractReference>JUST GO! Travel/GlobalFall/01 08/11/06
					38.61h</adsml:ContractReference>
				<adsml:ContractType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLContractTypeCV">Flat</adsml:CodeValue>
				</adsml:ContractType>
				<adsml:ValidityPeriod>
					<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
					<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
				</adsml:ValidityPeriod>
			</adsml:Contract>
			<PlacementPrice>
				<adsml:TotalPrice>
					<adsml:Amount>1361.25</adsml:Amount>
					<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
				</adsml:TotalPrice>
				<adsml:PriceComponent adsml:sequenceNo="1">
					<adsml:PriceComponentName>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
							>BasePrice</adsml:CodeValue>
					</adsml:PriceComponentName>
					<adsml:Amount>1361.25</adsml:Amount>
					<adsml:DescriptionLine>CPM Cost Model ($6.05 per thousand)</adsml:DescriptionLine>
					<adsml:CalculationSpecification>
						<adsml:Unit>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
								>impression</adsml:CodeValue>
						</adsml:Unit>
						<adsml:NumberOfUnits>225000</adsml:NumberOfUnits>
						<adsml:PricePerUnit adsml:divisor="1000">6.05</adsml:PricePerUnit>
					</adsml:CalculationSpecification>
				</adsml:PriceComponent>
			</PlacementPrice>
			<adsml:DescriptionLine>Corporate AB: STD CC: Leisure Travel 728x90
				Leaderboard</adsml:DescriptionLine>
			<!--  The location on the website where the ad is to run is specified using a combination of Publication and ProductionDetail metadata. -->
			<Publication>
				<PublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>NYH.COM</adsml:CodeValue>
				</PublicationCode>
				<SubPublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>ARTS_AND_LIVING</adsml:CodeValue>
				</SubPublicationCode>
				<adsml:Name>NewYorkHerald.com</adsml:Name>
				<PublishedBy>
					<adsml:Name>New York Herald Interactive</adsml:Name>
				</PublishedBy>
			</Publication>
			<!-- The ad is scheduled to run daily through November and achieve 225000 impressions. -->
			<Scheduling>
				<ScheduleEntryIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001SI</ScheduleEntryIdentifier>
				<FirstPossibleTime>2009-11-01</FirstPossibleTime>
				<LastPossibleTime>2009-11-30</LastPossibleTime>
			</Scheduling>
			<!-- The size and positioning of the ad is specified - a leaderboard ad measured in pixels and situated in the 'travel' section. -->
			<ProductionDetail.Interactive>
				<Size>
					<AdSizeCode>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdSizeCodeInteractiveCV"
							>IABLeaderboard</adsml:CodeValue>
					</AdSizeCode>
					<Width>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>728</adsml:Value>
					</Width>
					<Height>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>90</adsml:Value>
					</Height>
				</Size>
				<Positioning>
					<PrimaryPositioning>
						<SectionCode>
							<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
							<adsml:CodeValue>TRAVEL</adsml:CodeValue>
						</SectionCode>
						<adsml:Specifications/>
					</PrimaryPositioning>
				</Positioning>
			</ProductionDetail.Interactive>
		</Placement.Interactive>
		<!-- ====== The sixth placement of the order. ====== -->
		<Placement.Interactive>
			<PlacementIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-006</PlacementIdentifier>
			<IsStandAlone>true</IsStandAlone>
			<adsml:AdType>
				<adsml:CodeValue xsi:type="adsml-cv:AdsMLAdTypeCV">InteractiveDisplay</adsml:CodeValue>
			</adsml:AdType>
			<!-- The type of interactive event by which the ad's performance is measured is specified as 'impression'. 
				A target occurrence count is specified with a minimum and maximum bound specified as a 10% range of that target. -->
			<PlacementTarget>
				<EventType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
						>impression</adsml:CodeValue>
				</EventType>
				<EventCount>115000</EventCount>
				<MinimumEventCount>103500</MinimumEventCount>
				<MaximumEventCount>126500</MaximumEventCount>
			</PlacementTarget>
			<!-- The advertiser for whom the buyer is acting is identified as the advertiser. -->
			<AdvertiserBrand>
				<adsml:Advertiser>
					<adsml:Name>JUST GO! Leisure Travel</adsml:Name>
				</adsml:Advertiser>
			</AdvertiserBrand>
			<!-- The name of the Campaign including the Campaign Code -->
			<adsml:Campaign>
				<adsml:CodeValue>P.O. 38</adsml:CodeValue>
				<adsml:Description>FALL STRATEGIC</adsml:Description>
			</adsml:Campaign>
			<adsml:Contract>
				<adsml:ContractReference>JUST GO! Travel/GlobalFall/01 08/11/06 38.61h</adsml:ContractReference>
				<adsml:ContractType>
					<adsml:CodeValue xsi:type="adsml-cv:AdsMLContractTypeCV">Flat</adsml:CodeValue>
				</adsml:ContractType>
				<adsml:ValidityPeriod>
					<adsml:StartDateTime>2009-01-01</adsml:StartDateTime>
					<adsml:EndDateTime>2009-12-31</adsml:EndDateTime>
				</adsml:ValidityPeriod>
			</adsml:Contract>
			<!-- The buyer provides basic price data about the expected price. The net price is given as the TotalPrice. 
				A single PriceComponent specifies the how that price is calculated to create the base price for the ad. 
				No other charges are recorded and so the base price is the same as the net price. -->
			<PlacementPrice>
				<adsml:TotalPrice>
					<adsml:Amount>1526.05</adsml:Amount>
					<adsml:DescriptionLine>Net Price</adsml:DescriptionLine>
				</adsml:TotalPrice>
				<adsml:PriceComponent adsml:sequenceNo="1">
					<adsml:PriceComponentName>
						<adsml:CodeValue xsi:type="adsml-cv:AdsMLPriceComponentCV"
							>BasePrice</adsml:CodeValue>
					</adsml:PriceComponentName>
					<adsml:Amount>1526.05</adsml:Amount>
					<adsml:DescriptionLine>CPM Cost Model ($13.27 per thousand)</adsml:DescriptionLine>
					<adsml:CalculationSpecification>
						<adsml:Unit>
							<adsml:CodeValue xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
								>impression</adsml:CodeValue>
						</adsml:Unit>
						<adsml:NumberOfUnits>115000</adsml:NumberOfUnits>
						<adsml:PricePerUnit adsml:divisor="1000">13.27</adsml:PricePerUnit>
					</adsml:CalculationSpecification>
				</adsml:PriceComponent>
			</PlacementPrice>
			<adsml:DescriptionLine>Corporate AB: STD CC: Leisure Travel 300x250 Big
				Box</adsml:DescriptionLine>
			<!--  The location on the website where the ad is to run is specified using a combination of Publication and ProductionDetail metadata. -->
			<Publication>
				<PublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>NYH.COM</adsml:CodeValue>
				</PublicationCode>
				<SubPublicationCode>
					<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
					<adsml:CodeValue>ARTS_AND_LIVING</adsml:CodeValue>
				</SubPublicationCode>
				<adsml:Name>NewYorkHerald.com</adsml:Name>
				<PublishedBy>
					<adsml:Name>New York Herald Interactive</adsml:Name>
				</PublishedBy>
			</Publication>
			<!-- The ad is scheduled to run daily through November and achieve 115000 impressions. -->
			<Scheduling>
				<ScheduleEntryIdentifier>crewarintmedia.com:2009-05-10:INTAB-12419-001SI</ScheduleEntryIdentifier>
				<FirstPossibleTime>2008-11-01</FirstPossibleTime>
				<LastPossibleTime>2008-11-30</LastPossibleTime>
			</Scheduling>
			<!-- The size and positioning of the ad is specified - a half page ad measured in pixels and situated in the 'travel' section. -->
			<ProductionDetail.Interactive>
				<Size>
					<!-- No code for 'Big Box' in the AdsML CV, therefore used NYH own value. -->
					<AdSizeCode>
						<adsml:CodeList>NYHAdSizeCodeCV</adsml:CodeList>
						<adsml:CodeValue>BigBox</adsml:CodeValue>
					</AdSizeCode>
					<Width>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>300</adsml:Value>
					</Width>
					<Height>
						<adsml:UnitOfMeasure xsi:type="adsml-cv:AdsMLUnitOfMeasureInteractiveCV"
							>pixel</adsml:UnitOfMeasure>
						<adsml:Value>250</adsml:Value>
					</Height>
				</Size>
				<Positioning>
					<PrimaryPositioning>
						<SectionCode>
							<adsml:CodeList>NYHPublicationCodeCV</adsml:CodeList>
							<adsml:CodeValue>TRAVEL</adsml:CodeValue>
						</SectionCode>
						<adsml:Specifications/>
					</PrimaryPositioning>
				</Positioning>
			</ProductionDetail.Interactive>
		</Placement.Interactive>
	</AdOrder>
</AdsMLBookings>

