<?xml version="1.0" encoding="utf-8"?>
<RuleList revision="1" version="1" xsi:schemaLocation="http://www.movielabs.com/cr/rules rules.xsd" xmlns="http://www.movielabs.com/cr/rules" xmlns:isan="http://www.isan.org/ISAN/isan" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">


	<Owner>
		<Name>MovieLabs</Name>
                <OwnerDomain>www.movielabs.com</OwnerDomain>
		<Email>info@movielabls.com</Email>
		<Phone>+440234587394</Phone>
	</Owner>
  <AssetList>
     <Asset>
	    <OriginalAssetName>The NY-LA Shuffle</OriginalAssetName>
	    <OriginalAssetID type="ISAN">
		    <isan:ISAN root="0a0a-0b0b-0c0c" />
	     </OriginalAssetID>
      </Asset>
	</AssetList>
	<Rule name="Pre-release Not OK" generateACNS="true" priority="100">
		<RuleValidDuration end="2007-12-25T00:00:00" />
		<DetectionCriteria>
			<MinPercentOfOriginalAssetMatched percent="25" />
		</DetectionCriteria>
		<Actions>
			<TakeDown />
			<NotifyOriginator />
			<ReportToOwner />
		</Actions>
	</Rule>
	<Rule name="Pre-release temporary OK" generateACNS="true" priority="75">
		<RuleValidDuration end="2007-12-25T00:00:00" />
		<DetectionCriteria>
			<MinPercentOfOriginalAssetMatched percent="2" />
		</DetectionCriteria>
		<Actions>
			<LeaveUp>
				<LeaveUpDuration end="2007-12-25T00:00:00" />
				<ExpiryActions>
					<TakeDown />
					<NotifyOriginator />
				</ExpiryActions>
			</LeaveUp>
			<ReportToOwner />
		</Actions>
	</Rule>
	<Rule name="free catch-up period" priority="75">
		<RuleValidDuration start="2007-12-25T00:00:00" 
                        end="2008-01-24T00:00:00" />
		<DetectionCriteria>
			<MinPercentOfOriginalAssetMatched percent="2" />
		</DetectionCriteria>
		<Actions>
			<ReportToOwner />
			<LeaveUp>
				<CountryList type="include">
					<Country>us</Country>
				</CountryList>
				<LeaveUpDuration start="2007-12-25T00:00:00" 
                           end="2008-01-24T00:00:00" />
				<ExpiryActions>
					<SiteAdSupported>
						<CountryList type="include">
							<Country>us</Country>
						</CountryList>
						<AllowedType>video-pre</AllowedType>
						<AllowedType>video-post</AllowedType>
					</SiteAdSupported>
				</ExpiryActions>
			</LeaveUp>
			<Quarantine>
				<CountryList type="exclude">
					<Country>us</Country>
				</CountryList>
			</Quarantine>
		</Actions>
	</Rule>
	<Rule name="free period over" priority="100">
		<RuleValidDuration start="2008-12-24T00:00:00+01:00" />
		<DetectionCriteria>
			<MinPercentOfOriginalAssetMatched percent="2" />
		</DetectionCriteria>
		<Actions>
			<SiteAdSupported>
				<CountryList type="include">
					<Country>us</Country>
				</CountryList>
				<AllowedType>video-pre</AllowedType>
				<AllowedType>video-post</AllowedType>
			</SiteAdSupported>
			<Quarantine>
				<CountryList type="exclude">
					<Country>us</Country>
				</CountryList>
			</Quarantine>
		</Actions>
	</Rule>
</RuleList>



