// JavaScript Document
$('document').ready(function(){
	//Header Rotator
	$('#rotator').cycle({
 		fx:'fade',
 		timeout:5000
 	});
});
