File: D:/HostingSpaces/RImmers/duitsedog.tk/wwwroot/duitse dog gevlekt.asp
<%
Option Explicit
%>
<!-- #INCLUDE VIRTUAL="includes/inc_default.asp" -->
<%
Dim Rs, i, strSql, blnVolgordeFotoUpdate
blnVolgordeFotoUpdate = CheckFotoRandomizer
Call LogVisit(7,null,blnVolgordeFotoUpdate)
If Request.QueryString("language")<> "" Then
Session("language") = Request.QueryString("language")
End If
%>
<html>
<head>
<title>Gevlekte duitse dog</title>
<meta NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<meta name="description" content="Informatie over gevlekte duitse doggen, deense doggen gevlekt, duitse dog gevlekt, ook wel zwart wit gevlekt genoemd.">
<link rel="canonical" href="https://www.duitsedog.tk/duitse%20dog%20gevlekt.asp">
<link rel="stylesheet" type="text/css" href="css/background.css">
<link href="/menu_assets/styles.css" rel="stylesheet" type="text/css">
<!-- #INCLUDE FILE="./includes/scripts/scroller.js" -->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-1172494-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</head>
<body>
<div class="content">
<%If Session("language") = "NLD" Then%>
<div id='cssmenu'>
<ul>
<li><a href='/'><span>Algemeen</span></a></li>
<li><a href='pups.asp'><span>Pups</span></a></li>
<li><a href='herplaatsing.asp'><span>Herplaatsing</span></a></li>
<li><a href='route.asp'><span>Route</span></a></li>
<li class='active '><a href='duitse%20dog%20blauw.asp'><span>Blauw</span></a></li>
<li><a href='duitse%20dog%20zwart.asp'><span>Zwart</span></a></li>
<li><a href='duitse%20dog%20gevlekt.asp'><span>Gevlekt</span></a></li>
</ul>
</div>
<%Else%>
<div id='cssmenu'>
<ul>
<li><a href='/'><span>Home</span></a></li>
<li><a href='pups.asp'><span>Pups</span></a></li>
<li><a href='herplaatsing.asp'><span>Redeployment</span></a></li>
<li><a href='route.asp'><span>Route</span></a></li>
<li class='active '><a href='duitse%20dog%20blauw.asp'><span>Blue</span></a></li>
<li><a href='duitse%20dog%20zwart.asp'><span>Black</span></a></li>
<li><a href='duitse%20dog%20gevlekt.asp'><span>Mottled</span></a></li>
</ul>
</div>
<%End If%>
<script language="JavaScript" src="./includes/menu/mmenu.js" type="text/javascript"></script>
<!-- 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-548f031355298d50" async="async"></script>
<table cellspacing="0" cellpadding="0" width="100%" ID="Table2">
<tr>
<td width="90%"> </td>
<td>
<%If Session("language")="NLD" Then%>
<a href="duitse%20dog%20gevlekt.asp?language=ENG"><img border="0" width="50" src="./images/icons/flag_uk.jpg"></a>
<%Else%>
<a href="duitse%20dog%20gevlekt.asp?language=NLD"><img border="0" width="50" src="./images/icons/flag_nl.jpg"></a>
<%End If%>
</td>
</tr>
</table>
<hr>
<table>
<%If Session("language")="NLD" Then%>
<h1>Duitse Dog gevlekt</h1>
<h2>Foto's gevlekte duitse dog</h2>
<%Else%>
<h1>Great Dane Mottled</h1>
<h2>Pictures Mottled great dane</h2>
<%End If%>
<%
strSql = "SELECT TOP " & c_intAantFotosPerPagina & " * FROM (SELECT * FROM DD_FOTOS WHERE ind_actief=1 AND type_id=5 ORDER BY VOLGORDE)"
Set Rs = GetRs(strSql)
i = 0
While Not Rs.EOF
If i mod 2 = 0 Then Response.Write("<tr>")
%>
<td><img title="duitse dog gevlekt" BORDER="0" width="495" SRC="fotos/gevlekt/<%=Rs("bestandsnaam")%>"></td>
<%
Call UpdateFotoHit(Rs("id"))
If i mod 2 = 1 Then Response.Write("</tr>")
i = i + 1
'If i>=c_intAantFotosPerPagina Then
' Rs.MoveLast
'Else
Rs.MoveNext
'End If
Wend
Rs.Close
Set Rs = Nothing
%>
<tr>
<td></td>
<td> </td>
</tr>
</table>
</div>
</body>
</html>