      <table width="100%" border="0" cellpadding="2" cellspacing="2" align="center">
        <tr>	
		<% ss=0
		sorgum="Select * from sektor order by adi asc"
		Rs.Open Sorgum, Baglantim, 1, 3 
		do while not Rs.eof
		if rs.eof then exit do
		ss=ss+1
		%>
		  <td align="center" width="12%" valign="top" height="50">
			<table width="99%" border="0" cellspacing="1" cellpadding="1" class="resimKutusu" height="100%">
  <tr>
    <td>
	    <a href="/sektorler-<%= rs("skodu")%>-1-<%=cevir(siteili)%>_<%=cevir(rs("adi"))%>_Firmalari.html">
			<div align="center">
			  <%if rs("resim")<>"" then%> 
			  <img src="<%=rs("resim")%>" width="32" height="32" border="0">
			   <%else%>
			  <img src="diger_resimler/bos.png" width="32" height="32" border="0">
			  <%end if%>
	      </div></a></td>
  </tr>
  <tr>
    <td><div align="center">
    <a href="/sektorler-<%= rs("skodu")%>-1-<%=cevir(siteili)%>_<%=cevir(rs("adi"))%>_Firmalari.html"><%= rs("adi") %></a></div></td>
  </tr>
  <tr>
    <td height="5"></td>
  </tr>
</table>		  </td>
         	<% if ss=8 then %>
  </tr><tr>
					<% ss=0 
					end if %>
				<%Rs.movenext
				  loop
			      Rs.close %> 
	 </tr>
     <tr><td colspan="8"><div align="center"><a href="/tumkategoriler-">Detayli Kategori Listesini Göster »</a></div></td>
     </tr>
</table>
