// JavaScript Document
$(document).ready(function(){
	$('.slideShow, .frontSlideshow').cycle();
});