//;for special font style var spark_font_url="/wp-content/themes/Lizus/font.php"; function spark_font(txt,font,fontSize,txtColor,bgColor,notColor,notice) { var fontDir='./font/'; var str = ''; if (!txt){ return; } if (!font){ return; } if (!fontSize){ fontSize=18; } if (!txtColor){ txtColor='333333'; } if (!bgColor){ bgColor='ffffff'; } if (!notColor){ notColor='ff6600'; } font=fontDir+font; if (typeof notice == "undefined") notice = "false"; str += ''+txt+''; return str; }