 window.addEvent('domready', function()

		 {
	 var data = {		 

			 'brookhill.png' : {caption: 'Brookhill Wesleyan Church is based in Forest, VA. We can offer you a complete design, hosting and maintenance package. We can also integrate your site with Google Analytcs, Google Maps and Google Calendar.', href:'', target:''},
			 'geowake.png' : {caption: 'Geowake is a pioneering startup leading the market with nautical mapping solutions your website, iGoogle, iPhone or blog experience across web and mobile platforms. Let us put you on the map, literally.', href:'', target:''},
			 'graphics.png' : {caption: 'Don\'t have a logo? Have a logo but need a NEW one? We can help you design your company\'s identity, product brands or help with marketing ideas. <a href=\'services.jsp\'><u>See what else we can do</u></a>...', href:'', target:''},
			 'wordpress.png' : {caption: 'WordPress is a quick, easy and cheap way to build a website. We use 1&1 which offers web hosting for less than $10/month. We can set up your domain name, help you choose the look & feel and install widgets that fit your needs.', href:'', target:''},
			 'bpc.png' : {caption: 'The Bedford Pregnancy Center is a non-profit organization based in Bedford, VA which provides support to women in unplanned pregnancy situations. We offer pro bono services to local organizations such as the BPC.', href:'', target:''},
			 'spp.png' : {caption: 'Specialty Professional Products is a diversified company focusing on the distribution of products that protect humans, plants and animals. Let us help design your website, powerpoint templates, business cards and letterhead.', href:'', target:''},
			 'adapco.png' : {caption: 'ADAPCO is the world\'s largest distributor of innovative insecticide products, technology, and equipment to the professional mosquito control industry. Let us build a customized website to fit your company\'s needs.', href:'', target:''},
			 'virnetx.png' : {caption: 'VirnetX is a development-stage company actively engaged in developing software and technology solutions for securing real-time communications. We can design application interfaces, icons for your GUI or Android apps.', href:'', target:''}
		};

	 
	 var myShow = new Slideshow('show', data, {
		 preload:true, 
		 titles: true, 
		 random: false, 
		 delay: 7000,
		 hold:7000,
		 controller: false, 
		 height: 222,
		 width: 705,
		 loader:false,
		 overlap: true,
		 hu: 'res/img/features/', 
		 thumbnails: true,
		 captions: true
		 });

		 });
