#!/usr/bin/python
from Xhtml import output
def main():
output.page()
if __name__ == '__main__': main()