<%@ page language="java" import="java.util.*,java.sql.*,javax.servlet.http.*" %> <%@ include file="newHeader.jsp" %> <%@ include file="application.jsp" %> <% String check =""; String status =""; try{ check=request.getParameter("month"); if( (check!=null) || !(check.equals("")) ){BeanID.setMonth(check);} }catch(Exception e){} try{ status=request.getParameter("status"); if( (status!=null) || !(status.equals("")) ){BeanID.setStatus(status);} }catch(Exception e){} BeanID.setOrderBy("lastUpdate"); BeanID.setOrderDir("DESC"); BeanID.select(); %>
<% while(BeanID.next()){%> <%}%>

Abstracts of news reports and editorials covering suicide terrorism related issues published in the international press, including The Hindu, The Daily Excelsior, The Times of India, Hindustan Times, Dawn, The Daily Times, Khaleej Times, Washington Post, Jerusalem Postand BBC News online

<%=BeanID.getDay()%> <%=BeanID.getMonth()%> <%=BeanID.getYear()%>
<%=BeanID.getNewsPaperName()%>
<%=BeanID.getReportTitle()%>
<%=BeanID.getReportText()%>


<%@ include file="newFooter.jsp" %> <% dbConnection.shutDown(); %>