var s =[]; s.push(1,2); document.write( "a:"+ s.push(1,2) + "b:" + s + "
");