$(document).ready(function() {
    $('#imgholder').cycle({
		fx: 'scrollHorz',
        speed: 1500
	});
});

function forward(){
    location.href="index.php";
    }
