<!--
@SlideShow config.
@autor kadazuro nadie@kadazuro.com
@version 0.1 20060419

@param delay => time between animations
@param animation => duration of animation transition
@param animation => type of transition [linear, easeInQuad, easeOutQuad, easeInOutQuad, easeInExpo, easeInOutExpo, easeOutInExpo] 
@param showOutput => true/false displays a textInput with the information (loading, done, etc)
-->
<slideshow 
	delay="3" 
	animation="1" 
	ease="easeInQuad" 
	showOutput="true"
	baseUrl="http://kadazuro.com/blog/samples/casa/"
	>
	<img src="images/20051203.jpg" comment=""/>
	<img src="images/20060304.jpg" comment=""/>
	<img src="images/20060318.jpg" comment=""/>
	<img src="images/20060412.jpg" comment=""/>
	<img src="images/20060430.jpg" comment=""/>
	<img src="images/20060513.jpg" comment=""/>
	<img src="images/20060525.jpg" comment=""/>
	<img src="images/20060603.jpg" comment=""/>
	<img src="images/20060610.jpg" comment=""/>
	<img src="images/20060617.jpg" comment=""/>
	<img src="images/20060701.jpg" comment=""/>
</slideshow>