import sys print "Content-type: text/html\r\n\r\n"; print open(sys.argv.pop(),'r').read() print open("navigation.htm",'r').read()