Gracias MAESTRO

<IMG SRC="images/futbol.gif" WIDTH="15" HEIGHT="15" HSPACE="3"> , me esta funcionando a la perfecciòn, este es el codigo final :
<!--#include file="../setup.asp" -->
<%
imagen=request.form("imagen")
noticia=request.form("noticia")
Function Llenar(imagen,noticia)
set rs=server.createobject("adodb.recordset" )
rs.activeconnection=cn
sql="select * from noticias"
rs.open sql
set rt=server.createobject("adodb.recordset" )
rt.activeconnection=cn
if isnull(rs.fields("imagen")) then
sq="update noticias SET imagen='"&imagen&"' where id=" & noticia
rt.open sq
' rt.close
Exit Function
end if
if isnull(rs.fields("imagen2")) then
sq="update noticias set imagen2='"&imagen&"' where id=" & noticia
rt.open sq
' rt.close
Exit Function
end if
End Function
Llenar imagen,noticia
%>
SaLuDoS dE:
PePeLuChO dEl PeRú PaRa El MuNdO ;)