jQuery(function($)
{
	window.artworks.Feeder( "testimonials",  {
				updateInterval:  10000,	
				sourceurl: "testimonial.php",
	 			loadingBox: "p.testi-main",
	  			loadingTitle:  "p.testi-name",
	  			loadedBox:  "div#testimonials",
				timeout: 100000
	});
});
