Using Include Files allows you to modularize your ASP code, which leads to
code reuse and quicker development times (as well as fewer errors!). There is
a good article already on 4Guys which deals with include files, how to use them
and why to use them.