$(document).ready(function() {

   $('#frontpagebannerimg').cycle({
    fx:    'fade',
    timeout: 8000,
    delay: -1000
	});
});
