| Server IP : 172.67.201.108 / Your IP : 216.73.216.37 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/home2/cgny/public_html/2019/article_/ |
Upload File : |
<cfparam name="seoer" default="on">
<cfif not parameterexists(seoer)>
<Cfquery name="Geter" datasource="cityguidero">
select seo_friendly
from columntable
where id = #url.id#
</cfquery>
<cflocation url="/article/#geter.seo_friendly#" addtoken="no">
</cfif>
<Cfif not parameterexists(url.article)><cfabort></cfif>
<Cfif parameterexists(url.article) and url.article contains '='><cfabort></cfif>
<Cfif parameterexists(url.article) and len(url.article) gt 100><cfabort></cfif>
<!--- cachedWithin="#CreateTimeSpan(0,6,0,0)#" --->
<cfquery name="getcol1" datasource="cg22ro" >
SELECT columnmaster.AuthorName,columnmaster.Title, columnmaster.headshot,columnmaster.bio,
columntable.id,columnmaster.id as columnmasterid,columntable.status, columntable.copy,columntable.displaytitle,columntable.media,columntable.showad,
columntable.hottopic,columntable.DatePosted, columntable.blurb, columntable.keywords, columntable.Title as
coltitle,columntable.columnnum,columnmaster.authoremail,columntable.mag,mainswap,columntable.seo_friendly, columnmaster.headshot,columnmaster.bio,columnmaster.authoremail,pagetitle,subtitle,showwidget
FROM columntable INNER JOIN columnmaster ON columntable.ColumnNum = columnmaster.ID
<!--- where columntable.id = #url.id#
--->
where columntable.seo_friendly = '#url.article#'
and columntable.mag = 1
</cfquery>
<cfif getcol1.AuthorName eq 'CG Directory Editor'>
<cfset howmany = #datediff('d',#getcol1.DatePosted#,currentdatetime)#>
<Cfif howmany gt 180>
<cflocation url="/events/" addtoken="no" statuscode="301">
</Cfif>
</cfif>
<Cfquery name="getid" datasource="cg22ro" cachedwithin="#createtimespan(0,1,30,0)#">
select title,id,mag from columntable
where seo_friendly = '#url.article#'
order by mag,id desc limit 0,1
</cfquery>
<Cfif #getcol1.recordcount# eq 0>
<cflocation url="/" addToken="no">
</Cfif>
<cfquery name="getredir" datasource="cg22ro"
cachedwithin="#createtimespan(0,6,3,0)#">
select redir
from columntableimages
where colid = #getcol1.id#
</cfquery>
<Cfif #getredir.redir# is not ''>
<cflocation url="#getredir.redir#" statuscode="301" addtoken="no">
</Cfif>
<cfquery name="checkr" dataSource="cg22ro">
select toseo from columntableredirect where fromseo = '#url.article#'
</cfquery>
<Cfif #checkr.recordcount# gt 0 and #checkr.toseo# contains 'https'>
<cflocation statusCode="301" addToken="no" url="#checkr.toseo#">
<cfelseif #checkr.recordcount# gt 0 and #checkr.toseo# does not contain 'https'>
<cflocation statusCode="301" addToken="no" url="/article/#checkr.toseo#">
</Cfif>
<cfsavecontent variable="headercontent">
<cfoutput>
<title><Cfif #getcol1.pagetitle# is not ''>#getcol1.pagetitle#<cfelse>#getcol1.coltitle#</Cfif></title>
<meta name="keywords" content="#getcol1.coltitle#">
<meta name="description" content="#rereplace(getcol1.blurb, '"','''', "ALL")#">
<cfif (#url.article# contains 'Things-to-do-this-week') and #getcol1.dateposted# lt '2013-01-01'>
<link rel="canonical" href="https://www.cityguideny.com/events/"/>
<cfelse>
<link rel="canonical" href="https://www.cityguideny.com/article/#url.article#" />
</cfif>
<meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content="@cityguideny"><meta name="twitter:title" content="#getcol1.coltitle#"><meta name="twitter:description" content="#rereplace(getcol1.blurb, '"','''', "ALL")#"><meta name="twitter:image" content="#getcol1.mainswap#">
<!---<link rel="amphtml" href="https://mercury.postlight.com/amp?url=https://www.cityguideny.com/article/#url.article#">
--->
</cfoutput>
</cfsavecontent>
<Cfset mag = 1>
<cfset typer = 'article'>
<Cfset actiontype='view'>
<cfset idnumber = #getcol1.id#>
<Cfset optiontable = 'columntable'>
<cfinclude template="/mastertrack.cfm">
<cftry>
<cfquery name="updatehits" datasource="#ds#">
INSERT delayed INTO columntemp5(photoid)
VALUES (#getcol1.id#)
</cfquery>
<cfcatch></cfcatch>
</cftry>
<cfset ipadd = CGI.REMOTE_ADDR>
<Cfquery name="getregionida" datasource="#dsro#" cachedwithin="#createtimespan(1,3,0,0)#">
select regionsid
from regionstable
where regionstable.colid = #getcol1.id#
and regionsid <> 453
and regionsid <> 191
</cfquery>
<Cfquery name="getcat" dataSource="#dsro#" cachedwithin="#createtimespan(1,3,0,0)#">
select regions.name,regions.id,homepagecat,seo_friendly from regions inner join regionstable on regions.id =
regionstable.regionsid
where regionstable.colid = #getcol1.id#
and regions.id <> 191 and regions.id <> 454
and regions.id <> 453
order by regions.id
</cfquery>
<Cfquery name="getcat2" dataSource="#dsro#" cachedwithin="#createtimespan(1,3,0,0)#">
select regions.name,regions.id,homepagecat,seo_friendly from regions inner join regionstable on regions.id =
regionstable.regionsid
where regionstable.colid = #getcol1.id#
order by regions.id
</cfquery>
<cfset catlist = ''>
<cfoutput query="Getcat">
<cfset catlist = '#catlist#,#name#'>
</cfoutput><Cfset catme = 'catid30'>
<cfif #catlist# contains 'Group Travel'>
<cfset expertme = 'Sightseeing'>
<cfelse>
<cfset expertme = 'Sightseeing'>
</Cfif>
<Cfset catme = 'catid30'>
<Cfif #getcat.name# eq 'Shopping'>
<Cfset catme = 'shopping'>
</cfif>
<Cfif #getcat.name# eq 'Sightseeing'>
<Cfset catme = 'catid30'>
</cfif>
<Cfif #getcat.name# eq 'Galleries'>
<Cfset catme = 'catid31'>
</cfif>
<Cfif #getcat.name# eq 'Cultural Arts'>
<Cfset catme = 'catid29'>
</cfif>
<Cfif #getcat.name# eq 'Nightlife'>
<Cfset catme = 'catid32'>
</cfif>
<Cfif #getcat.name# eq 'Theater'>
<Cfset catme = 'catid28'>
</cfif>
<Cfif #getcat.name# eq 'Restaurants'>
<Cfset catme = 'dining'>
</cfif>
<Cfif #getcat.name# eq 'Dining'>
<Cfset catme = 'dining'>
</cfif>
<Cfif #getcat.name# eq 'Car Services'>
<Cfset catme = 'catid37'>
</cfif>
<Cfif #getcat.name# eq 'Family Fun'>
<Cfset catme = 'catid33'>
</cfif>
<Cfif #getcat.name# eq 'Real Estate'>
<Cfset catme = 'catid38'>
</cfif>
<Cfif #getcat.name# eq 'Beauty Health'>
<Cfset catme = 'catid36'>
</cfif>
<Cfif #getcat.name# eq 'Travel'>
<Cfset catme = 'catid37'>
</cfif>
<Cfif #getcat.name# eq 'Museums'>
<Cfset catme = 'catid29'>
</cfif>
<cfinclude template="/header.cfm">
<cfinclude template="/rossavings.cfm">
<cfoutput query="getcat2">
<script>
gtag('event', '#getcat2.name#', {
'event_category': 'Category',
'event_label': 'Article',
'send_to': ['UA-642804-22'],
'value': '#getcat2.name#'
});
</script>
</cfoutput>
<!---<Cfoutput>
<img src="https://www.google-analytics.com/collect?v=1&tid=UA-642804-2&cid=555&aip=1&t=event&ec=Category&ea=#getcat.name#&dp=Article&el=Article&dt=#getcat.name#">
</Cfoutput>
---->
<main>
<div class="container">
<div class="row">
<div class="col-12 breadcrumb-section">
<Cfif #getcat.homepagecat# gt 0>
<Cfquery name="gethometitle" dataSource="#dsro#">
select name,id,dirme from homepagecatman
where id = #getcat.homepagecat#
</cfquery>
<cfoutput> <a href="/#gethometitle.dirme#/">#gethometitle.name#</a></cfoutput> <span class="icon-angle-right"></span>
</Cfif>
<cfoutput> <a href="/articles/#getcat.seo_friendly#">#getcat.name#</cfoutput> Articles</a> <span class="icon-angle-right"></span> Article </div>
<div class="col-12">
<div class="main_title">
<!--- <Cfoutput><a href="/category-page-articles.cfm?id=#getcat.id#">
<h2><span>#getcat.name#</span> Articles</h2>
</a></Cfoutput>--->
</div>
</div>
</div>
<div class="row">
<aside class="col-lg-3 col-md-4 mobile-hide">
<cfinclude template="/rosboxcats.cfm">
<div class="mobile-hide mb-20">
<center>
<div id='div-gpt-ad-1548258286998-4' style='width:300px;height:250px;'>
<script>
googletag.cmd.push(function () {
googletag.display('div-gpt-ad-1548258286998-4');
});
</script>
</div>
</center>
<center>
<div id='div-gpt-ad-1548258286998-6' style='width:300px;height:600px;'>
<script>
googletag.cmd.push(function () {
googletag.display('div-gpt-ad-1548258286998-6');
});
</script>
</div>
</center>
</div>
<div class="box_style_cat">
<div class="text-center">
<h4 class="section-header"> Related Articles</h4>
</div>
<Cfquery name="Getrelatedarts" datasource="#dsro#"
cachedwithin="#createtimespan(1,3,0,0)#">
select regionstable.colid,regions.catlistings,
columntable.title,columntable.mainswap,columntable.seo_friendly,blurb
from regionstable inner join columntable on regionstable.colid = columntable.id
inner join regions on regions.id = regionstable.regionsid
where
1=1
and regions.siteid = 1
and columntable.mag =1
and colid <> #getcol1.id#
and
<Cfif #getregionida.recordcount# gt 0>regionstable.regionsid =
#getregionida.regionsid# and</cfif> columntable.status = 1
and year(columntable.dateposted) >= 2015
and columntable.columnnum <> 803
and columntable.stopdate > '#dateformat(currentdatetime,'yyyy-mm-dd')#'
group by columntable.id
order by columntable.id desc
limit 0,5
</CFQUERY>
<div class="p-10">
<ul class="list-items">
<Cfoutput query="getrelatedarts">
<li><a href="/article/#seo_friendly#">#title#</a>
</li>
</Cfoutput>
</ul>
</div>
</div>
</aside>
<div class="col-lg-9 col-md-8">
<div class="box_style_1">
<div class="post nopadding" itemscope itemtype="http://schema.org/Article" >
<!-- ARTICLE -->
<meta itemprop="datePublished" content="<cfoutput>#DateFormat(getcol1.dateposted, 'yyyy-mm-dd')#</cfoutput>T<cfoutput>#TimeFormat(getcol1.dateposted, 'HH:mm:ss.000')#</cfoutput>Z">
<meta itemprop="dateModified" content="<cfoutput>#DateFormat(getcol1.dateposted, 'yyyy-mm-dd')#</cfoutput>T<cfoutput>#TimeFormat(getcol1.dateposted, 'HH:mm:ss.000')#</cfoutput>Z">
<span class="source" itemprop="publisher" itemscope itemtype="https://schema.org/Organization" style="display: none;">
<div itemprop="logo" itemscope itemtype="https://schema.org/ImageObject">
<meta itemprop="url" content="https://2019.cityguideny.com/img/city-guide-new-york-logo-white.png">
<meta itemprop="width" content="100">
<meta itemprop="height" content="60">
</div>
<span itemprop="name">
<a href="https://www.cityguideny.com">CityGuideNY.com</a>
</span>
</span>
<cfoutput query="getcol1">
<!-- Article Title -->
<h1 id="articleTitle" itemprop="headline">#coltitle#</h1>
<Cfif #getcol1.subtitle# is not ''><h2>#subtitle#</h2></cfif>
<!-- for microsites -->
<!-- Article Meta -->
<div id="articleMeta" class="post_info clearfix">
<i class="icon-calendar-empty"></i>On <span>#dateformat(getcol1.dateposted, 'dd
mmmm yyyy')#</span> by
<span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">#getcol1.authorname#</span></span>
<meta itemprop="image" content="<cfoutput>#getcol1.mainswap#</cfoutput>"></meta>
<meta itemprop="mainEntityOfPage" content="https://www.cityguideny.com/article/<cfoutput>#url.article#</cfoutput>"></meta>
<cfif parameterexists(cookie.email) and (cookie.email IS NOT -1) and (cookie.email contains 'davlermedia' or cookie.email contains 'broadwayworld')><a href="/newadmin/editcol3335.cfm?id=#getcol1.id#"><div style="float:right;border-width: 1px;background-color:black;color:white;padding:10px;">Edit Article</div></a></cfif>
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<div class="addthis_inline_share_toolbox"></div>
</div>
<!-- Article Content (example copied from production + added image classes for responsive)-->
<!-- /1197619/CG-Article3004 -->
<!---
<div id='div-gpt-ad-1548258286998-CG-Article3001' style='width:300px;height:250px;margin-top:10px;margin-bottom:10px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1548258286998-CG-Article3001'); });
</script>
</div>
--->
<div id="articleContent" itemprop="articlebody" style="font-size:16px;line-height:32px;">
<cfset newcopy = #rereplace(getcol1.copy,'<img ',' <img class="img-fluid" ',' all')#>
<cfset newcopy = #rereplacenocase(newcopy,'http://www.cityguide','https://www.cityguide','all')#>
<cfset newcopy = #rereplacenocase(newcopy,'<iframe ','<iframe style=" position: relative;border: none;max-width: 100%;max-height: 500px; height: calc(98vw*(9/16));"','all')#>
<Cfif getcol1.authorname eq 'City Guide Discounts'>
#newcopy#
<cfelse> <cfset splitter = #newcopy#>
<cfset p1 = splitter.split("</p>")>
<cfset p1length = ArrayLen(p1)>
<cfset p1length3 = p1length /4>
<cfset p1length3 = round(p1length3)>
<cfloop index="idx" from="1" to="#arrayLen(p1)#">
<cfif idx eq p1length3 >
<Cfset randme = randrange(1,4)>
<cfif #url.article# contains 'hotel' or #newcopy# contains 'hotel'>
<a name="hotels"></a>
<style>
.container {
/* max-width: 800px;*/
}
:root {
--primary-color: orange;
--secondary-color: pink;
--book-font: 'Roboto Condensed',-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
--border-radius: 200px;
--border-color: ##ececec;
--form-border: 1px solid ##ececec;
--box-shadow: none;
}
##RootRezWidget{
// should inherit your site's fonts, but can add here if needed. Example lines:
/* font-family: var(--book-font);
box-shadow: none !important; */
}
// uncomment and modify to override title alignment, colors, fonts, etc.
/* ##widget-title {
font-size: 2em;
font-weight: bold;
text-align: left !important;
}
##widget-tagline {
font-size: 1.2em;
text-align: left !important;
} */
</style>
<div id="RootRezWidget"></div>
<script>
(function (window, document) {
var loader = function () {
// required (update with your lodging subdomain):
var submission_url = "https://lodging.findhotels.nyc/referral?Code=rz-cityguideny";
// optional widget title. replace with empty strings to remove.
var title_text = "Book Your New York City Hotel Here";
var tagline_text = "Simply put, nobody knows NYC better, ";
tagline_text += "has lower rates or a better selection of incredible ";
tagline_text += "hotels and lodging. Search & book with locals.";
// optional (these values can be left empty):
var default_checkin = ""; // MM/DD/YYYY (e.g. 06/07/2020)
var default_checkout = ""; // MM/DD/YYYY (e.g. 06/15/2020)
var min_checkin = ""; // MM/DD/YYYY (e.g. 06/01/2020)
var max_checkout = ""; // MM/DD/YYYY (e.g. 06/28/2020)
var value_add_code = ""; //Leave blank. This is for optionally overriding available value-adds.
var s = document.createElement("script"), t = document.getElementsByTagName("script")[0];
s.id = "rootrezScript";
s.src = "https://assets.rootrez.com/book-your-stay/widget.min.js";
s.setAttribute("data-default_checkin", default_checkin);
s.setAttribute("data-default_checkout", default_checkout);
s.setAttribute("data-min_checkin",min_checkin);
s.setAttribute("data-publisher_key","hKE9rW7MvtNn3Cdhp7JwJ5W1");
s.setAttribute("data-max_checkout",max_checkout);
s.setAttribute("data-submission_url",submission_url);
s.setAttribute("data-title_text",title_text);
s.setAttribute("data-tagline_text", tagline_text);
s.setAttribute("data-value_add_code", value_add_code);
s.setAttribute("data-api_url", "https://svc.rootrez.com");
s.setAttribute("data-locale", "en-us"); //Default: en-us. Also available: fr-ca
t.parentNode.insertBefore(s, t);
};
window.addEventListener
? window.addEventListener("load", loader, false)
: window.attachEvent("onload", loader);
})(window, document);
</script>
<cfelse><cfif #getcol1.showad# is not '2'><br>
<a href="/register.cfm"><img src="/img/CGNewsletter_v<cfoutput>#randme#</cfoutput>.jpg" style="width:100%;margin-top:10px;"></a></cfif>
</cfif>
</cfif>
<!---
<cfif idx eq (p1length3 + p1length3 + p1length3 + p1length3)>
<!-- /1197619/CG-Article3004 -->
<centeR style="display:block;"><div id='div-gpt-ad-1548258286998-CG-Article3003' style='width:300px;height:250px;margin-top:10px;margin-bottom:10px;max-height:250px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1548258286998-CG-Article3003'); });
</script>
</div></centeR>
</cfif>--->
#p1[idx]#
</cfloop>
</Cfif>
<cfif #getcol1.media# is not ''>#getcol1.media#</cfif>
</div>
<!---
<center style="display:block;"><div id='div-gpt-ad-1548258286998-CG-Article3002' style='width:300px;height:250px;margin-top:10px;margin-bottom:10px;'>
<script>
googletag.cmd.push(function() { googletag.display('div-gpt-ad-1548258286998-CG-Article3002'); });
</script>
</div></center>
--->
</cfoutput> <div class="addthis_inline_share_toolbox"></div>
<cfinclude template="/rosjoinbottom.cfm">
<Cfif #getcol1.showwidget# eq 1>
<div class="text-center">
<h4 class="section-header"> What do you think?</h4>
</div>
<div class="p-10">
<div class="ratings">
<p>Is this event for you?</p>
<Cfif parameterexists(url.add) and
parameterexists(form.option) and
parameterexists(getcol1.id) and
isnumeric(getcol1.id) and isnumeric(form.option)>
<cfquery name=addphoto datasource="#ds#">
INSERT INTO
ArticleRatings(calendarid,rating,datetime,ipaddress)
VALUES
(#getcol1.id#,#form.option#,#currentdatetime#,'#cgi.remote_addr#')
</cfquery>
<cfcookie name="calrate#getcol1.id#"
value="#form.option#" expires="never" />
</Cfif>
<cfif IsDefined("Cookie.calrate#getcol1.id#")>
<cfset
rating=#evaluate("Cookie.calrate#getcol1.id#")#>
</cfif>
<cfif not parameterexists(getcol1.id) or not
isnumeric(getcol1.id)>
<div> <cfinclude template="/footer.cfm"><cfabort>
</cfif>
<cfif parameterexists(getcol1.id) and #getcol1.id#
contains '='>
<cfabort>
</cfif>
<Cfquery name="Getratecount1" datasource="#dsro#" cachedwithin="#createtimespan(0,3,3,0)#">
select count(id) as counter
from ArticleRatings
where calendarid = #getcol1.id#
and rating = 1
</Cfquery>
<Cfquery name="Getratecount2" datasource="#dsro#" cachedwithin="#createtimespan(0,3,3,0)#">
select count(id) as counter
from ArticleRatings
where calendarid = #getcol1.id#
and rating = 2
</Cfquery>
<Cfquery name="Getratecount3" datasource="#dsro#" cachedwithin="#createtimespan(0,3,3,0)#">
select count(id) as counter
from ArticleRatings
where calendarid = #getcol1.id#
and rating = 3
</Cfquery>
<Cfquery name="Getratecount4" datasource="#dsro#" cachedwithin="#createtimespan(0,3,3,0)#">
select count(id) as counter
from ArticleRatings
where calendarid = #getcol1.id#
and rating = 4
</Cfquery>
<cfoutput>
<form name="CFForm_2a9"
action="/article-details.cfm?add=on&id=#getcol1.id#"
method="post">
</cfoutput>
<div class="rate-me">
<div class="form-group">
<input id="option1" type="radio"
name="option" value="1"
onclick="javascript: submit()" <cfif
parameterexists(rating) and rating eq
1>checked</cfif>>
<label class="star option1" for="option1">I
intend to go</label> <span
class="rating-num">(<Cfoutput>
#getratecount1.counter#</Cfoutput>
)</span>
</div>
<div class="form-group">
<input id="option2" type="radio"
name="option" value="2"
onclick="javascript: submit()" <cfif
parameterexists(rating) and rating eq
2>checked</cfif>>
<label class="star option2"
for="option2">Not sure </label> <span
class="rating-num">(<Cfoutput>
#getratecount2.counter#</Cfoutput>
)</span>
</div>
<div class="form-group">
<input id="option3" type="radio"
name="option" value="3"
onclick="javascript: submit()" <cfif
parameterexists(rating) and rating eq
3>checked</cfif>>
<label class="star option3"
for="option3">Not for me </label> <span
class="rating-num">(<Cfoutput>
#getratecount3.counter#</Cfoutput>
)</span>
</div>
<!--- <div class="form-group">
<input id="option4" type="radio"
name="option" value="4"
onclick="javascript: submit()" <cfif
parameterexists(rating) and rating eq
4>checked</cfif>>
<label class="star option4"
for="option4">Wish I could, but
conflict </label> <span
class="rating-num">(<Cfoutput>
#getratecount4.counter#</Cfoutput>
)</span>
</div>--->
</div>
<div class="btn-hidden">
<div class="btn-hidden text-center">
<button class="button btn cal-btn" id="cal-submit" name="cal-submit" type="submit">Send</button>
</div>
</div>
</form>
</div>
</Cfif>
<cfif #getcol1.bio# is not ''>
<!--- AUTHOR BIO --->
<h3>About the Author </h3>
<cfif #getcol1.headshot# is not ''>
<!---<img src="#getcol1.headshot#" style="align:right;float:5px;">--->
</cfif>
<cfoutput>#getcol1.bio#</cfoutput>
<!--- END AUTHOR BIO --->
</cfif>
<cfoutput>
<form action="/asktheexperts2.cfm?from=#url.article#" method="post">
</cfoutput>
<input name="Live" value="0" type="hidden">
<input name="currentdatetime" value="<Cfoutput>#currentdatetime#</Cfoutput>" type="hidden">
<div class="row">
<div class="col-12">
<h3>Bringing a group to NYC?
Free planning services
</h3>
<p> Let us know what you are looking for and we will try to connect you directly and get discounts.</p>
</div>
<div class="col-lg-6">
<div class="form-group">
<label for="name">Name </label>
<input id="name" size="27" required name="name" type="text"
class="form-control">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label for="email">Email </label>
<input id="email" size="27" required name="email" type="email"
class="form-control">
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label for="groupname">Type of Group</label>
<select id="groupname" required name="groupname"
class="form-control">
<option value="">Please Pick One</option>
<option value="Youth">Youth</option>
<option value="Affinity">Affinity</option>
<option value="Celebration">Celebration</option>
<option value="Seniors">Seniors</option>
<option value="Corporate">Corporate</option>
<option value="Other">Other</option>
</select>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<label for="numberinparty">Group Size</label>
<select id="numberinparty" name="numberinparty"
class="form-control">
<Cfif #getcat.name# contains 'Sightseeing' or #getcat.name# eq 'Services' or #getcat.name# eq 'Transportation'>
<option value="6-11">6-11</option>
<cfelse>
<option value="2-11">2-11</option>
</Cfif>
<option value="12 or more">12 or more</option>
</select>
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
<label for="subject">Date of Trip</label>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script>
$(function () {
$("#datepicker").datepicker();
});
</script>
<input class="form-control event-date" type="text" name="date1" id="datepicker" >
</div>
</div>
<!-- <div class="col-lg-12"> <label>Areas of Interest</label>
</div>
<div class="col-lg-6">
<div class="form-group">
<ul class="list-items">
<li><input class="form-control" name="questiontype" type="checkbox"
value="Sightseeing" checked="">Sightseeing</li>
<li><input class="form-control" name="questiontype" type="checkbox"
value="Dining"> Dining</li>
<li><input class="form-control" name="questiontype" type="checkbox"
value="Theater"> Theater</li>
<li><input class="form-control" name="questiontype" type="checkbox"
value="Culture"> Culture</li>
</ul>
</div>
</div>
<div class="col-lg-6">
<div class="form-group">
<ul class="list-items">
<li><input class="form-control" name="questiontype" type="checkbox"
value="Shopping"> Shopping</li>
<li><input class="form-control" name="questiontype" type="checkbox"
value="Transportation"> Transportation</li>
<li><input class="form-control" name="questiontype" type="text"
placeholder="Other" size="10"></li>
</ul>
</div>
</div>-->
<div class="col-lg-12">
<div class="form-group">
<label for="blurb">Message</label>
<textarea id="blurb" class="form-control" rows="5" required
name="blurb"
placeholder="Tell us how we can help"></textarea>
</div>
</div>
<div class="col-lg-12">
<div class="form-group">
Enter the code:
<strong>3972</strong>
<input name="chide" value="3972" type="hidden">
<input class="form-control inline-block" required name="captchaText"
type="text" size="10" maxlength="10">
</div>
</div>
<div class="col-lg-12">
<div class="form-group text-center">
<input class="button btn_1" type="submit" value="Send E-Mail">
</div>
</div>
</div>
</form>
<!-- ARTICLE END -->
</div>
</div>
<div class="col-12 tablet-plus-hide">
<cfinclude template="/rosboxcats.cfm">
</div>
<div class="col-lg-12">
<h3>More Articles</h3>
</div>
<Cfset linkme = '#getrelatedarts.catlistings#'>
<Cfset linkme = '#rereplace(linkme,' ','-','all')#'>
<cfif #getrelatedarts.catlistings# eq 'Sightseeing'>
<Cfset #getrelatedarts.catlistings# = 'ToursAttractions'>
</cfif>
<cfif #getrelatedarts.catlistings# eq 'Family'>
<Cfset #getrelatedarts.catlistings# = 'FamilyFun'>
</cfif>
<cfif #getrelatedarts.catlistings# eq 'Cultural Arts'>
<Cfset #getrelatedarts.catlistings# = 'CulturalArts'>
</cfif><cfif #getrelatedarts.catlistings# eq 'Car Services'>
<Cfset #getrelatedarts.catlistings# = 'CarServices'>
</cfif>
<cfif #getrelatedarts.catlistings# eq 'Travel'>
<Cfset #getrelatedarts.catlistings# = 'ToursAttractions'>
</cfif>
<cfoutput query="Getrelatedarts" maxRows="4">
<div class="col-lg-12 strip_all_tour_list">
<div class="row">
<div class="col-sm-12 col-md-3 image-container">
<a href="/article/#seo_friendly#">
<img
class="thumbnail-image-medium"
src="<cfif #mainswap# eq ''>/cgrect.jpg<cfelse>#rereplace(mainswap,'http://www.cityguideny','https://www.cityguideny','ALL')#</cfif>"
alt="#title#"></a></div>
<div class="col-sm-12 col-md-7 side-box">
<a href="/article/#seo_friendly#"><h5>#title# </h5></a>
<p>#blurb# </p>
</div>
<div class="col-sm-12 col-md-2 no-gutter"><a href="/article/#seo_friendly#"
class="button btn_1 white fl-right promo-button">Details</a></div>
</div>
</div>
</cfoutput>
<div class="col-lg-12">
<a href="https://www.cityguideny.com/events/"><h3>Upcoming Events</h3></a>
</div>
<cfset newdeparturedate=#dateadd('d',7,CurrentDateTime)#>
<cfquery name="getevents" dataSource="#dsro#" cachedwithin="#createtimespan(0,15,0,0)#">
select * from ActivityPlanner
where datestart > #currentdatetime#
and dateend < #newdeparturedate#
and catid > 0
order by rand()
limit 0,4
</cfquery>
<cfoutput query="getevents" maxRows="4">
<div class="col-lg-12 strip_all_tour_list">
<div class="row">
<div class="col-sm-12 col-md-7 side-box">
<a href="/event/#seo_friendly#"><h5>#activityname# at #name# on #dateformat(datestart,'m/d/yy')#</h5></a>
<p>#left(description,100)# </p>
</div>
<div class="col-sm-12 col-md-2 no-gutter"><a href="/event/#seo_friendly#"
class="button btn_1 white fl-right promo-button">Details</a></div>
</div>
</div>
</cfoutput>
<!---
<div class="col-lg-12">
<h3>Savings & Discounts</h3>
</div>
<div class="col-lg-12 strip_all_tour_list">
<div class="row">
<div class="col-sm-3 col-md-3 image-container no-gutter"><img
class="thumbnail-image-medium"
src="https://www.cityguideny.com/uploads2/86/x10384824_10153090735702642_5653666624834658742_n.jpg.pagespeed.ic.mkIUelyelP.jpg"
alt="Image"></div>
<div class="col-sm-9 col-md-7 side-box">
<h5>RIPLEY'S BELIEVE IT OR NOT! TIMES SQUARE </h5>
<p>Online savings $7 adults/$5 kids, or in person savings of $5 off adult/$4 off
kid
admission. Use code CITYGUIDE. Expires on: 12/31/2019 </p>
</div>
<div class="col-sm-12 col-md-2 no-gutter"><a href="dealurl"
class="button btn_1 white fl-right promo-button">Details</a></div>
</div>
</div>
<div class="col-lg-12 strip_all_tour_list">
<div class="row">
<div class="col-sm-3 col-md-3 image-container no-gutter"><img
class="thumbnail-image-medium"
src="https://www.cityguideny.com/uploads2/86/x10384824_10153090735702642_5653666624834658742_n.jpg.pagespeed.ic.mkIUelyelP.jpg"
alt="Image"></div>
<div class="col-sm-9 col-md-7 side-box">
<h5>RIPLEY'S BELIEVE IT OR NOT! TIMES SQUARE </h5>
<p>Online savings $7 adults/$5 kids, or in person savings of $5 off adult/$4 off
kid
admission. Use code CITYGUIDE. Expires on: 12/31/2019 </p>
</div>
<div class="col-sm-12 col-md-2 no-gutter"><a href="dealurl"
class="button btn_1 white fl-right promo-button">Details</a></div>
</div>
</div>
<!-- IF Mobile -->
<div class="col-lg-12 tablet-plus-hide">
<h3>Related Articles</h3>
</div>
<div class="col-lg-12 strip_all_tour_list tablet-plus-hide">
<div class="row">
<Cfoutput query="getrelatedarts">
<div class="col-sm-6 p-20"><a href="/article/#seo_friendly#">#title#</a>
</div>
</Cfoutput>
</div>
</div>
</div>--->
<!--- <cfinclude template="/rosjoinbottom.cfm">
--->
</div>
</div>
</main>
<cfinclude template="/footer.cfm">
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-53d26d7928f9364b">
</script>
<Cfif #getcol1.showwidget# eq 1>
<link rel="stylesheet"
href="//code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/ui/1.11.4/jquery-ui.js"></script>
<script>
jQuery(document).ready(function ($) {
$('#expandAll').click(function () {
$('#discountspanel .collapse.show')
.removeClass('show');
$('#discountspanel .collapse').addClass(
'show').css('height',
'auto');
$('#expandAll').hide();
$('#collapseAll').show();
});
$('#collapseAll').click(function () {
$('#discountspanel .collapse').removeClass(
'show');
$('#expandAll').show();
$('#collapseAll').hide();
});
var current_width = $(window).width();
if (current_width < 768) {
$('#discountspanel .collapse.show').removeClass(
'show');
}
$('.scroll').click(function (e) {
var target = $(this.getAttribute('href'));
if (target.length) {
e.preventDefault();
$('html, body').stop().animate({
scrollTop: target.offset()
.top - 100
}, 1000);
}
});
$(function () {
$("#datepicker").datepicker();
});
$(function () {
$("#datepicker2").datepicker();
});
/* Footer reveal */
if ($(window).width() >= 768) {
$('footer.revealed').footerReveal({
shadow: false,
opacity: 0.6,
zIndex: 0
});
}
});
</script>
</Cfif>
</body>
</html>