<%
		select case request.querystring("topic") 
			case "pa1" 
				subj = "General Forum"
				gf = "topic1.gif" 
			case "pa2"
				subj = "Ron Haviv"
				gf = "topic2.gif"
		end select
%>
<HTML>
<HEAD>

<TITLE>topic 1</TITLE>


</HEAD>
<BODY BACKGROUND="/photoarts2.gif" LINK="#0B4B12" VLINK="#2B7663" BGCOLOR="#B5DDD3">
<a name="top">
<P>
<IMG SRC="discuss1.gif"><br><br><br>
<blockquote><blockquote><center><font face=arial, verdana, geneva, helvetica, sans serif>
<HR>
<IMG align=center SRC="heading2.gif"></center>
<HR>
 <PRE>
 
 </PRE>
<table> <tr>
<td><IMG align=middle SRC=<%= gf %> ALT="TOPIC :" WIDTH="110" HEIGHT="35"></td>
<td align=bottom>
<font color="#8e2323" size=+3>&nbsp;&nbsp;&nbsp;&nbsp; <B><%= subj %></B></font></td></table>
<% 	if subj = "Ron Haviv" then %>
<BR>
<center><B> The PhotoJournalist as First Editor</B>  </center>

<PRE>


</PRE>


<font size=-3><a href="#end">Go to Last Post</a></font><p>

<font size=+1><B>T</B></font>he Photo Journalist supplies the raw visual data that judgements are based on, and from which decisions are made. We believe the "photograph", even with the knowledge that manipulation of the image is more easily than ever achieved. However, between the photographer and the consumer is a chain of editors who continually make choices that determine the information that reaches the public.<P>

<font size=+1><B>B</B></font>ut what of the choices the photographer him/herself makes. Are we aware of this primary filter through which everything passes. Let's consider here the responsibilities of the front-line photo journalist. How does he see his job. What are the ethical issues? The aesthetic?  The professional, making a living,  job related issues? Can the desire of the "committed"  photo journalist to show the world the "truth" ever be fully realized? And knowing that there will always be the limitations imposed by the intervening editors, where does he point his camera?
<P>
<font size=+1><B>W</B></font>e are pleased to have Ron Haviv moderating this forum. BLOOD & HONEY documents his committment to communicating the tragedy that overtook The Former Yugoslavia. He has confronted all the issues that affect the work of the photo journalist and we look forward to your contributions. 



<pre>





</pre>

<%	end if %>
</td>
</tr>
</table><br>
<P>
<form method=get action="discussion2.asp">
<input type=hidden name="topic" value=<%= request.querystring("topic") %>>
<input type=submit value="Post New"></form>
<font size=-3><a href="#end">Go to Last Post</a></font><p>

<%
		Set Conn = Server.CreateObject("ADODB.Connection")
		Conn.Open "COLOPHON","read4","read4"
		v_sql="select id,timestamp,user_email,name,text from discussion where timestamp > dateadd(day,-60,getdate()) and subject='" & request.querystring("topic") & "' order by timestamp" 

		Set RS = Conn.Execute(v_sql)
	
%>
<%
		Do While  Not RS.EOF
			last=rs("id")
			rs.movenext
			
		loop
		if not rs.bof then
			rs.movefirst
		end if
		Do While  Not RS.EOF
		date_string =  formatdatetime(rs("timestamp"),2) & " " & left(formatdatetime(rs("timestamp"),3),len(formatdatetime(rs("timestamp"),3))-6) & " " & right(formatdatetime(rs("timestamp"),3),2)
		
%>
<%		if rs("id") = last then %>
			<a name="end">
<%		end if %>
<hr>			

<font size=-2><%= date_string %></font>
	&nbsp;	&nbsp;&nbsp;<%= rs("name") %>	(
<a href="mailto:<%= rs("user_email") %>?subject=RE:Photoarts Discussion:<%= subj %>"><%= rs("user_email") %></a>			
)<BR>
<%	strng = rs("text") 
		do while instr(strng,chr(13)&chr(10)&chr(13)&chr(10))
			x = instr(strng,chr(13)&chr(10)&chr(13)&chr(10))
			strng = mid(strng,1,x-1) & "<p>" & mid(strng,x+1)
		loop	%>
<BR><%= strng %><BR>

<%
			RS.MoveNext
		Loop
		rs.close
		conn.close
%>
<hr>
<p><font size=-3><a href="#top">Page Top</a></font><p>
<form method=get action="discussion2.asp">
<input type=hidden name="topic" value=<%= request.querystring("topic") %>>

<input type=submit value="Post New"></form>
 </blockquote> <pre>



</PRE> <CENTER><img src="../../../reviews/camera1.gif"><A

HREF="http://photoarts.com/toc.html"><B> <font

color=#000000>PHOTOARTS</font></A>|</B>  <FONT SIZE=-1>



<A HREF="http://photoarts.com/gallery"><font

color=#484C47>gallery</font></A>|



<A HREF="http://photoarts.com/marketplace.html"><font

color=#484C47>marketplace</font></A>|



<A HREF="http://photoarts.com/search.html"><font

color=#484C47>search</font></A>|



<A HREF="http://photoarts.com/journal.html"><font

color=#484C47>journal</font></A>|



<A HREF="http://photoarts.com/events.html"><font

color=#484C47>events</font></A>|



<A HREF="http://photoarts.com/preview"><font

color=#484C47>preview</font></A>|



<A HREF="http://photoarts.com/discussion.html"><font

color=#484C47>discussion</font></A>|



<A HREF="http://photoarts.com/resources.html"><font

color=#484C47>resources</font></A>|



<A HREF="mailto:click@photoarts.com"><font

color=#484C47>FEEDBACK</font></A> <BR>

<A HREF="http://photoarts.com/pac"><font

color=#484C47>PHOTOARTS CONTEMPORARY - Individual Artist Portfolios</font></FONT></A>

</center>



<PRE>



</PRE>
</BODY>
</HTML>
