|
|
Hi I’m Blaze, welcome to the new
DFWNITES.COM website!
There are currently over 30 clubs in
the Metroplex. Each one claims to be hottest....the wildest...the one with the
most beautiful and friendly dancers. Which ones are truly the best and which ones
are all hype and no substance.
Post your reviews and check out other reviews from previous visitors.Submitting a review is easy
and totally anonymous. Simply click on the "Submit A Review" area under
each club name, and fill out the review form. Don't forget to list what
club you went to, and what shift it was! You'll even find some of our
thoughts and comments mixed in.
~Blaze |
<%
' **********************************************
' This section will insert the banner ads
'
dim adcon, adnums, x
set adcon = Server.CreateObject("ADODB.Connection")
adcon.Open adsdbfile
' change the first parameter to GetAdNumbers to set the number of ads to display
adnums = GetAdNumbers(1, adcon)
for x = lbound(adnums) to ubound(adnums)
InsertAd adnums(x), adcon
next
adcon.Close
set adcon = nothing
'
' **********************************************
%> |