
			window.RokSlideshowPath = '';
 
			var myshow;
			window.addEvent('load', function(){
				var imgs = [];
 
imgs.push({file:'18_3804gusdr.jpg', title: '3804 Gus Dr C, Killeen', desc: '2 Beds. - 1.5 Baths - Rent: $550', url: 'http://www.emilysrentals.com/index.php?action=listingview&listingID=18'}); 

imgs.push({file:'5_dsc03440medium.jpg', title: '4103 Bull Run, Killeen', desc: '3 Beds. - 2 Baths - Rent: $1050', url: 'http://www.emilysrentals.com/index.php?action=listingview&listingID=5'}); 

imgs.push({file:'10_4209glennwooddrmedium.jpg', title: '4209 Glenwood, Killeen', desc: '3 Beds. - 2 Baths - Rent: $950', url: 'http://www.emilysrentals.com/index.php?action=listingview&listingID=10'}); 

				myshow = new Slideshow('slideshow', { 
					type: 'combo',
					showTitleCaption: 1,
					captionHeight: 45,
					width: 435, 
					height: 290, 
					pan: 20,
					zoom: 30,
					loadingDiv: 1,
					resize: true,
					duration: [2000, 9000],
					transition: Fx.Transitions.Expo.easeOut,
					images: imgs, 
					path: 'http://www.emilysrentals.com/images/listing_photos/'
				});
 
				myshow.caps.h2.setStyles({
					color: '#fff',
					fontSize: '13px'
				});
				myshow.caps.p.setStyles({
					color: '#ccc',
					fontSize: '11px'
				});
			});
 


