<?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,30" >
	<rotator>
		<rotateSetup 
				itemsGap="40" 
				autoDelay="5500" 
				slideSpeed="1.9" 
				autoSlideSpeed="1.9" 
				maxSlideTime="1500" 
				blurX="9" 
				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.  A banner can specify any
				 number of buttons (for swf) to utilize the pipe separated list.  To do so, the buttons in 
				 the banner must be named button0, button1 ... buttonN.  If button0 does not exist
				 or the banner is an image (png), then the entire banner will be treated as the button.
				 
				 - 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="../images/home/rotator/hero0.png" url="http://sourpatchkids.html/stuff,_self|" />
			<item id="0" src="home/hero-heaven.png" url="http://www.youtube.com/watch?v=zhiMSpqzLhY,_blank|"/>
			<item id="1" src="home/hero-mobile.swf" url="http://itunes.apple.com/us/app/sour-patch-kids-sour-fling/id445915335?mt=8,_blank|"/>
			<item id="2" src="home/hero1-FB.png" url="http://www.facebook.com/sourpatchkids,_blank|"/>
			<item id="3" src="home/hero0.swf" url="/locator.html,_self|"/>-->
			
			<!-- 2012.07 Homepage Update from Mother -->
			<!--<item id="0" src="home/hero-people-vs-spk.png" url="http://www.sourpatchjustice.com,_blank|"/>-->
			<item id="0" src="home/hero-the-lost-kids-video.png" url="http://www.youtube.com/watch?v=zhiMSpqzLhY,_blank|"/>
			<item id="1" src="home/hero-like-us-on-fb.png" url="http://www.facebook.com/sourpatchkids,_blank|"/>
			<item id="2" src="home/hero-product-locator.png" url="/locator.html,_self|"/>
			<item id="3" src="home/hero-mobile-game.png" url="http://itunes.apple.com/us/app/sour-patch-kids-sour-fling/id445915335?mt=8,_blank|"/>
			
		</items>
		<buckets itemsGap="7">
			<bucket id="3" src="home/thumb-mobile-game.png" x="0" y="0"><![CDATA[PLAY SOUR FLING]]></bucket>
			<bucket id="2" src="home/thumb-product-locator.png" x="0" y="0"><![CDATA[FIND SOUR PATCH]]></bucket>
			<bucket id="1" src="home/thumb-like-us-on-fb.png" x="0" y="0"><![CDATA[LIKE US ON FACEBOOK]]></bucket>
			<bucket id="0" src="home/thumb-the-lost-kids-video.png" x="0" y="0"><![CDATA[WORLD GONE SOUR]]></bucket>
			<!--<bucket id="0" src="home/thumb-people-vs-spk.png" x="0" y="0"><![CDATA[PEOPLE VS SPK]]></bucket>-->
			<!-- Example of how you can pass in a png instead of swf. -->
			<!--<bucket id="0" src="../images/home/rotator/thumb0.png" x="16" y="56"><![CDATA[FIND SOUR PATCH]]></bucket>-->
		</buckets>
	</rotator>
</config>
