/*
	Website scripts
	(c) BDesigned Studios
*/

/* jquery image cycle script */
$(function() {
	$('#header_graphic').cycle({
		timeout: 5000,
		speed: 1000,
		sync: 1,
		fit: 1,
		random: 1
	});
});