new categoryTitle({
	category    : "awards",
	imageLength : 46
});

var cookieManager = new Cookie;
cookieManager.path = "/design";

if (cookieManager.get("static") != "true") {
	BAAppendCSS("../common/css/flash.css");
}
