#!C:/perl/bin/perl
############################################
##                                        ##
##       WebAdverts (Configuration)       ##
##           by Darryl Burgdorf           ##
##       (e-mail burgdorf@awsd.com)       ##
##                                        ##
##             version:  1.52             ##
##         last modified: 2/13/98         ##
##           copyright (c) 1998           ##
##                                        ##
##    latest version is available from    ##
##        http://awsd.com/scripts/        ##
##                                        ##
############################################

# The following variables should be set to define the locations
# and URLs of various files, as explained in the documentation.

require "c:/Inetpub/wwwroot/cgi-bin/ads/display.pl";

$adverts_dir = "c:/Inetpub/data/webadverts";
$display_cgi = "http://www.fourteenernet.com/cgi-bin/ads/largeads.pl";

$nonssi_cgi = 1;
$advertzone = "large";

$ADVUseLocking = 1;
$ADVLogIP = 0;

$DefaultBanner = "vworks_market";

# $Ztext = "";
# $Zalt = "";
# $Ztarget = "";
$Zheight = 170;
$Zwidth = 170;
# $Zborder = "";

$ExchangeName = "";
$ExchangeURL = "";
$ExchangeLogo = "";
$ExchangeLogoHeight = 40;
$ExchangeLogoWidth = 40;

# NOTHING BELOW THIS LINE NEEDS TO BE ALTERED!

&ADVsetup;

reset 'A-Za-z';
exit;

