/*
**	pulling data directly from a table
**	a number indicates which table to use
**	0 means just use the largest table on the web page
**	each column of data goes into COL_1, COL_2 ...
*/
LOAD http://www.exchangerate.com/

LOOP_TABLE 0
	WRITE '{COL_2} | {COL_4} | {COL_5}'
END_TABLE
