var slide_dir = "/nakee/slideshow/"
$(function() {
$("#slideshow").crossSlide({
	sleep: 3,
	fade: 2
}, [


	//  Edit just these images
	//  last line does not have a comma
	//  upload images in the admin > Edit Templates > images > nakee > slideshow


	{ src: images_dir+slide_dir+ "	goodnessbalancerenewalzen.jpg" },
	
	
	
	{ src: images_dir+slide_dir+ "	lippylovenoholiday.jpg" },{ src: images_dir+slide_dir+ "		stpattywords2.jpg" }




	]);
})

