jQuery(window).bind("load", function() { var certifiedVehicles = new CertifiedVehicles(); });
function CertifiedVehicles() {
	this._CertifiedVehicles();
}
CertifiedVehicles.prototype = {
	
	_CertifiedVehicles: function() {		
		this.setupUI();		
	},
	
	setupUI: function() {
		var odetailsMenuH3 = jQuery("#detailsMenuH3")[0];
		var detailsMenuH3 = new SwfFontConverter(cobalt_paths.lexusNobelConverter_path, odetailsMenuH3, "left", 21, "0x000000", (240));	
		var oCPOH3 = jQuery("#CPOInventoryTitle")[0];
		var CPOH3 = new SwfFontConverter(cobalt_paths.lexusNobelConverter_path, oCPOH3, "left", 18, "0x000000", (240));
	}
	
}; // end CertifiedVehicles();
