﻿// Functions specific to a site.

(function($) {
	$(document).ready(function() {
		// Place document manipulation code here
		Cufon.replace('');
		$('#header-banner').cycle();
	}); 
})(jQuery);
