<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%> <% Dim Recordset_news Dim Recordset_news_cmd Dim Recordset_news_numRows Set Recordset_news_cmd = Server.CreateObject ("ADODB.Command") Recordset_news_cmd.ActiveConnection = MM_tadata_STRING Recordset_news_cmd.CommandText = "SELECT * FROM data WHERE type='最新消息' order by pdate DESC" Recordset_news_cmd.Prepared = true Set Recordset_news = Recordset_news_cmd.Execute Recordset_news_numRows = 0 %> <% Dim Repeat1__numRows Dim Repeat1__index Repeat1__numRows = 10 Repeat1__index = 0 Recordset_news_numRows = Recordset_news_numRows + Repeat1__numRows %> <% Dim MM_paramName %> <% ' *** Go To Record and Move To Record: create strings for maintaining URL and Form parameters Dim MM_keepNone Dim MM_keepURL Dim MM_keepForm Dim MM_keepBoth Dim MM_removeList Dim MM_item Dim MM_nextItem ' create the list of parameters which should not be maintained MM_removeList = "&index=" If (MM_paramName <> "") Then MM_removeList = MM_removeList & "&" & MM_paramName & "=" End If MM_keepURL="" MM_keepForm="" MM_keepBoth="" MM_keepNone="" ' add the URL parameters to the MM_keepURL string For Each MM_item In Request.QueryString MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepURL = MM_keepURL & MM_nextItem & Server.URLencode(Request.QueryString(MM_item)) End If Next ' add the Form variables to the MM_keepForm string For Each MM_item In Request.Form MM_nextItem = "&" & MM_item & "=" If (InStr(1,MM_removeList,MM_nextItem,1) = 0) Then MM_keepForm = MM_keepForm & MM_nextItem & Server.URLencode(Request.Form(MM_item)) End If Next ' create the Form + URL string and remove the intial '&' from each of the strings MM_keepBoth = MM_keepURL & MM_keepForm If (MM_keepBoth <> "") Then MM_keepBoth = Right(MM_keepBoth, Len(MM_keepBoth) - 1) End If If (MM_keepURL <> "") Then MM_keepURL = Right(MM_keepURL, Len(MM_keepURL) - 1) End If If (MM_keepForm <> "") Then MM_keepForm = Right(MM_keepForm, Len(MM_keepForm) - 1) End If ' a utility function used for adding additional parameters to these strings Function MM_joinChar(firstItem) If (firstItem <> "") Then MM_joinChar = "&" Else MM_joinChar = "" End If End Function %> 淘趣宝-男士频道 打造全国性价比最高的网店推广网站,我们的口号:"平民也能做广告,你的广告你做主" 高效 快捷 流量大 知名度 广告 免费推广 网店 产品推荐 二手闲置 手机数码 女士 女装 男人 男士配件 宝宝 母婴 婴童 运动 家居 影视新闻 书籍 游戏 网游 模特 明星 美女 时尚产品 特色产品 网页设计 网店管理 特别活动 合作">
 >> 热点文章
轻熟男浴室私秘用品
●系带凉鞋 春夏潮男尚品
●时尚男包 背出你的个性品味
●80后男生最潮发型秀
●百万元奢侈品手机什么样
●5大招让运动型男神采奕奕
●男士如何穿出理想身段
●男人着装的时尚二十教条
 
做个精品男人 切忌九条恶习

男人是个好东西,但是精品男人并不多,精品永远都因为稀有而让大家趋之若骛。但是我们可以打造“精品”,让他们改掉那些恶习:

   1吃零食 

   男孩在公共场合大吃零食,尤其是嗑瓜子,真的是让人不能容忍。 

   2说话喷吐沫+比划 

   他边说边比划,手舞足蹈,张牙舞爪,唾沫横飞,你忍受着,其实你当时最想做的是:对他说,“shut up!”然后愤然离去。 

   3当众剔牙 

   餐毕,他会喊过小姐来向她们讨牙签,大模大样地拾掇起自己的牙缝来。对于收集出来的食物他们大抵不肯浪费,多又送回到嘴里,同时发出“呲——!”的一声惬意的响,从牙缝中吸进一股风,表示酒足饭饱了。 

   4吃饭叭嗒嘴 

   真是倒胃口,还记得《过把瘾就死》里,方言差点揍那人一顿吗? 

   5脱鞋 

   如果你在图书馆或什么地方,碰到一个爱脱鞋的主儿,那就彻底完蛋了,它可比刺鼻的香水难闻多了。 


   6嗅体味 

   如果哪个男人爱不停地挠头发然后把指尖凑到鼻子底下,真的让人做呕。 


   7掏耳朵 

   属于私生活之一种,但是总有些男人喜欢在公众场合做,既碍别人的眼也显得自己琐碎。 

   8兰花指 

   说起来世界有时候也不太公平:女孩子扮相野一点或许会被说成是潇洒,可要是一个男人说话扭脖子,扭腰,抛媚眼,还跷着个兰花指那就要被说成是“娘娘腔”,要被大家看不起了。 


  9挖鼻孔  

   在许多不错的场合下你的视线会撞到正在一心一意从自己的鼻子里面往外挖东西的男人。我们抠掉了蛋糕上那些毛茸茸的生机盎然的绿点子,但未必剩下的就是一道美味,完美从来就只是一种可望而不可及的境界。

 
 
[ 1 ]
 
                     
关于我们 广告服务 合作伙伴 客户中心 联系我们 网站地图 推广联盟 客服部 点击这里给我发消息 设计部 点击这里给我发消息

Copyright 2008, 版权所有 TAOQUBAO.COM
  <% Recordset_news.Close() Set Recordset_news = Nothing %>