<?xml version="1.0" encoding="utf-8" ?>















<feed version="0.3" xmlns="http://purl.org/atom/ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xml:lang="zh_CN">
<title><![CDATA[有一不说二]]></title>
<link rel="alternate" type="text/html" href="http://leozhao.blog.bokee.net"/>
<modified>2008-10-10T17-20-37 GMT+08:00</modified>
<tagline type="text/html" mode="escaped"><![CDATA[说三道四 拉七扯八]]></tagline>
<generator url="http://www.bokee.net/" version="2.0">bokee.net</generator>
<copyright>Copyright (c) 2005,  leozhao</copyright>


<entry>
<title>多张图片自动播放 代码</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1090264.html"/>
<issued>2007-10-12T16-18-17 GMT+08:00</issued> 
<created>2007-10-12T16-18-17 GMT+08:00</created>
<modified>2008-10-09T00-06-55Z</modified>
<id>tag:leozhao.blogchina.com,2005://1090264</id>
<author>
<name>leozhao</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/leozhao.html</url>
</author>
<dc:subject>Default Cloumn</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<textarea name="" rows="18" cols="68">&lt;script type=&quot;text/javascript&quot;&gt; var buttonLineOn=&quot;#DA0000&quot;; var buttonLineOff=&quot;#ADADAD&quot;; var TimeOut=3000;              //每张图切换时间 (单位毫秒); var imgAlt=new Array(); var textLinkStyle=&rsquo;&rsquo;; var imgUrl=new Array(); var imgLink=new Array(); var imgText=new Array(); var adNum=0; imgUrl[1]=&rsquo;http://fs01.bokee.net/userfilespace/2006/07/14/leozhao79758_s.jpg&rsquo;; imgText[1]=&rsquo;&lt;a href=链接1&gt;稻田地里写真&lt;/a&gt;&rsquo;; imgLink[1]=&rsquo;链接1&rsquo;; imgAlt[1]=&rsquo;稻田地里写真&rsquo;; imgUrl[2]=&rsquo;http://fs01.bokee.net/userfilespace/2006/07/10/leozhao76291_s.jpg&rsquo;; imgText[2]=&rsquo;&lt;a href=链接2&gt;荷花&lt;/a&gt;&rsquo;; imgLink[2]=&rsquo;链接2&rsquo;; imgAlt[2]=&rsquo;荷花&rsquo;; imgUrl[3]=&rsquo;http://fs01.bokee.net/userfilespace/2006/06/14/leozhao60541_s.jpg&rsquo;; imgText[3]=&rsquo;&lt;a href=链接3&gt;稻草&lt;/a&gt;&rsquo;; imgLink[3]=&rsquo;链接3&rsquo;; imgAlt[3]=&rsquo;稻草&rsquo;; imgUrl[4]=&rsquo;http://fs01.bokee.net/userfilespace/2006/07/14/leozhao79751_s.jpg&rsquo;; imgText[4]=&rsquo;&lt;a href=链接4&gt;顾渚山&lt;/a&gt;&rsquo;; imgLink[4]=&rsquo;链接4&rsquo;; imgAlt[4]=&rsquo;顾渚山&rsquo;; imgUrl[5]=&rsquo;http://fs01.bokee.net/userfilespace/2006/07/10/leozhao76291_s.jpg&rsquo;; imgText[5]=&rsquo;&lt;a href=链接5&quot;&gt;飘渺姊妹山外江&lt;/a&gt;&rsquo;; imgLink[5]=&rsquo;链接5&rsquo;; imgAlt[5]=&rsquo;飘渺姊妹山外江&rsquo;; var count=0; for (i=1;i&lt;imgUrl.length;i++) { if( (imgUrl[i]!=&quot;&quot;) &amp;&amp; (imgLink[i]!=&quot;&quot;)&amp;&amp;(imgText[i]!=&quot;&quot;)&amp;&amp;(imgAlt[i]!=&quot;&quot;) ) { count++; } else { break; } } function changeimg(n) { if (navigator.appName == &quot;Netscape&quot;) {adNum=n; window.clearInterval(theTimer); adNum=adNum-1; nextAd(); } else{ NowFrame=n; for (var i=1;i&lt;=count;i++) { if (i==n){ document.images[&rsquo;oDIV&rsquo;+i].style.display = &quot;&quot;; } else{ document.images[&rsquo;oDIV&rsquo;+i].style.display = &quot;none&quot;; } } if (n==count){next=1;} else {next=NowFrame+1}; document.getElementById(&rsquo;focustext&rsquo;).innerHTML=imgText[NowFrame]; document.getElementById(&rsquo;link&rsquo;+NowFrame).style.background=buttonLineOn; for (var i=1;i&lt;=count;i++) {if (i!=NowFrame){document.getElementById(&rsquo;link&rsquo;+i).style.background=buttonLineOff;} } oTransContainer.filters[0].Play(duration=2); window.clearInterval(IEtheTimer); IEtheTimer=setTimeout(&quot;fnToggle()&quot;, TimeOut); } } function goUrl(){ window.open(imgLink[adNum],&rsquo;_blank&rsquo;); } if (navigator.appName == &quot;Netscape&quot;) { function nextAd(){ if(adNum&lt;(imgUrl.length-1))adNum++; else adNum=1; document.images.imgInit.src=imgUrl[adNum]; document.images.imgInit.alt=imgAlt[adNum]; document.getElementById(&rsquo;focustext&rsquo;).innerHTML=imgText[adNum]; document.getElementById(&rsquo;imgLink&rsquo;).href=imgLink[adNum]; theTimer=setTimeout(&quot;nextAd()&quot;, TimeOut); } document.write(&rsquo;&lt;a id=&quot;imgLink&quot; href=&quot;&rsquo;+imgLink[1]+&rsquo;&quot; target=_blank&gt;&lt;img src=&quot;&rsquo;+imgUrl[1]+&rsquo;&quot; name=&quot;imgInit&quot; width=200 height=120 border=0 alt=&quot;&rsquo;+imgAlt[1]+&rsquo;&quot;&gt;&lt;/a&gt;&rsquo;); document.write(&rsquo;&lt;div style=height:20px;text-align:center id=focustext&gt;&lt;/div&gt;&rsquo;); nextAd(); } else { var NowFrame = 1; var MaxFrame = count; var bStart = 0; function fnToggle() { var next = NowFrame + 1; if(next == MaxFrame+1) { NowFrame = MaxFrame; next = 1; } if(bStart == 0) { bStart = 1; setTimeout(&rsquo;fnToggle()&rsquo;, TimeOut); return; } else { oTransContainer.filters[0].Apply(); document.images[&rsquo;oDIV&rsquo;+next].style.display = &quot;&quot;; document.images[&rsquo;oDIV&rsquo;+NowFrame].style.display = &quot;none&quot;; document.getElementById(&rsquo;focustext&rsquo;).innerHTML=imgText[next]; oTransContainer.filters[0].Play(duration=2); if(NowFrame == MaxFrame) NowFrame = 1; else NowFrame++; } IEtheTimer=setTimeout(&quot;fnToggle()&quot;, TimeOut); } document.write(&rsquo;&lt;DIV id=oTransContainer style=&quot;FILTER: progid:DXImageTransform.Microsoft.Wipe(GradientSize=1.0, wipeStyle=0, motion=forward);width:204px;height:124px;text-align=center&quot;&gt;&rsquo;); document.write(&rsquo;&lt;a href=&quot;&rsquo;+imgLink[1]+&rsquo;&quot; target=&quot;_blank&quot; onFocus=&quot;this.blur();&quot;&gt;&lt;img align=&quot;middle&quot; src=&quot;&rsquo;+imgUrl[1]+&rsquo;&quot;  width=200 height=120 border=0 id=oDIV1 alt=&quot;&rsquo;+imgAlt[1]+&rsquo;&quot;&gt;&lt;/a&gt;&rsquo;); for(var i=2;i&lt;=count;i++){ document.write(&rsquo;&lt;a href=&quot;&rsquo;+imgLink[i]+&rsquo;&quot; target=&quot;_blank&quot; onFocus=&quot;this.blur();&quot;&gt;&lt;img src=&quot;&rsquo;+imgUrl[i]+&rsquo;&quot; width=200 height=120 border=0 id=oDIV&rsquo;+i+&rsquo; style=&quot;DISPLAY: none&quot; alt=&quot;&rsquo;+imgAlt[i]+&rsquo;&quot;&gt;&lt;/a&gt;&rsquo;); } fnToggle(); document.write(&rsquo;&lt;/DIV&gt;&rsquo;); document.write(&rsquo;&lt;div style=width:204px;height:20;text-align:center;padding-top:3px id=&quot;focustext&quot;&gt;&rsquo;+imgText[1]+&rsquo;&lt;/div&gt;&rsquo;); } &lt;/script&gt;</textarea> <br /><br />1、替换成图片的url一定要绝对地址 <br />2、很多尺寸（div、img的width、height）需要定义]]>
</content>
</entry>

<entry>
<title>德国柏林交响乐团</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/1051548.html"/>
<issued>2007-09-24T10-56-53 GMT+08:00</issued> 
<created>2007-09-24T10-56-53 GMT+08:00</created>
<modified>2008-10-10T00-30-56Z</modified>
<id>tag:leozhao.blogchina.com,2005://1051548</id>
<author>
<name>leozhao</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/leozhao.html</url>
</author>
<dc:subject>扯东拉西</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>日期：9月16日 19：30 <br />剧团：德国柏林交响乐团 <br />地点：杭州大剧院<br />指挥：世界著名指挥家，里奥&middot;夏巴多</p>
<p>德国柏林交响乐团是一支具有辉煌历史，享有盛誉的国际性音乐团体，成立40多年来，在德意志这块极富营养的音乐土壤中，迅速成长壮大，稳稳地占据在世界一流行列之中。 高雅与严谨相融！睿智和浪漫相拥！享誉世界四十余载！</p>
<p>那天我在现场。</p>
<p>&nbsp;</p>]]>
</content>
</entry>

<entry>
<title>我与奥运会</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/995325.html"/>
<issued>2007-08-30T09-33-50 GMT+08:00</issued> 
<created>2007-08-30T09-33-50 GMT+08:00</created>
<modified>2008-10-09T00-06-57Z</modified>
<id>tag:leozhao.blogchina.com,2005://995325</id>
<author>
<name>leozhao</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/leozhao.html</url>
</author>
<dc:subject>扯东拉西</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[<p>终于收到奥组委给我的来信了<br /><br />信的部分内容:</p>
<p>感谢您对北京2008年奥运会的关注并积极参与门票销售第一阶段申购活动。在对所有超额预订场次的申购人进行抽签后，我们很遗憾地通知您没有获得您所申购的门票，您也无需支付任何款项。<br /><br />......<br /></p>
<p><br /></p>]]>
</content>
</entry>

<entry>
<title>说几句</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/854835.html"/>
<issued>2007-07-09T14-05-55 GMT+08:00</issued> 
<created>2007-07-09T14-05-55 GMT+08:00</created>
<modified>2008-10-10T06-46-26Z</modified>
<id>tag:leozhao.blogchina.com,2005://854835</id>
<author>
<name>leozhao</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/leozhao.html</url>
</author>
<dc:subject>扯东拉西</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[天气太热了，地球在燃烧，我们在桑拿。大家要做好防暑降温工作，要有持久战意识。]]>
</content>
</entry>

<entry>
<title>没落的山村--九曲岭</title>
<link rel="alternate" type="text/html" href="http://www.bokee.net/blogmodule/weblogcomment_viewEntry/693457.html"/>
<issued>2007-04-25T13-42-49 GMT+08:00</issued> 
<created>2007-04-25T13-42-49 GMT+08:00</created>
<modified>2008-10-10T06-46-26Z</modified>
<id>tag:leozhao.blogchina.com,2005://693457</id>
<author>
<name>leozhao</name>
<url>http://www.bokee.net/blogmodule/weblogcomment_index/leozhao.html</url>
</author>
<dc:subject>用影像表达</dc:subject>
<content type="text/html" mode="escaped" xml:lang="zh_CN" xml:base="http://www.bokee.net"> 
<![CDATA[去九曲岭之前，已经听了很多朋友对它的描述，那天当车子在几乎没有路的曲折山路到达时，眼前的景象还是大大出乎我对它的想象力。站在村口，顺着山坡往里望去，有很多中感觉在心中交叉，凄凉？悲壮？壮美？不知道用什么形容词来描述那瞬间的振动，断墙残壁，杂草丛生，似乎曾经一场战争或灾难在这里发生，但没有彻底毁灭，历史的痕迹定格在某个瞬间。屋顶都已经被掀去，墙壁就这样自由地裸露着，有全用石头砌的，也有黄泥糊的，那天太阳很猛，空气很干净，阳光就毫无遮掩地洒下来，残壁被映照的五彩斑斓，在翠绿的树叶、杂草的衬托下，甚是壮丽。<br /><br /><center><img height="500" alt="" width="375" src="/userfilemodule/download.do?action=reference&amp;id=446125&amp;bokeeName=leozhao" /><br /><br /><img height="281" alt="" width="375" src="/userfilemodule/download.do?action=reference&amp;id=446127&amp;bokeeName=leozhao" /><br /><br /><img alt="" src="/userfilemodule/download.do?action=reference&amp;id=446128&amp;bokeeName=leozhao" /><br /><br /><img alt="" src="/userfilemodule/download.do?action=reference&amp;id=446139&amp;bokeeName=leozhao" /><br /><br /><img alt="" src="/userfilemodule/download.do?action=reference&amp;id=446146&amp;bokeeName=leozhao" /><br /><br /><img alt="" src="/userfilemodule/download.do?action=reference&amp;id=446147&amp;bokeeName=leozhao" /></center>]]>
</content>
</entry>

</feed>
