/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

           $(function (){
          		$('#slideshow').slideshow({ 
        			timeout:3500, 
        			fadetime: 1000
        			
        		});

             });


