// JavaScript Document
$(document).ready(function(){
	// cycle head image
	$('.headImg .cycle').cycle({
		fx:           'fade',
		timeout:       -500,
		speed:         6000,
		random:        0,
		delay:         -5000
	});
});
