<%@ page language="java" contentType="text/html;charset=gb2312"%> <%@ page import="java.util.Vector" %> <%@ page import="java.util.*" %> <%@ page import="com.common.util.*" %> <%@ page import="com.aijian.document.ajinfo.*" %> 海际大和证券有限责任公司
关闭×


中国证监会投资者保护局提醒您:1、应注重价值投资、关注具有长期投资价值的股票,避免盲目“炒高市盈率新股”、“炒高价小盘股”、“炒绩差股”;             中国证监会投资者保护局提醒您:2、据上海证券交易所2010年以来的统计数据,新股上市后30个交易日至70个交易日期间,股价较首日收盘价的跌幅从6.51%扩大至10.65%,追高买入的账户中高达94.7%亏损;             中国证监会投资者保护局提醒您:3、2009年10月底至2011年10月底,创业板上市首日个人投资者买入金额占比95.06%,首日买入的个人投资者10个交易日后亏损比例为64.25%。
<% String condition = "1=1"; AjInfo ai = new AjInfo(); Iterator ite = new AjInfoController().getListByCondition(condition); %>
<% while(ite!=null && ite.hasNext()) { ai = (AjInfo)ite.next(); %> <%=ai.getTitle()%>  <% } %>