Этот:
Tinycon.setOptions({
width: 7,
height: 9,
font: '10px arial',
colour: '#ffffff',
background: '#549A2F',
fallback: true
});
С вот этим:
var title_zip=document.title;
function str_plus(a) {
if (!this.b) {
this.b = 0
};
if (a==1) {document.title = "[" + ++this.b + "] " + title_zip}
else {
document.title = title_zip;
this.b = 0
}
};
Вот эта строчка:
if (a==1) {document.title = "[" + ++this.b + "] " + title_zip}
Отвечает за количество написанных сообщений нужно
[" + ++this.b + "]
сделать в стиле...
Заранее огромное спасибо!