<%@LANGUAGE="VBSCRIPT"%> <% Dim noticias Dim noticias_cmd Dim noticias_numRows Set noticias_cmd = Server.CreateObject ("ADODB.Command") noticias_cmd.ActiveConnection = MM_parquedaguarda_STRING noticias_cmd.CommandText = "SELECT id, data, dest, titulo, banner FROM noticias WHERE categ='Destilaria' ORDER BY id DESC" noticias_cmd.Prepared = true Set noticias = noticias_cmd.Execute noticias_numRows = 0 %> <% Dim albuns Dim albuns_cmd Dim albuns_numRows Set albuns_cmd = Server.CreateObject ("ADODB.Command") albuns_cmd.ActiveConnection = MM_parquedaguarda_STRING albuns_cmd.CommandText = "SELECT id, data, categ, dest, titulo, mini1 FROM albuns WHERE categ='Destilaria' ORDER BY id DESC" albuns_cmd.Prepared = true Set albuns = albuns_cmd.Execute albuns_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 2 Repeat1__index = 0 noticias_numRows = noticias_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> Parque da Guarda

 

">
A Danceteria Destilaria é uma moderna casa de shows e festas, com duas pistas de danças, com equipamentos de som e luz de primeira qualidade, garantindo sempre ótimas festas. Muito bonita, a Danceteria tem uma arquitetura diferente e arrojada. Além de festas garantidas, a comodidade da danceteria estar dentro do Parque da Guarda resulta em segurança, uma vez o acesso ao amplo estacionamento é feita somente pelos portões de acessos do parque e com o controle da segurança.
Muitos shows e festas já rolaram da danceteria. E muitas outra acontecerão. Fique ligado ao que há de melhor na noite de Santo Antônio. Promoções e festas acontecem o ano inteiro.
 
A pista principal é ampla, rodeada de camarotes exclusivos, possui palco e local próprio para o DJ animar as festas. Com um belo jogo de luzes, telões e ótima qualidade de som, a festa é sempre um sucesso durante toda noite.
 
 
<% While ((Repeat1__numRows <> 0) AND (NOT noticias.EOF)) %>
"><%=(noticias.Fields.Item("titulo").Value)%>
<% Repeat1__index=Repeat1__index+1 Repeat1__numRows=Repeat1__numRows-1 noticias.MoveNext() Wend %>
"><%=(albuns.Fields.Item("titulo").Value)%>
">
Receba notícias de promoções e eventos
© 2004-2008 Parque da Guarda webdesign: paulorschmitz - Crystalino
<% noticias.Close() Set noticias = Nothing %> <% albuns.Close() Set albuns = Nothing %>