"Formula One", "Formula 1", "F1", "FIA Formula One World Championship" and translations thereof are trademarks of Formula One Licensing BV, a Formula One Group Company. Licensed by Formula One Administration Limited, a Formula One Group Company. All rights reserved. An official product of the FIA Formula One World Championship.© 2003 Electronic Arts Inc. Electronic Arts, EA SPORTS and the EA SPORTS logo are trademarks or registered trademarks of Electronic Arts Inc. in the U.S. and/or other countries. All rights reserved. Developed by Visual Sciences Ltd.
<% ' Function Include ' Emulates a dynamic #include statement taking a filename as an argument ' will not execute asp code so does need to be static html which is ' included in the file Function Include(fname) Dim FSO, inFile Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FileExists( fname ) Then Set inFile = FSO.OpenTextFile( fname ) Response.Write inFile.ReadAll inFile.Close Set inFile = nothing End If End Function %>