<?xml version="1.0" encoding="UTF-8"?>
<!-- The swf will wait n seconds before playing the prank video.  Set the 'prankDelay' attribute
	 to a single numeric value to specify the delay or provide a comma separated list of min and max values.
	 When min and max a provided, a random value between them is calculated.
-->
<config prankDelay="1" >
	<rotator>
		<rotateSetup 
				itemsGap="10" 
				autoDelay="5500" 
				slideSpeed="1.9" 
				autoSlideSpeed="1.9" 
				maxSlideTime="1500" 
				blurX="10" 
				blurY="0" 
				pullbackPercent="0.03" 
				pullbackDelayMultiplier="3.2" />

		<items>
			<!-- In the @src attribute please specify relative location of the image to display in rotator.
				 Supported types are swf and png.
				 In the @url attribute specify a pipe separated list of redirect urls or the javascript 
				 functions to be called when the user interacts with the banner.  The buttons in a banner
				 will always be product locator first and nutition second.
				 
				 - For redirect url, specify absolute link and the redirect type separated by comma.  Supported
				   redirect types include "_self" (open in same window) and "_blank" (open in new window/tab).
				   example: "http://sourpatchkids.com,_blank"
				 - For javascript functions, specify the full function call with or without parameters, appended
				   with special "js:" prefix.  The prefix is used by the appliation to distinguis js calls from redirects. 
				   example: "js:alert('hello world!')"
			-->
			<item id="0" src="products/hero0.swf" url="/locator.html?productId=070462035964,_self|js:openNutritionInfo('7046203596')"/>
			<item id="1" src="../images/products/rotator/hero1.png" url="/locator.html?productId=070462082517,_self|js:openNutritionInfo('7046208251')"/>
			<item id="2" src="../images/products/rotator/hero2.png" url="/locator.html?productId=070462098501,_self|js:openNutritionInfo('7046209850')"/>
			<!--<item id="1" src="products/hero1.swf" url="/locator.html?productId=070462082517,_self|js:openNutritionInfo('7046208251')"/>-->
			<!--<item id="2" src="products/hero2.swf" url="/locator.html?productId=070462098501,_self|js:openNutritionInfo('7046209850')"/>-->
			<!--<item id="2" src="../images/products/rotator/hero2.png" x="0" y="40" url="js:alert('hello locator!')|js:alert('hello nutrition!')" />-->
		</items>
	</rotator>
</config>