/* <![CDATA[ */
/* 
 * Javascript for the third widget style
 *  http://www.singlepropertysites.com/widgets2.shtml
 */

if( typeof sps_setup_image_functions != 'function' ){
	function sps_setup_image_functions(thisObj){
		//Functions we need for these img's
		thisObj.fadeOut=function(){
			Effect.Fade(this, {duration:.3});
		}
		
		thisObj.fadeIn=function(){
			Effect.Appear(this, {duration:1})
		}
		
		thisObj.NextImg=function(imgObj){
			if(imgObj.src){
				this.src = imgObj.src;
			}
		}
	}
}
/*]]>*/
