// Copyright 2002-2003 Internet Production, Inc.
// Revision Date 01-13-2003


/*
	Specify path to this file in ipAdServerPath.
	The path MUST be relative to the hostname.

	IMPORTANT:  the path MUST end with a "/" character.
*/

var ipAdServerPath = "/adserv/";

document.writeln('<script language="JavaScript" src="' + ipAdServerPath+PoolName + '.js"></script>');
document.writeln('<script language="JavaScript" src="' + ipAdServerPath + 'iproductionadserver.js"></script>');

