<declarations>
	<dojoe.Macro id="kickOff">
		<dojoe.Xmodify>
			<replace query="#imagebar">
				<div id="imagebar">
					<div style="width: 842px; height: 240px;">
						<div style="font-size:2em;text-align:center;margin-bottom:20px">Learn the "ABC's" of each Avatar's career!</div>
						<div>
							<img style="margin-left:90px;margin-right:40px" onmouseover="dojoe.macros.business.execute()" onmouseout="dojoe.macros.clear.execute()" src="images/avatars/avatar_business.gif"/>
							<img style="margin-right:40px" onmouseover="dojoe.macros.developer.execute()" onmouseout="dojoe.macros.clear.execute()" src="images/avatars/avatar_developer.gif"/>
							<img style="margin-right:40px" onmouseover="dojoe.macros.integrator.execute()" onmouseout="dojoe.macros.clear.execute()" src="images/avatars/avatar_integrator.gif"/>
							<img style="margin-right:40px" onmouseover="dojoe.macros.architect.execute()" onmouseout="dojoe.macros.clear.execute()" src="images/avatars/avatar_architect.gif"/>
							<img style="margin-right:40px" onmouseover="dojoe.macros.hacker.execute()" onmouseout="dojoe.macros.clear.execute()" src="images/avatars/avatar_hacker.gif"/>
						</div>
						<div style="float:left;margin-left:40px;padding-top:5px" id="anwser">
							Mouse over each character to see their answer.
						</div>
						<div style="float:right">
							<button onClick="dojoe.macros.resetHeroSpot.execute()">Put Hero Spot Back</button>
						</div>
					</div>
				</div>
			</replace>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="clear">
		<dojoe.Xmodify>
			<set-innerhtml query="#anwser">Mouse over each character to see their answer.</set-innerhtml>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="business">
		<dojoe.Xmodify>
			<set-innerhtml query="#anwser">
				<strong>Business Manager </strong> - Always be Closing! <a href="http://www.imdb.com/title/tt0104348/"> Glengarry Glen Ross </a> is one bitchin' movie!
			</set-innerhtml>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="developer">
		<dojoe.Xmodify>
			<set-innerhtml query="#anwser">
				<strong>Developer </strong> - Always be Coding! If you ain't typing, you ain't working.
			</set-innerhtml>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="architect">
		<dojoe.Xmodify>
			<set-innerhtml query="#anwser">
				<strong>Architect </strong> - Always be Creating! Developers need things to do and Business people need things to sell.
			</set-innerhtml>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="integrator">
		<dojoe.Xmodify>
			<set-innerhtml query="#anwser">
				<strong>Integrator </strong> - Always be Consulting! Like sand through an hourglass, so are the days of our life.
			</set-innerhtml>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="hacker">
		<dojoe.Xmodify>
			<set-innerhtml query="#anwser">
				<strong>Hacker / Web 2.0 Enthusiast </strong> - ABC's! I don't have time for that; I am busy creating the next Google.
			</set-innerhtml>
		</dojoe.Xmodify>
	</dojoe.Macro>
	<dojoe.Macro id="resetHeroSpot">
		<dojoe.Xmodify>
			<replace query="#imagebar">
				<div style="background: transparent url(images/banner.png) repeat scroll 0%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; width: 842px; height: 240px;" id="imagebar">
					<a href="http://dojoe.nexaweb.com/index.html@cid=2618.html">
						<img border="0" src="images/butPlayOff.png" onmouseout="javascript:swap(0)" onmouseover="javascript:swap(1)" alt="" style="margin: 26px 0px 0px 498px; width: 324px; position: relative; height: 192px;" id="imgMain" />
					</a>
				</div>
			</replace>
		</dojoe.Xmodify>
	</dojoe.Macro>
</declarations>