Javascript String unshift(l)
String.prototype.unshift = function(l) { return l+this;/*w w w .ja va2 s .c o m*/ };