﻿<!-- 
Slideshow Settings: 

order	 	:: order in which the images are displayed; 'sequential','random'
transitiontime	:: number of seconds it takes for each transition to complete
transition 	:: 'Fade','Wipe','PixelDissolve','Blinds','Random'
startLocation	:: only applies to 'Wipe' transition; '1':top left,'2':top middle,'3':top right,'4': left,'6': right,'7': bottom left,'8': bottom,'9': bottom right
autoplay	:: 'true','false'
looping		:: 'true','false'
mediaLink	:: 'true','false'
linkTarget	:: '_blank','_self','_top','_parent'
googleTracking	:: 'true','false'
captionx	:: the x pixel position where the caption textfield will be created (default = component._x)
captiony	:: the y pixel position where the caption textfield will be created (default = component._height + 10)
captionw	:: the width of the caption text field in pixels (default = component._width)
captionh	:: the height of the caption text field in pixels (default = 30)
cssurl		:: the url to the stylesheet you would like associated with the textfield (default = captions.css)

*Note - The xml settings will override the component inspector settings. If you would like to use the component inspector settings you must remove the settings from the xml.

XML Node Descriptions:
<title>		:: used to populate the playlist component, and is therefore only necessary if you are using the playlist component. [img src = "path to the thumbnail image"] [hspace = "horizontal padding in pixels"] [vspace = "vertical padding in pixels"] [class='text styles defined in captions.css file']. 
<url>		:: absolute or relative path to the image
<caption>	:: this text will appear as an overlay on the slideshow, you set the location and size of the text field using the "captionx, captiony, captionw, captionh" 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.
<duration>	:: duration of slide in seconds
<link>		:: mediaLink url - the user will be taken to this address when they click the current image. If you do not wish to use this feature, you should set the mediaLink parameter to "false" and 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"?>
  <images order="sequential" transitiontime="1" transition="Fade" startLocation="4" autoplay="true" looping="true" mediaLink="true" linkTarget="_blank" googleTracking="true" captionx="85" captiony="306" captionh="30" captionw="415" cssurl="captions.css">
	<image>
		<title><![CDATA[<img src='images/antarctica_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/antarctica.jpg</url>
		<caption><![CDATA[<span class="caption">Satellite Image of Antarctica</span>]]></caption>
		<duration>5</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/antarctica_impressions</gtimpressions>
		<gtclicks>/images/antarctica_clicks</gtclicks>
	</image>
 	 <image>
		<title><![CDATA[<img src='images/penguins_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/penguins.jpg</url>
		<caption><![CDATA[<span class="caption">Adelie Penguins on the Coast of Antarctica</span>]]></caption>
		<duration>5</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/penguins_impressions</gtimpressions>
		<gtclicks>/images/penguins_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/herctakeoff_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/herctakeoff.jpg</url>
		<caption><![CDATA[<span class="caption">C-130 Aircraft on Skis</span>]]></caption>
		<duration>6</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/herctakeoff_impressions</gtimpressions>
		<gtclicks>/images/herctakeoff_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/petrel_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/petrel.jpg</url>
		<caption><![CDATA[<span class="caption">Snow Petrel Flying Over the Antarctic Ice Sheet</span>]]></caption>
		<duration>5</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/petrel_impressions</gtimpressions>
		<gtclicks>/images/petrel_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/iceberg_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/iceberg.jpg</url>
		<caption><![CDATA[<span class="caption">Iceberg Floating in McMurdo Sound</span>]]></caption>
		<duration>6</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/antarctica_impressions</gtimpressions>
		<gtclicks>/images/antarctica_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/penguin_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/penguin.jpg</url>
		<caption><![CDATA[<span class="caption">Emperor Penguins on the Coast of Antarctica</span>]]></caption>
		<duration>5</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/penguins_impressions</gtimpressions>
		<gtclicks>/images/penguins_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/seal_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/seal.jpg</url>
		<caption><![CDATA[<span class="caption">Seal Resting on the Sea Ice</span>]]></caption>
		<duration>6</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/seal_impressions</gtimpressions>
		<gtclicks>/images/seal_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/skidoo_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/skidoo.jpg</url>
		<caption><![CDATA[<span class="caption">Geophysical Surveying on a Blue Ice Field</span>]]></caption>
		<duration>5</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/skidoo_impressions</gtimpressions>
		<gtclicks>/images/skidoo_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/snowschool_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/snowschool.jpg</url>
		<caption><![CDATA[<span class="caption">Polar Exploration Near Mt. Erebus</span>]]></caption>
		<duration>6</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/snowschool_impressions</gtimpressions>
		<gtclicks>/images/snowschool_clicks</gtclicks>
	</image> 
 	<image>
		<title><![CDATA[<img src='images/southpole_100x60.jpg' hspace='2' vspace='2'>]]></title>
		<url>images/southpole.jpg</url>
		<caption><![CDATA[<span class="caption">South Pole Monument</span>]]></caption>
		<duration>5</duration>
		<link>http://components.earthscienceagency.com</link>
		<gtimpressions>/images/southpole_impressions</gtimpressions>
		<gtclicks>/images/southpole_clicks</gtclicks>
	</image> 
  </images>