как сюда переменную прикрутить, чтобы из переменной текст JS обрабатывал?
[CODE=javascript]function htmlspecialchars (string, quote_style, charset, double_encode) {
var optTemp = 0,i = 0,noquotes = false;
if (typeof quote_style === 'undefined' || quote_style === null) {
quote_style = 2...