<!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 = "dogofmonth";
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">

<center>
<font size="+2" face="arial">
Our Dog Of The Month
</font>
</center>
<br>

<?php

include ("php_uploads/nosetotail.php");


$query2 = "SELECT image FROM photos WHERE page='dogofmonth'";
$result2 = mysql_query($query2);

{
  while($row = mysql_fetch_array($result2))
  {

    $id = $row["id"];
    $image = $row["image"];
    $caption = $row["caption"];
    $page = $row["page"];



if ($image == true)
{
$dim = getimagesize("mainimage_folder/$image"); 
$widthold = $dim[0];
$heightold = $dim[1];
$percentage = ($heightold / $widthold); 
$height = (300 * $percentage);
$height2 = ($height - 10);

print ("<br>");



print ("<img align='right' src='mainimage_folder/$image' width='300' height='$height' alt='Nose to tail dog grooming...one of the finest grooming shops based in the Toledo, Ohio area of  Northwest Ohio & Southeast Michigan.'>");
}

}
}


include ("php_uploads/nosetotail.php");
$query1 = "SELECT part1 FROM content WHERE page='$thispage_file'";
$result1 = mysql_query($query1);

{
  while($row = mysql_fetch_array($result1))
  {
    $content = $row["part1"];

echo "$content";

}
}


print ("<br>");

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 = "dogofmonth";
include ("php_uploads/navigation_bottom.php");
?>

</td></tr>
</table></center>
<br><br>

<br>
</body>
</html>
