<!-- // Begin 
$(document).ready(function() {
    $('.slidestrap').cycle({
    	fx: 'fade',
    	startingSlide: Math.floor(Math.random()*5), // random starting slide
    	timeout: 7000
	});
});
// end -->
