*!* Array.prototype.toString = function(){ return this.join(";") }; */!* a = ['abc','def'] b = 'Данные: '+a alert(b);