

<!--#include file="includes/adovbs.inc"-->
<!--#include file="includes/Header.php"-->
<!--#include file="includes/RightAds.php"-->
	  
	
      <table border="0" width="100%" cellspacing="0" cellpadding="0">
        <tr>
          <td><img border="0" src="images/left1.gif" width="245" height="42"></td>
          <td><img border="0" src="images/left2.gif" width="245" height="42"></td>
        </tr>
        <tr>
          <td background="images/fon_left.gif" colspan="1" style="padding-left: 26; padding-right: 18" valign="top">
		  <br><b>All Mechanic Reviews</b><br><br><br>
		 
		  </td>
		   
          <td style="padding-left: 18; padding-right: 26" background="images/fon_r1.gif" valign="top">
		   <br><br>
		   
		  </td>
        </tr>
        </table>
	  <table cellpadding="0" height="325" cellspacing="0"><tr>
	  
	  <td valign="top" colspan="2" style="padding-left: 26; padding-right: 18" valign="top">
	  <br>
	  Page:<br>
	  <A href="sitemap.htm">1</a>
	  <A href="sitemap2.htm">2</a>
	  <A href="sitemap3.htm">3</a>
	  
	  <br><br>
	  
	  
	  
	  <%
	  SQL = "Select AutoNumber, Shop_Name, Shop_City, Shop_State From MechanicReviews Order By AutoNumber"
	  %>
      <!--#include file="includes/DBConnection.php"-->
	  
	  
	  <%
	 Dim Count
	 Count = 0
	 
	 Do until Count => 1700
	 Count = Count + 1
	 Recordset.MoveNext
	 Loop
	  
	 Do until Recordset.EOF
	 Count = Count + 1
	 %>
	  
	  <%=Count%>.)&nbsp;<a href="ReviewDetails.php?Shop_Id=<%=Recordset("AutoNumber")%>"><%=Recordset("Shop_Name")%>&nbsp;<%=Recordset("Shop_City")%>&nbsp;<%=Recordset("Shop_State")%> </a><br>
	  
	  <%
	  If Count => 2700 then 
	  Recordset.MoveLast
	  end if
	 
	   Recordset.Movenext
	  Loop
      %>
	  
	  
	  </td>
	  
	  
	  
	  </tr>
	  </table>
	  
	    <table cellpadding="0" height="380" cellspacing="20">
	  <tr><td valign="top">

	  
	  </td>
	  </tr>
	  </table>

	 	    <!--#include file="includes/Footer.php"-->
   