window.addEvent('domready', function(){

	var FeaturesSlides = [
		
	
		/* How to create new slides: */
		/* Copy the next 4 lines of text */
		{
			ImageFile: 'squirrelpro.jpg',
			LinkURL: 'http://squirrelsystems.com/restaurant-pos-software/point-of-sale.html'
		},
		
		
		/* Paste below */
		{
			ImageFile: 'pci.jpg',
			LinkURL: 'http://squirrelsystems.com/payment-solutions.html'
		},
		
		{
			ImageFile: 'siab.jpg',
			LinkURL: 'http://www.squirrel-inabox.com',
			TargetURL: '_blank'
		},
		
		
		/* How to edit (see notes to the right): */
		{
			ImageFile: 'brands.jpg',								/* Replace the image file name on this line with the path to the new image you have uploaded. Remember to leave the ' and ', intact. */
			LinkURL: 'http://squirrelsystems.com/about-squirrel-systems/TestimonialQuotes.htm'		/* Do the same with this line for the desired slide link. If you don't want the slide to be clickable, leave this blank like: '' */
		}
	
		/* Don't paste anything here */
	
	]
	
	if($('featured')) new FeaturesArea(FeaturesSlides);

});