﻿<!-- 
Banner Rotator Settings: 
'order' 	:: order in which your banners will be displayed; 'sequential','random'
'pausetime' 	:: number of seconds between each banner transition
'transitiontime':: number of seconds it takes for each transition to complete
'transition' 	:: 'BasicTween','Fade','Iris','Wipe','PixelDissolve','Blinds','Random'
'direction'	:: 'left_to_right','right_to_left','top_to_bottom','bottom_to_top'
'mediaLink'	:: 'true','false'
'linkTarget'	:: '_blank','_self','_top','_parent'
'googleTracking':: 'true','false'
'alphaFade'	:: 'true','false'
'captionx'	:: the x pixel position where the caption textfield will be created (default = 0)
'captiony'	:: the y pixel position where the caption textfield will be created (default = component height + 10)
'cssurl'	:: the url to the stylesheet you would like associated with the textfield (default = 'caption.css')

*Note - The xml settings will override the component inspector settings. 
*	If you would like to use the component inspector instead, please remove each settings here:

XML Node Descriptions:
<image>		:: absolute or relative path to JPG or SWF banner image
<link>		:: mediaLink url - the user will be taken to this address when they click the current image. If you do not wish to use the mediaLink feature, you should set the mediaLink parameter to "false".
<caption>	:: this text will appear as an overlay on the rotator, you set the location using the "captionX" and "captionY" parameters described above, and the text styles are set using CSS. If you do not wish to use the caption feature you can simply delete this node.
<gtimpressions>	:: this address is used to track the number of impressions for the current banner in your Google Analytics account if the googleTracking parameter is set to "true" (string must start with a "/")
<gtclicks>	:: this address is used to track the number of clicks for the current banner in your Google Analytics account if the googleTracking parameter is set to "true" (string must start with a "/")
-->
<?xml version="1.0"?>
  <banners order="sequential" pausetime="5" transitiontime="1" transition="Random" direction="left_to_right" mediaLink="true" linkTarget="_blank" googleTracking="true" alphaFade="true" captionx="5" captiony="230" cssurl="caption.css">
 	<banner>
		<image>banners/esa_square.jpg</image>
		<link>http://www.earthscienceagency.com</link>
		<gtimpressions>/banners/esa_square_impressions</gtimpressions>
		<gtclicks>/banners/esa_square_clicks</gtclicks>
	</banner> 
 	<banner>
		<image>banners/hotscripts_square.jpg</image>
		<link>http://www.hotscripts.com/Detailed/56365.html?RID=%20N321007</link>
		<gtimpressions>/banners/hotscripts_square_impressions</gtimpressions>
		<gtclicks>/banners/hotscripts_square_clicks</gtclicks>
	</banner>
  </banners>
