var HCW = {
	Config : {
		sClassIEHover : "ie-hover"
		,sHTMLtag : "can-has-js"
		,sPathImg : "/-/img/"
		,sPathSwf : "/-/swf/"
		,sSelPNG : "img, a.logo"
	}

	/*
		STOP EDITING HERE.
	*/
	,init : function() {
		var c = HCW;
		var p = c.Project;

		$(document).ready(function() {
			// List function(s) to fire onload here
			p.tagIt();
			p.slides.init();

			if (typeof DD_belatedPNG != "undefined") {
				DD_belatedPNG.fix(c.Config.sSelPNG);
			}
		});
	}