Javascript String alert()
alert()
String.prototype.alert = function(){ window.alert(this);// w w w . j a va2 s . c o m };