<html> <body> <button onclick="var myS = new String('Am I blinking?'); document.write(myS.blink());">BLINK</button> </body> </html>