
<SCRIPT language=JavaScript>
<!--

function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}
function JM_cc(ob){
var obj=MM_findObj(ob); if (obj) { 
obj.select();js=obj.createTextRange();js.execCommand("Copy");}
}

function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}
//-->
</SCRIPT>
<SCRIPT language=JavaScript>
<!--

menuPrefix = 'menu';  // Prefix that all menu layers must start with
                      // All layers with this prefix will be treated
                      // as a part of the menu system.

var menuTree, mouseMenu, hideTimer, doHide;

//function init() {
  ie4 = (document.all)?true:false;
  ns4 = (document.layers)?true:false;
  document.onmousemove = mouseMove;
  if (ns4) { document.captureEvents(Event.MOUSEMOVE); }
//}

function expandMenu(menuContainer,subContainer,menuLeft,menuTop) {
    // Hide all submenus thats's not below the current level
    doHide = false;
  if (menuContainer != menuTree) {
      if (ie4) {
      var menuLayers = document.all.tags("DIV");
      for (i=0; i<menuLayers.length; i++) {
        if ((menuLayers[i].id.indexOf(menuContainer) != -1) && (menuLayers[i].id != menuContainer)) {
          hideObject(menuLayers[i].id);
        }
      }
    }
    else if (ns4) {
      for (i=0; i<document.layers.length; i++) {
        var menuLayer = document.layers[i];
        if ((menuLayer.id.indexOf(menuContainer) != -1) && (menuLayer.id != menuContainer)) {
          menuLayer.visibility = "hide";
        }
      }
    }
  }
  // If this is item has a submenu, display it, or it it's a toplevel menu, open it
  if (subContainer) {
    if ((menuLeft) && (menuTop)) {
        positionObject(subContainer,menuLeft,menuTop);
        hideAll();
    }
    else {
      if (ie4) {
          positionObject(subContainer, document.all[menuContainer].offsetWidth + document.all[menuContainer].style.pixelLeft - 10, mouseY);
      }
      else {
          positionObject(subContainer, document.layers[menuContainer].document.width + document.layers[menuContainer].left + 50, mouseY);
      }
    }
    showObject(subContainer);
    menuTree = subContainer;
  }
}

function showObject(obj) {
  if (ie4) { document.all[obj].style.visibility = "visible"; }
  else if (ns4) { document.layers[obj].visibility = "show";  }
}

function hideObject(obj) {
  if (ie4) { document.all[obj].style.visibility = "hidden"; }
  else if (ns4) { document.layers[obj].visibility = "hide"; }
}

function positionObject(obj,x,y) {
  if (ie4) {
    var foo = document.all[obj].style;
    foo.left = x;
    foo.top = y;
  }
  else if (ns4) {
    var foo = document.layers[obj];
    foo.left = x;
    foo.top = y;
   }
}

function hideAll() {
 if (ie4) {
    var menuLayers = document.all.tags("DIV");
    for (i=0; i<menuLayers.length; i++) {
      if (menuLayers[i].id.indexOf(menuPrefix) != -1) {
        hideObject(menuLayers[i].id);
      }
    }
  }
  else if (ns4) {
    for (i=0; i<document.layers.length; i++) {
      var menuLayer = document.layers[i];
      if (menuLayer.id.indexOf(menuPrefix) != -1) {
        hideObject(menuLayer.id);
      }
    }
  }
}

function hideMe(hide) {
    if (hide) {
        if (doHide) { hideAll(); }
    }
    else {
        doHide = true;
        hideTimer = window.setTimeout("hideMe(true);", 2000);
    }
}

function mouseMove(e) {
  if (ie4) { mouseY = window.event.y; }
  if (ns4) { mouseY = e.pageY; }
}

function itemHover(obj,src,text,style) {
  if (ns4) {
    var text = '<nobr><a href="' + src + '" class="' + style + '">' + text + '<\/a><\/nobr>'
    obj.document.open();
    obj.document.write(text);
    obj.document.close();
  }
}

//onload = init;
//-->
</SCRIPT>

<head>
<style type=text/css>
<!--
  .menu                   { position: absolute; left: 0; top: 2;
                             visibility: hidden; background: #FFFFFF;
                             width: 130px; margin: 0px 0px; padding: 0px 0px;
                             border: 1px silver solid;
                             overflow: visible; ; clip:     rect(   )}
.menu a:visited { font-family: "Tahoma"; font-size: 11px;
                             text-decoration: none; font-weight: normal;
                             color: black; background: #E6F0FB;
                             width: 130px; padding-left: 8px; ; line-height: 22px; border-color: #FFFFFF #666666 #333333 #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; clip:  rect(   )}
  .menu a:hover            { font-family: "Tahoma"; font-size: 11px;
                             text-decoration: none; font-weight: normal;
                             color: bule; background: #e4ddf8;
                             width: 130px; padding-left: 8px; ; line-height: 22px; clip:  rect(   )}
  .menu .border            { border: 1px solid #F4F4F4;
                             border-bottom: 1px solid #808080;
                             border-right: 1px solid #808080; }
  .menu .text              { overflow: hidden;
                             width: 13px; height: 15px; }
  .menu .arrow             { overflow: hidden;
                             width: 15px; height: 12px;
                             padding-left: 5px; padding-top: 3px; }
  .menu .arrow img         { width: 6px; height: 7px;
                             border: 0px; }  .menu a { font-family: "Tahoma"; font-size: 11px;
                             text-decoration: none; font-weight: normal;
                             color: black; background: #E6F0FB;
                             width: 130px; padding-left: 8px;  ; clip:  rect(   ); border-color: #FFFFFF #666666 #333333 #999999; border-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; line-height: 22px} .menu a:link {  color: #000000; text-decoration: none}


-->
</style>


</head>


<table width="725" height="72" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#ffffff" class="a">
  <tr align="center" valign="bottom"> 
    <td width="723" height="70"><div align="left"><a href="../index.jsp"><img src="../images/11.gif" width="160" height="80" border="0"></a> 
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="405" height="100">
          <param name="movie" value="../images/beauful.swf">
          <param name="quality" value="high">
          <embed src="../images/beauful.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="405" height="100"></embed></object>
        <a href="http://www.online.cq.cn" target='_target'><img src="../images/cqonline-logo.gif" width="135" height="70" border="0"></a> 
      </div>
      <div align="left">
<a href="#;"onMouseOver="expandMenu(null,'menu1',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d1.gif" width="80" height="30" border="0"></a><a href="#;"onMouseOver="expandMenu(null,'menu2',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d2.gif" width="80" height="30" border="0"></a><a href="#;"onMouseOver="expandMenu(null,'menu3',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d3.gif" width="80" height="30" border="0"></a><a href="#;"onMouseOver="expandMenu(null,'menu4',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d4.gif" width="80" height="30" border="0"></a><a href="#;"onMouseOver="expandMenu(null,'menu5',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d5.gif" width="80" height="30" border="0"></a><a href="#;"onMouseOver="expandMenu(null,'menu6',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d6.gif" width="80" height="30"	border="0"></a><a href="#;"onMouseOver="expandMenu(null,'menu7',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d7.gif" width="80" height="30" border="0"></a><a href="../bbs/main.jsp#;"onMouseOver="expandMenu(null,'menu8',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src="/images/d8.gif" width="80" height="30" border="0"></a><a href="../chat/index.jsp#;"onMouseOver="expandMenu(null,'menu9',getPos(this,'Left'),getPos(this,'Top')+this.offsetHeight);" class="a" ><img src='/images/d9.gif' width="80" height="30" border="0"></a> 
      </div></td>
</table>
<div align="left">
  <script language="JavaScript">
function getPos(el,sProp) { 
    var iPos = 0
    while (el!=null) {
        iPos+=el["offset" + sProp]
        el = el.offsetParent
    }
    return iPos

}
</script>
  <!-- 第一开始 -->
</div>
<div id="menu1" class="menu" onMouseOut="hideMe();" style="">
  <a href="/1.jsp" onMouseOver="expandMenu('menu1');">注册会员</a><br>
  <a href="/2.jsp" onMouseOver="expandMenu('menu1');">会员功能</a><br>
  <a href="/3.jsp" onMouseOver="expandMenu('menu1');">资费说明</a><br>
  <a href="/4.jsp" onMouseOver="expandMenu('menu1');">常见问题</a><br>
  <a href="/agreement.jsp" onMouseOver="expandMenu('menu1');">服务条款</a><br>
  <a href="/6.jsp" onMouseOver="expandMenu('menu1');">交友技巧</a><br>
  <a href="/7.jsp" onMouseOver="expandMenu('menu1');">成功秘笈</a><br>
  <a href="/8.jsp" onMouseOver="expandMenu('menu1');">宝贵意见</a><br>
</div>
<!-- 第二开始 -->
<div id="menu2" class="menu" onMouseOut="hideMe();"> 
  <a href="/mmpic.jsp" onMouseOver="expandMenu('menu2');">靓妹玉照</a><br>
  <a href="/ggpic.jsp" onMouseOver="expandMenu('menu2');">帅哥酷影</a><br>
</div>
<!-- 第三开始 -->
<div id="menu3" class="menu" onMouseOut="hideMe();"> 
  <a href="/showall.jsp" onMouseOver="expandMenu('menu3');">约会广场</a><br>
  <a href="/makedate.jsp" onMouseOver="expandMenu('menu3');">我要制定约会</a><br>
  <a href="/showmy.jsp" onMouseOver="expandMenu('menu3');">我的约会状况</a><br>
  <a href="/repdate.jsp" onMouseOver="expandMenu('menu3');">正在响应的约会</a><br>
  <a href="/enddate.jsp" onMouseOver="expandMenu('menu3');">结束的约会</a><br>
</div>
<!-- 第四开始 -->
<div id="menu4" class="menu" onMouseOut="hideMe();"> 
  <a href="/klatschhall.jsp" onMouseOver="expandMenu('menu4');">聚会大厅 </a><br>
  <a href="/klatschlist.jsp" onMouseOver="expandMenu('menu4');">全部聚会列表 </a><br>
  <a href="/playklatsch.jsp" onMouseOver="expandMenu('menu4');">发起新的聚会</a><br>
  <a href="/ipklatsch.jsp" onMouseOver="expandMenu('menu4');">我发起的聚会 </a><br>
<a href="/iattendklatsch.jsp"onMouseOver="expandMenu('menu4');">我正在参加的聚会</a><br>
</div> 
<!-- 第五开始 -->
<div id="menu5" class="menu" onMouseOut="hideMe();"> 
  <a href="/yuanyangpu.jsp" onMouseOver="expandMenu('menu5');">成功案例 </a><br>
  <a href="/seestory.jsp" onMouseOver="expandMenu('menu5');">我在靓妹网站的故事 </a><br>
  <a href="/writestory.jsp" onMouseOver="expandMenu('menu5');">告诉我们你的故事</a><br>
  </div>
  <!-- 第六开始 -->
<div id="menu6" class="menu" onMouseOut="hideMe();"> 
  <a href="/vip1.jsp" onMouseOver="expandMenu('menu6');">vip会员服务介绍 </a><br>
  <a href="/vip2.jsp" onMouseOver="expandMenu('menu6');">vip会员服务协议 </a><br>
  </div>
  <!-- 第七开始 -->
<div id="menu7" class="menu" onMouseOut="hideMe();"> 
  <a href="/latestman.jsp" onMouseOver="expandMenu('menu7');"> 最新入会100男白银 </a><br>
  <a href="/latestwoman.jsp" onMouseOver="expandMenu('menu7');">最新入会100女白银 </a><br>
  <a href="/latestmanpic.jsp" onMouseOver="expandMenu('menu7');">最新上传照片100男</a><br>
  <a href="/latestwomanpic.jsp" onMouseOver="expandMenu('menu7');">最新上传照片100女 </a><br>
  <a href="/largelogin.jsp" onMouseOver="expandMenu('menu7');">登录次数最多白银会员</a><br>
  <a href="/largehitman.jsp" onMouseOver="expandMenu('menu7');">本周万人迷男会员 </a><br>
  <a href="/largehitwoman.jsp" onMouseOver="expandMenu('menu7');">本周万人迷女会员</a><br>
  <a href="/largeincome.jsp" onMouseOver="expandMenu('menu7');">年入超百万会员 </a><br>
</div> 
     
 
<!--可以复制上面的做出menu8 menu9-->
<div align="left"></div>
<div align="left"></div>




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0026)http://www.showse.com/bbs/ -->
<HTML><HEAD><TITLE>中国靓妹找对象成人论坛-首页</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.3315.2870" name=GENERATOR><STYLE>#iewrap {
	HEIGHT: 30px; POSITION: relative
}
#iewrap2 {
	POSITION: absolute
}
#dropmenu03 {
	FILTER: revealTrans(Duration=0.5,Transition=24)
visibility:hide
}
</STYLE>

<LINK 
href="../bbs/images/style.css" rel=stylesheet type=text/css>
<SCRIPT language=javascript>function openuser(url){window.open(url,'','width=630,height=500,resizable=1,scrollbars=1');}</SCRIPT>

<SCRIPT language=javascript>function open550_500(url){window.open(url,'','width=550,height=500,resizable=1,scrollbars=1');}</SCRIPT>

<SCRIPT language=javascript>function openmsg(url){window.open(url,'','width=520,height=400,resizable=1,scrollbars=1');}</SCRIPT>

<SCRIPT language=javascript>function open500_200(url){window.open(url,'','width=500,height=200,resizable=1,scrollbars=1');}</SCRIPT>

<SCRIPT language=javascript>function open730_500(url){window.open(url,'','width=730,height=500,resizable=1,scrollbars=1');}</SCRIPT>

<SCRIPT language=javascript>function open700_300(url){window.open(url,'','width=700,height=300,resizable=1,scrollbars=1');}</SCRIPT>

<SCRIPT language=JavaScript>
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
function openScript(url, width, height) {
        var Win = window.open(url,"openScript",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=yes' );
}

</SCRIPT>

<META content="Microsoft FrontPage 4.0" name=GENERATOR>
<META content=FrontPage.Editor.Document name=ProgId>

<link href="/css/css.css" rel="stylesheet" type="text/css">
</HEAD>
<!---->






<BODY bgColor=#FFFFFF leftMargin=0 topMargin=3>
<DIV align=center>
<CENTER>
</CENTER></DIV>

<ILAYER id=dropmenu01 height="35px"><LAYER id=dropmenu02 
visibility="show"></LAYER></ILAYER>
<DIV align=center>
<CENTER>
<TABLE bgColor=#e7e7e7 border=0  cellPadding=0 cellSpacing=0 
height=29 style="BORDER-COLLAPSE: collapse" class="tables">
  <TBODY>
  </TBODY></TABLE></CENTER></DIV>
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0  cellPadding=0 cellSpacing=0 
height=73  class=tables>
  <TBODY>
  <TR>
    <TD height=73 vAlign=bottom width=403>
      <P style="MARGIN-LEFT: 20px"><FONT color=#808080>总 在 线 <IMG alt=靓妹总在线:2     
      border=0 height=9 src="../bbs/images/bar2.gif" width=92><IMG border=0 
      height=9 src="../bbs/images/bar2_1.gif" width=3><BR>会员在线 <IMG     
      alt=在线会员:0，点击查看在线名单 border=0 height=9 src="../bbs/images/bar4.gif" 
      width=34><IMG border=0 height=9 src="../bbs/images/bar4_1.gif" 
      width=3><BR>客人在线 <IMG alt=在线客人:2 border=0 height=9     
      src="../bbs/images/bar5.gif" width=61><IMG border=0 height=9 
      src="../bbs/images/bar5_1.gif" width=3><BR></FONT></P></TD>
    <TD height=73 width=16>
      <P align=center>　</P></TD>
          <TD height=73 vAlign=bottom width=351>&nbsp; </TD>
        </TR></TBODY></TABLE></CENTER></DIV>

<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
height=1 style="BORDER-COLLAPSE: collapse" width=770>
  <TBODY>
  <TR>
          <TD height=2 vAlign=top width="100%">&nbsp; </TD>
        </TR>
  <TR>
          <TD  ></TD>
        </TR></TBODY></TABLE></CENTER></DIV>

  <DIV align=center>
</form>
<CENTER>
<TABLE bgColor=#eaeaea border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
height=30 style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD height=30 width="100%">
      <TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
      style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY>
  <TR>
    <TD align=middle width="3%"><A 
            href="javascript:open730_500('../register11.jsp');"><FONT 
            color=#808080><FONT color=red>·</FONT>注册</FONT></A></TD>
    <TD align=middle width="3%"><FONT color=#808080><A 
            href="login.jsp"><FONT color=#808080><FONT 
            color=red>·</FONT>登录</FONT></A></FONT></TD>
    <TD align=middle width="43%"></TD>
          <TD align=middle width="3%"></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></CENTER></DIV>

<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD><BR>
      <DIV align=center>
      <CENTER>
                
              </CENTER></DIV></TD></TR></TBODY></TABLE></CENTER></DIV>
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD width="100%"><BR>
      <DIV align=center>
      <CENTER>
      <TABLE bgColor=#e8e8ff border=1 borderColor=#4396b6 cellPadding=0 
      cellSpacing=0 style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY><TR><TD bgColor=#9999ff colSpan=2 height=20 width=770><B><FONT color=#ffff00>≡ 两性专区 ≡</FONT></B></TD></TR><TR><TD height=46 width=76><P align=center><IMG border=0 src='images/lm.gif' width='31' height='18'></P></TD><TD height=46 width=694><TABLE border=0  cellPadding=0 cellSpacing=0 height=74 style='BORDER-COLLAPSE: collapse' width='100%'><TBODY><TR><TD height=31 width='63%'><A href='showtopic.jsp?boardid=1&online=close'><FONT color=#f05b02><SPAN style='FONT-SIZE: 11pt'>【女人花】</SPAN></FONT></A></TD>    <TR><TD bgColor=#F2F2FA height=18 width='63%'><IMG border=0 src='images/ok.gif' width='14' height='10'>女人如花.</TD><TD bgColor=#F2F2FA height=18 width='37%'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主：<A href=javascript:openuser('sendvalue.jsp?netname=mm1'); target=_top><FONT color=#000000>mm1</FONT></A> </TD></TR></TBODY></TABLE></TD></TR>
        
        
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD width="100%"><BR>
      <DIV align=center>
      <CENTER>
      <TABLE bgColor=#e8e8ff border=1 borderColor=#4396b6 cellPadding=0 
      cellSpacing=0 style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY><TR><TD bgColor=#9999ff colSpan=2 height=20 width=770><B><FONT color=#ffff00>≡ 图片交流区 ≡</FONT></B></TD></TR><TR><TD height=46 width=76><P align=center><IMG border=0 src='images/lm.gif' width='31' height='18'></P></TD><TD height=46 width=694><TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=74 style='BORDER-COLLAPSE: collapse' width='100%'><TBODY><TR><TD height=31 width='63%'><A href='showtopic.jsp?boardid=2&online=close'><FONT color=#f05b02><SPAN style='FONT-SIZE: 11pt'>【眼睛天堂】</SPAN></FONT></A></TD>    <TR><TD bgColor=#F2F2FA height=18 width='63%'><IMG border=0 src='images/ok.gif' width='14' height='10'>图片交流</TD><TD bgColor=#F2F2FA height=18 width='37%'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主：<A href=javascript:openuser('sendvalue.jsp?netname=79269'); target=_top><FONT color=#000000>79269</FONT></A></TD></TR></TBODY></TABLE></TD></TR>
        
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD width="100%"><BR>
      <DIV align=center>
      <CENTER>
      <TABLE bgColor=#e8e8ff border=1 borderColor=#4396b6 cellPadding=0 
      cellSpacing=0 style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY><TR><TD bgColor=#9999ff colSpan=2 height=20 width=770><B><FONT color=#ffff00>≡ 情色万花筒 ≡</FONT></B></TD></TR><TR><TD height=46 width=76><P align=center><IMG border=0 src='images/lm.gif' width='31' height='18'></P></TD><TD height=46 width=694><TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=74 style='BORDER-COLLAPSE: collapse' width='100%'><TBODY><TR><TD height=31 width='63%'><A href='showtopic.jsp?boardid=3&online=close'><FONT color=#f05b02><SPAN style='FONT-SIZE: 11pt'>【情色万花筒】</SPAN></FONT></A></TD>    <TR><TD bgColor=#F2F2FA height=18 width='63%'><IMG border=0 src='images/ok.gif' width='14' height='10'>情、色-旋转的万花筒</TD><TD bgColor=#F2F2FA height=18 width='37%'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主：<A href=javascript:openuser('sendvalue.jsp?netname=lasvegas'); target=_top><FONT color=#000000>lasvegas</FONT></A></TD></TR></TBODY></TABLE></TD></TR>
        
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD width="100%"><BR>
      <DIV align=center>
      <CENTER>
      <TABLE bgColor=#e8e8ff border=1 borderColor=#4396b6 cellPadding=0 
      cellSpacing=0 style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY><TR><TD bgColor=#9999ff colSpan=2 height=20 width=770><B><FONT color=#ffff00>≡ 外嫁交流区 ≡</FONT></B></TD></TR><TR><TD height=46 width=76><P align=center><IMG border=0 src='images/lm.gif' width='31' height='18'></P></TD><TD height=46 width=694><TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=74 style='BORDER-COLLAPSE: collapse' width='100%'><TBODY><TR><TD height=31 width='63%'><A href='showtopic.jsp?boardid=4&online=close'><FONT color=#f05b02><SPAN style='FONT-SIZE: 11pt'>【外嫁新娘】</SPAN></FONT></A></TD>    <TR><TD bgColor=#F2F2FA height=18 width='63%'><IMG border=0 src='images/ok.gif' width='14' height='10'>外嫁新娘</TD><TD bgColor=#F2F2FA height=18 width='37%'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主：<A href=javascript:openuser('sendvalue.jsp?netname=lasvegas'); target=_top><FONT color=#000000>lasvegas</FONT></A></TD></TR></TBODY></TABLE></TD></TR>
        
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD width="100%" bgcolor="#FFFFFF"><BR>
      <DIV align=center>
      <CENTER>
      <TABLE bgColor=#e8e8ff border=1 borderColor=#4396b6 cellPadding=0 
      cellSpacing=0 style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY><TR><TD bgColor=#9999ff colSpan=2 height=20 width=770><B><FONT color=#ffff00>≡ 声色交流区 ≡</FONT></B></TD></TR><TR><TD height=46 width=76><P align=center><IMG border=0 src='images/lm.gif' width='31' height='18'></P></TD><TD height=46 width=694><TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=74 style='BORDER-COLLAPSE: collapse' width='100%'><TBODY><TR><TD height=31 width='63%'><A href='showtopic.jsp?boardid=5&online=close'><FONT color=#f05b02><SPAN style='FONT-SIZE: 11pt'>【情感在线】</SPAN></FONT></A></TD>    <TR><TD bgColor=#F2F2FA height=18 width='63%'><IMG border=0 src='images/ok.gif' width='14' height='10'>我们从两个方向走来，然后在一个完美的接触之后返身告别；就请在这里记录心情，让我们一同分享快乐或一起面对挫折，期待下一次的相逢……</TD><TD bgColor=#F2F2FA height=18 width='37%'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主：<A href=javascript:openuser('sendvalue.jsp?netname=dundao'); target=_top><FONT color=#000000>dundao</FONT></A></TD></TR></TBODY></TABLE></TD></TR><TR><TD height=46 width=76><P align=center><IMG border=0 src='images/lm.gif' width='31' height='18'></P></TD><TD height=46 width=694><TABLE border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 height=74 style='BORDER-COLLAPSE: collapse' width='100%'><TBODY><TR><TD height=31 width='63%'><A href='showtopic.jsp?boardid=6&online=close'><FONT color=#f05b02><SPAN style='FONT-SIZE: 11pt'>【“性”情韵事】</SPAN></FONT></A></TD>    <TR><TD bgColor=#F2F2FA height=18 width='63%'><IMG border=0 src='images/ok.gif' width='14' height='10'>健康、愉悦的“性”</TD><TD bgColor=#F2F2FA height=18 width='37%'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;版主：<A href=javascript:openuser('sendvalue.jsp?netname=mm1'); target=_top><FONT color=#000000>mm1</FONT></A></TD></TR></TBODY></TABLE></TD></TR>

        
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD width="100%"><BR>
      <DIV align=center>
      <CENTER>
      <TABLE bgColor=#e8e8ff border=1 borderColor=#4396b6 cellPadding=0 
      cellSpacing=0 style="BORDER-COLLAPSE: collapse" class=tables>
        <TBODY><TR><TD bgColor=#9999ff colSpan=2 height=20 width=770><B><FONT color=#ffff00>≡ 辅助服务区 ≡</FONT></B></TD></TR>
        
<DIV align=center>
<CENTER>
<TABLE bgColor=#ffffff border=0 borderColor=#111111 cellPadding=0 cellSpacing=0 
height=17 style="BORDER-COLLAPSE: collapse" class=tables>
  <TBODY>
  <TR>
    <TD height=17 width="100%"><BR>
      <DIV align=center>
      <CENTER>
                                                    <TABLE border=1 borderColor=#FFFFFF cellPadding=0 cellSpacing=0 height=84 
      style="BORDER-COLLAPSE: collapse" class=tables>
                                                      <TBODY>
        <TR>
                                                          <TD bgColor=#9999FF height=19 width="100%"> 
                                                            <P align=left><FONT color=#ffff00><B>≡   
                                                              在线名单 ≡</B></FONT></P></TD></TR>          
        <TR>
                                                          <TD bgColor=e8e8ff height=47 width="100%"> 
                                                            <P style="MARGIN-LEFT: 20px">总在线0人，会员0人，客人0人； <FONT           
            color=#ff0000>“红色”</FONT>代表女士，“黑色”代表男士，<FONT 
            color=#0000ff>“蓝色”</FONT>代表自己<BR>
                                                              <FONT color=#808080>图例：</FONT><IMG border=0  
            src="../bbs/images/_vip.gif" width="19" height="18"><FONT color=#808080> 
                                                              VIP会员</FONT>&nbsp;&nbsp;&nbsp;   
                                                              <IMG border=0      
            src="../bbs/images/_huangjin.gif" width="15" height="15"> <FONT           
            color=#808080>黄金会员</FONT>&nbsp;&nbsp; <IMG    
            border=0 src="../bbs/images/_banzhu.gif" width="16" height="18"><font color="#808080">白银征婚会员</font>&nbsp;&nbsp;&nbsp;   
                                                              <IMG border=0      
            src="../bbs/images/_dazhong.gif" width="12" height="11"><FONT color=#808080> 
                                                              白银交友会员</FONT>&nbsp;&nbsp;&nbsp;<IMG border=0      
            src="../bbs/images/3.gif" width="12" height="11"><FONT color=#808080> 普通会员</FONT>&nbsp;&nbsp;&nbsp;   
                                                              <IMG border=0       
            src="../bbs/images/_guest.gif" width="12" height="11"><FONT color=#808080> 
                                                              客人</FONT></P></TD></TR>      
        <TR>
          <TD height=50 width="100%"><B>
          
          <A href="main.jsp?online=on"><FONT color=#ff0000>展开在线列表</FONT></A></B> 
          <BR>
          <IFRAME border=0 frameBorder=0 height=29 marginHeight=1 marginWidth=1 name=I1 scrolling=no src="online.jsp" width=500></IFRAME>
           
      </TD></TR></TBODY></TABLE></CENTER></DIV>
      <P align=center><BR>
      <DIV align=center>
      <CENTER>
      <TABLE border=1 borderColor=#c0c0c0 cellPadding=0 cellSpacing=0 height=110 
      style="BORDER-COLLAPSE: collapse"  class=tables>
        <TBODY>
        <TR>
                                                          <TD height=110 vAlign=top width="97%"> <P style="MARGIN-BOTTOM: 5px; MARGIN-TOP: 5px"><FONT 
            color=#ff0000>&nbsp; ■<B>论坛使用条款</B></FONT><FONT     
            color=#808080><BR>
                                                              &nbsp; ·遵守《互联网电子公告服务管理规定》和《全国人大常委会关于维护互联网安全的决定》及中华人民共和国其他有关法律法规；<BR> 
                                                              &nbsp; ·承担一切因您的发言而直接或间接导致的民事或刑事法律责任；<BR> 
                                                              &nbsp; ·中国靓妹找对象网论坛管理人员有权编辑、删除论坛里的任意内容；<BR> 
                                                              &nbsp; ·您在中国靓妹找对象网发表的作品，中国靓妹找对象网有权在网站内或相关出版物上转载或引用；<BR> 
                                                              &nbsp; ·会员ID仅限本人使用，如发现私自将ID转借他人使用，一经发现，将视情况封锁此ID；<BR> 
                                                              &nbsp; ·包括<A     
            href="agree.jsp" 
            target=_blank><FONT 
            color=#ff0000>《中国靓妹找对象论坛管理条例》</FONT></A>的所有内容；<BR>
                                                              &nbsp; ·参与本论坛发言即表明您已经阅读并无条件接受上述条款。</FONT></P></TD></TR></TBODY></TABLE></CENTER></DIV><BR></TD></TR></TBODY></TABLE></CENTER></DIV> 
<CENTER>
<TABLE width="71%" height=30 border=0 cellPadding=0 cellSpacing=0 borderColor=#111111 class=tables 
style="BORDER-COLLAPSE: collapse">
  <TBODY>
  <TR>
    <TD align=middle height=5 width="95%"></TD></TR>
  <TR>
                                            <TD align=middle height=19 vAlign=top width="95%"><FONT color=#808080 
      face=宋体 style="FONT-SIZE: 9pt">征婚热线:023-66019388;传真:023-63520470;  
                                              <SPAN lang=zh-cn>&nbsp; </SPAN>EMAIL：<FONT    
      color=#5599ff><A href="webmaster@11love.com">sevice@11love.com</A></FONT></FONT></TD>
                                          </TR>
  <TR>
    <TD align=middle height=11 width="95%"><FONT color=#aaaaaa><A 
      href="http://www.11love.com/" target=_blank><FONT color=#c0c0c0><SPAN 
      style="FONT-SIZE: 9pt">重庆</SPAN></FONT><FONT 
      color=#c0c0c0><SPAN 
      style="FONT-SIZE: 9pt">臣功电子信息工程有限公司</SPAN></FONT></A></FONT><SPAN 
      lang=zh-cn><FONT color=#ff6600 size=2>  </FONT><font color="#00ca93" face="Impact">11love</font></SPAN><FONT color=#00ca93 
      style="FONT-FAMILY: Impact; FONT-SIZE: 12pt; LINE-HEIGHT: 14pt">.</FONT><FONT 
      style="COLOR: #ff9955; FONT-FAMILY: Impact; FONT-SIZE: 12pt; LINE-HEIGHT: 14pt">com</FONT><FONT 
      color=#bb0000><SPAN style="FONT-SIZE: 9pt">&nbsp;</SPAN></FONT><FONT 
      color=#c0c0c0><SPAN style="FONT-SIZE: 9pt">CopyRight</SPAN><FONT 
      size=2>&copy;</FONT><SPAN style="FONT-SIZE: 9pt"> 
  2004-200</SPAN><span style="font-size: 9pt">7</span></FONT></TD></TR></TBODY></TABLE></CENTER></BODY>  




































































































