* We need to make sure we catch any of the dreaded MORE tokens.
*/
public Object init(InternalContextAdapter context, Object data)
throws Exception
{
Token t = getFirstToken();
int loc1 = t.image.indexOf("##");
int loc2 = t.image.indexOf("#*");
if (loc1 == -1 && loc2 == -1)