// JavaScript Document$(document).ready(function(){  $('div.seq1').cycle({	fx: 'fade',	timeout: 6000,	speed: 3000,	delay: 0,	next: 'div.seq1'  });	  $('div.seq2').cycle({	fx: 'fade',	timeout: 9200,	speed: 1700,	next: 'div.seq2'  });});