			showMessage = function(width, object) {
            var width = parseInt(width);
            $("#colorBoxContent").css("margin-top", "3px");
            $("#colorBoxContent").css("padding", "5px");
			$("#colorBoxContent").html("Thank you for inquiring about the New England College of Business & Finance. An enrollment specialist will contact you within two business days to answer any questions you may have about our college. Please add <a href='mailto:info@necb.edu'>info@necb.edu</a> to your email address book so we can send you more information via email.<br /><br />To speak with an enrollment specialist right now, call 800-997-1673.");
            //
            // show video
            $.fn.colorbox({
                overlayClose: false,
                inline: true,
                href: "#colorBox",
                scrolling: false,
                opacity: "0.44",
                width: (width + 50) + "px"
            });
        };