This page is an example of how WOM works. It calls the javascript alert() function three times with a different message each time. Here is the code used to display the three alerts using WOM:

womAdd('alert("This is the first alert.")');
womAdd('alert("This is the second alert.")');
womAdd('alert("This is the third alert.")');
womOn();

Main WOM page