﻿
// CREAM handles all the general site configuration and events

var CREAM = {
	
	init : function() {

		// Generate all the Cufon headings
		Cufon.replace('h2');
		Cufon.replace('h3');
		
	},
		
};
	
	