function prettyFont(txt,notice) { var str = ''; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); } prettyFont.font = "prince.ttf"; // font name prettyFont.size = 18; // font size prettyFont.bgColor = "FFFFFF"; // background color prettyFont.txtColor = "135009"; // text color prettyFont.notColor = "669900"; // notice color