

var slides = [
		{image: "/perch/resources/12942934461.jpg", url: "/work/projects/share-the-passion/", caption: "Outdoor campaign for Los Angeles Philharmonic 2010/11 Season"},	
		{image: "/perch/resources/12942936252.jpg", url: "/work/projects/share-the-passion/", caption: "Outdoor campaign for Los Angeles Philharmonic 2010/11 Season"},	
		{image: "/perch/resources/12942947503.jpg", url: "/work/projects/culver-city/", caption: "Outdoor campaign for Culver City Washington Area Improvement Plan"},	
		{image: "/perch/resources/12942954194.jpg", url: "/work/projects/music-center/", caption: "Marketing collateral for Active Arts at the Music Center"},	
		{image: "/perch/resources/12942954395.jpg", url: "/work/projects/dimona-greening/", caption: "Packaging for Dimona Greening Company’s line of eco-conscious personal care products"},	
		{image: "/perch/resources/12942954606.jpg", url: "/work/projects/ucla-live/", caption: "UCLA Livewire, UCLA Live’s single-ticket sales brochure with an editorial edge"}	
	];

$(window).load(function () {
	$('.slideshow').slideShow(slides);
});

