﻿
$(
	function(){
		$.afterLoadScript(
						  function(){
						  //---------------	
						            $('#slider ul').html($('#slider ul').html()+"<li  class=\"sliderImage\"></li>")
						           $('#slider').s3Slider({
                                        timeOut: 5000
                                    });
                                    
						  	//----------------------	
						  		
	                            });
	}
)


