<?xml version="1.0"?>
	<!-- Notes: XML scripter : Robert Breisch (c) 2006 -->
	<!-- 	<IMAGES> is the parentNode in this XML document as well as the opening tag -->
<IMAGES>
	<!-- Notes: <imageNode> is the childNode in this XML document as well as the opening tag -->
	<!-- 	jpegURL="feature_partner/images/image1.jpg"> locates your image file in whatever path you specify -->
	<!-- 	next enter whatever TEXT DESCRIPTION you want prior to the closing tag. Important : The textArea size in the flash file will determine how much text you can type in this XML statement, unless you add a scrollbar to the textArea -->
	<!-- 	</imageNode> is the closing tag for this statement -->
  <imageNode jpegURL="feature_partner/images/image1.jpg" partnerURL="http://www.madeinoklahoma.net/">Made in Oklahoma promotes brand awareness and consumer loyalty for Oklahoma food and agricultural products.</imageNode>
	<!-- Each <imageNode> statement following the firstChild is referenced as the nextSibling -->
  <imageNode jpegURL="feature_partner/images/image2.jpg" partnerURL="http://www.reddirtchronicles.com/">The Red Dirt Chronicles was born summer, 2010. The project is comprised of contributors who love Oklahoma and have a little Red Dirt running through their veins.</imageNode>
  <imageNode jpegURL="feature_partner/images/image3.jpg" partnerURL="https://www.okcareertech.org/">The department provides leadership, resources, and assures standards of excellence for a comprehensive statewide system of career and technology education.</imageNode>

</IMAGES><!-- </IMAGES> is the closing tag -->
	<!-- Notes: To add more feature_partner/images/text for the imageViewer to display, simply copy and paste one complete <imageNode> statement and place it after the last childNode -->
	<!-- 	Finally make sure you save this file with the appropriate .xml file extension -->
