%@ Language=VBScript%>
<%
dim rCount
'Kerala Hit counter
'--------------------------------------------
SERVER.EXECUTE("keralaHitStats.asp")
'--------------------------------------------
Set rsPilgrimTour = Server.CreateObject("ADODB.Recordset")
Openconnection MyConn
'strSQL = "SELECT * From PilgrimTour Order By 1"
'strSQL = " SELECT type='PilgrimTour',PktSlno, PltName, PltDetails,PltCatg, PktDispImage From PilgrimTour "
strSQL = " SELECT type='PilgrimTour',PktSlno, PktName, PktDetails,PltCatg=2, PktDispImage From PackageTours Where PktToursName='Pilgrim Tour' "
strSQL = strSQL & " Union All "
strSQL = strSQL & " select type='Hotel',HtlSlno PktSlno,HtlHotelName PktName, HtlDetails PktDetails, "
strSQL = strSQL & " HtlCatg PltCatg, HtlRoomImage PktDispImage From hotelS Where HtlCatg = 3"
rsPilgrimTour.Open strSQL,Myconn, 3,1
If Not rsPilgrimTour.EOF Then
PresentPage = trim(request("PresentPage"))
If PresentPage = "" Then PresentPage=1
rsPilgrimTour.PageSize = 4
rsPilgrimTour.AbsolutePage = cInt(PresentPage)
rCount = 0
End If
%>
<%=Title%>
Kerala is famous for its communal harmony.
Majority of the population is Hindus.
Christians and Muslims constitute the
other part of population. Kerala is
rich with temples, churches, mosque.
Here one can see one believer go the
worship place of the other. All the
festivals in the Temples, churches and
mosques are celebrated in Kerala with
oneness without the feeling of cast
and creed. If you are looking for peace
through spirituality, Kerala is the
ideal place.
<% do while Not rsPilgrimTour.EOF and rCount< rsPilgrimTour.PageSize %>