var DOLLAR_COURSE = 32;

function dollarCourse() {
	document.write(DOLLAR_COURSE);
}

