$(document).ready(function()
{		
	$('ul#photos').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '300px'
	});

	var title = $("#foto1").attr("title");
var title = $("#foto2").attr("title");
//	$('#photostitle').text(title);
});