<%
id = request.querystring("id")
%>
<script type="text/javascript">
$(document).ready(function(){
    jQuery(".niceshot").css("opacity","0.7");
    });
</script>
<div class="mmanset">
    <div class="mmansetler">
        <%
            divstyle = "display:none;position:relative;"
            classname = "pas"
        
            set haberal = veritabaniconnectionstringadin.execute("select * from haberler where  manset='evet' order by id desc limit 9")
            do until haberal.eof
            i = i+1
            if i = 1 then
                divstyle = "display:block; position:relative;"
            end if
        %>
        <div id="mmanset-<%=i%>" class="mmansetresimler" style="<%=divstyle%>" >
            <a href="haberler-<%=haberal("id")%>-<%=haberal("baslik")%>.html"> <img src="images_up/<%=haberal("resim")%>" width="658"  /> </a>
            <div class="niceshot" style="position:absolute;bottom:0px;width:538px;height:25px;color:white;font-weight:bold;padding:10px;background-color:red;margin-bottom:4px;margin-right:4px;"></div>
            <div style="position:absolute;bottom:0px;width:100%;height:30px;color:white;font-weight:bold;padding:10px;"><h1><%=haberal("baslik")%></h1></div>
        </div>
         <div class="mmansetkresimler">
         <%
         i = 0
         set haberala = veritabaniconnectionstringadin.execute("select * from haberler where  manset='evet' order by id desc limit 9")
         do until haberala.eof
         i = i+1
         if i = 1 then
            classname = "akt"
        end if
         %>
            <a href="haberler-<%=haberala("id")%>-<%=haberala("baslik")%>.html" onmouseover="clearFuto();" onmouseout="setFuto()" onmousemove="displayDiv(<%=i%>)"><div id="mmansetk-<%=i%>" class="<%=classname%>"><img src="images_up/<%=haberala("resim")%>"  /> </div></a>
    </div>
</div>