<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Dog Grooming in Toledo area by Nose To Tail Dog Grooming</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2713.1100" name=GENERATOR>
<style type="text/css">
<!--

A {
}

A:hover {
  color: #ff3300;
}

-->
</STYLE><style type="text/css">

input {
  background-color : #9cf;
  color : #000;
}
</STYLE></HEAD>


<?php

include ("php_uploads/nosetotail.php");


$query1 = "SELECT * FROM layout";
$result1 = mysql_query($query1);

{
  while($row = mysql_fetch_array($result1))
  {

    $body = $row["body"];
    $title = $row["title"];



echo $body;



print ("<table border='0' cellspacing='0' cellpadding='0' width='100%'>");
print ("<tr>");

print ("<td align='center'>");
print ("<font size='+2' face='arial' color='#0000ff'>");

echo $title;

}
}

?>

</td>
</tr>
</table>

<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td rowspan="2" align="left" valign="top" width="20%">

<?php
    $thispage_file = "photo_thumbs";
include ("php_uploads/navigation_side.php");
?>

<br>
<br>
<br>

<center>
<table width="50%" border="1" cellspacing="0" cellpadding="5">
<tr>
<td bgcolor="#ffffff" align="center">
<form action="http://www.nosetotailgrooming.com/tips.php" method="post"> 
<font size="1" face="arial" color="#ff0000">

<?php
include ("php_uploads/nosetotail.php");
$query0001 = "SELECT titleoftip FROM tips";
$result0001 = mysql_query($query0001);

{
  while($row = mysql_fetch_array($result0001))
  {
    $titleoftip = $row["titleoftip"];
echo "$titleoftip";

}
}

?>

</font><br>
<center><input type="submit" value="Tip Of The Month"><br>
</center>
</form>
</td>
</tr>
</table>
</center>

<br>
</td>
<td width="16" height="16"></td><td valign="top"  bgcolor="#ffffff"></td></tr><tr>
<td width="16" background="canvasbkg_shad2.gif" valign="top">
</td>
<td height="300" valign="top"  bgcolor="#ffffff">
<center>
<table width="95%" border="0">
<tr>
<td valign="top">




<?php

include ("php_uploads/nosetotail.php");

$result0 = mysql_query("SELECT COUNT(*) FROM gallery");
if ($row = mysql_fetch_array ($result0))
{$count = $row["0"];}

$countminus = ($count - 1);

$query1a = "SELECT * FROM gallery ORDER BY id DESC LIMIT 0 , 1";
$result1a = mysql_query($query1a);

$query1 = "SELECT * FROM gallery ORDER BY id DESC LIMIT 1 , 3";
$result1 = mysql_query($query1);

$query2 = "SELECT * FROM gallery ORDER BY id DESC LIMIT 4 , 4";
$result2 = mysql_query($query2);

$query3 = "SELECT * FROM gallery ORDER BY id DESC LIMIT 8 , 4";
$result3 = mysql_query($query3);

$query4 = "SELECT * FROM gallery ORDER BY id DESC LIMIT 12 , 4";
$result4 = mysql_query($query4);

$query5 = "SELECT * FROM gallery ORDER BY id DESC LIMIT 16 , 4";
$result5 = mysql_query($query5);

$query5 = "SELECT * FROM gallery ORDER BY id DESC LIMIT 20 , 4";
$result5 = mysql_query($query5);

print ("<center>");
print ("<font size='3' face='arial' color='#0000ff'>");
print ("Photo gallery");
print ("</font>");
print ("<br>");
print ("<font size='1' face='arial' color='#0000ff'>");
print ("Click the photo you want to enlarge.");
print ("</font>");
print ("</center>");
print ("<br>");

print ("<center>");
print ("<table border='0' width='100%' cellspacing='0' cellpadding='1'>");
print ("<tr>");
{
  while($row = mysql_fetch_array($result1a))
  {
 $id = $row["id"];
 $compare_id = $row["id"]; 
 $photo = $row["photo"];
 $caption = $row["caption"];

$dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='center'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("<br>");

if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</form>");
print ("</td>");
}
}

{
  while($row = mysql_fetch_array($result1))
  {

 $id = $row["id"];
 $photo = $row["photo"];
 $caption = $row["caption"];
 $dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='center'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("<br>");

if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</form>");
print ("</td>");
}
}
print ("</tr>");
print ("</table>");
print ("</center>");

print ("<center>");
print ("<table border='0' width='100%' cellspacing='0' cellpadding='1'>");
print ("<tr>");
{
  while($row = mysql_fetch_array($result2))
  {
 $id = $row["id"];
 $photo = $row["photo"];
 $caption = $row["caption"];
 $dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='center'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("<br>");

if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</form>");
print ("</td>");
}
}
print ("</tr>");
print ("</table>");
print ("</center>");

print ("<center>");
print ("<table border='0' width='100%' cellspacing='0' cellpadding='1'>");
print ("<tr>");
{
  while($row = mysql_fetch_array($result3))
  {
 $id = $row["id"];
 $photo = $row["photo"];
 $caption = $row["caption"];
 $dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='center'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("<br>");

if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</form>");
print ("</td>");
}
}
print ("</tr>");
print ("</table>");
print ("</center>");

print ("<center>");
print ("<table border='0' width='100%' cellspacing='0' cellpadding='1'>");
print ("<tr>");
{
  while($row = mysql_fetch_array($result4))
  {
 $id = $row["id"];
 $photo = $row["photo"];
 $caption = $row["caption"];
 $dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='center'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("<br>");

if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</form>");
print ("</td>");
}
}
print ("</tr>");
print ("</table>");
print ("</center>");

print ("<center>");
print ("<table border='0' width='100%' cellspacing='0' cellpadding='1'>");
print ("<tr>");
{
  while($row = mysql_fetch_array($result5))
  {
 $id = $row["id"];
 $photo = $row["photo"];
 $caption = $row["caption"];
 $dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='center'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("<br>");
if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</form>");
print ("</td>");
}
}
print ("</tr>");
print ("</table>");
print ("</center>");

print ("<center>");
print ("<table border='0' width='100%' cellspacing='0' cellpadding='1'>");
print ("<tr>");
{
  while($row = mysql_fetch_array($result6))
  {
 $id = $row["id"];
 $photo = $row["photo"];
 $caption = $row["caption"];
 $dim = getimagesize("photo_folder/$photo"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (100 * $percentage);
$height2 = ($height - 10);
print ("<td width='100' align='left'>");
print ("<form action='photo_view.php' method='POST'>");
print ("<input type='hidden' name='id' value='$id' />");
print ("<input type='hidden' name='compare_id' value='$compare_id'>");
print ("<input type='hidden' name='countminus' value='$countminus'>");
print ("<input type='image' src='photo_folder/$photo' width='100' height='$height'>");
print ("</form>");
if ($caption == true)
{
print ("<font size='1' face='arial' color='#0000ff'>");
     echo "$caption";
print ("</font>");
}
print ("</td>");
}
}
print ("</tr>");
print ("</table>");
print ("</center>");

if ($count > "24")
{
print ("<center>");
print ("<font size='2' face='arial'>");
print ("Page 1 of [");
print ("<a href='http://www.thediamondsintherough.com/photo_thumbs.php'>");
print ("2");
print ("</a>");
print ("]");
print ("</center>");
}

if ($count < "24")
{
print ("<center>");
print ("<font size='2' face='arial'>");
print ("Page 1 of ");
print ("1");
print ("</center>");
}

print ("</td>");
print ("</tr>");
print ("</table>");
print ("</center>");

?>
























<br>
</td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="20%"></td><td width="16" height="16" background="canvasbkg_shad2.gif"></td><td bgcolor="#ffffff"></td>
<td width="3%"></td></tr></table>
<br><br>
<center>
<table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center">

<?php
    $thispage_file = "photo_thumbs";
include ("php_uploads/navigation_bottom.php");
?>

</td></tr>
</table></center>
<br><br>

<br>
</body>
</html>
