// JavaScript Document
$(document).ready(function(){
	$('#rotator').cycle({timeout:6000});
});

