$(document).ready(function()
	{
		$('#frontphoto').cycle({
				timeout : 5000,
				speed	: 1000,

			});
	});
