 | ");
cursor = database.cursor("select distinct brand from versitex.product order by brand ");
while(cursor.next()) {
write(" " + cursor.brand + " ") }
cursor.close();
write(" |
|
| ");
cursor = database.cursor("select content from versitex.ad where page = 'brand0.html' and brand = 'All' ");
cursor.next();
write(" " + cursor.content + " |