prettyFont.font = "../Bold.ttf"; function prettyFont(txt,notice,color,bgcolor,size) { var str = ''; if(color) { txtcolor = color; notcolor = color; } if(bgcolor) { bgcolor = bgcolor; } if(size) { size = size; } if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; document.write(str); }