<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SunLe&#039;Blog---孙乐 &#187; 滚动</title>
	<atom:link href="http://www.sunle.net/tag/%E6%BB%9A%E5%8A%A8/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sunle.net</link>
	<description></description>
	<lastBuildDate>Thu, 29 Jul 2010 02:04:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>不间断向左滚动代码</title>
		<link>http://www.sunle.net/image-rolling-left-code.html</link>
		<comments>http://www.sunle.net/image-rolling-left-code.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 06:55:34 +0000</pubDate>
		<dc:creator>sunle</dc:creator>
				<category><![CDATA[网站制作]]></category>
		<category><![CDATA[不间断]]></category>
		<category><![CDATA[不间断滚动]]></category>
		<category><![CDATA[向左]]></category>
		<category><![CDATA[图片]]></category>
		<category><![CDATA[滚动]]></category>

		<guid isPermaLink="false">http://www.sunle.net/?p=958</guid>
		<description><![CDATA[<p>++RunCode_BLOCK_i6HCUb++</p><p><a href='http://www.sunle.net/image-rolling-left-code.html' rel="nofollow">点击阅读全文</a></p>]]></description>
			<content:encoded><![CDATA[<p>++RunCode_BLOCK_sn4B99++</p><p><a href='http://www.sunle.net/image-rolling-left-code.html' rel="nofollow">点击阅读全文</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.sunle.net/image-rolling-left-code.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>简单的滚动公告代码___兼容IE、Firefox</title>
		<link>http://www.sunle.net/%E7%AE%80%E5%8D%95%E7%9A%84%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A%E4%BB%A3%E7%A0%81-%E5%85%BC%E5%AE%B9ie%E3%80%81firefox.html</link>
		<comments>http://www.sunle.net/%E7%AE%80%E5%8D%95%E7%9A%84%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A%E4%BB%A3%E7%A0%81-%E5%85%BC%E5%AE%B9ie%E3%80%81firefox.html#comments</comments>
		<pubDate>Thu, 17 Jul 2008 19:45:42 +0000</pubDate>
		<dc:creator>sunle</dc:creator>
				<category><![CDATA[网站制作]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[公告]]></category>
		<category><![CDATA[滚动]]></category>

		<guid isPermaLink="false">http://www.sunle.net/111?p=381</guid>
		<description><![CDATA[&#60;script type=&#34;text/javascript&#34;&#62; //这里更改UL的ID var scrollnews = document.getElementById(&#38;#039;wenchuan&#38;#039;); var lis = scrollnews.getElementsByTagName(&#38;#039;li&#38;#039;); var ml = 0; var timer1 = setInterval(function(){ &#160;&#160; &#160;var liHeight = lis&#38;#91;0&#38;#93;.offsetHeight; &#160;&#160; &#160;var timer2 = setInterval(function(){ &#160;&#160; &#160; scrollnews.scrollTop = (++ml); &#160;&#160; &#160; if(ml == liHeight){ &#160;&#160; &#160; &#160; &#160;clearInterval(timer2); &#160;&#160; &#160; &#160; &#160;scrollnews.scrollTop = 0; &#160;&#160; &#160; &#160; &#160;ml = 0; [...]]]></description>
			<content:encoded><![CDATA[<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;script type=&quot;text/javascript&quot;&gt;</li>
<li>//这里更改UL的ID</li>
<li>var scrollnews = document.getElementById(&amp;#039;wenchuan&amp;#039;);</li>
<li>var lis = scrollnews.getElementsByTagName(&amp;#039;li&amp;#039;);</li>
<li>var ml = 0;</li>
<li>var timer1 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp;var liHeight = lis&amp;#91;0&amp;#93;.offsetHeight;</li>
<li>&nbsp;&nbsp; &nbsp;var timer2 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp; scrollnews.scrollTop = (++ml);</li>
<li>&nbsp;&nbsp; &nbsp; if(ml == liHeight){</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;clearInterval(timer2);</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;scrollnews.scrollTop = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ml = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;lis&amp;#91;0&amp;#93;.parentNode.appendChild(lis&amp;#91;0&amp;#93;);</li>
<li>&nbsp;&nbsp; &nbsp; }</li>
<li>&nbsp; },10); </li>
<li>},2000);</li>
<li>&lt;/script&gt;</li></ol></div>
<p><br/><br/><span id="more-381"></span><br/>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;ul id=&quot;wenchuan&quot;&gt;</li>
<li>&lt;li&gt;001&lt;/li&gt;</li>
<li>&lt;li&gt;002&lt;/li&gt;</li>
<li>&lt;li&gt;003&lt;/li&gt;</li>
<li>&lt;li&gt;004&lt;/li&gt;</li>
<li>&lt;li&gt;005&lt;/li&gt;</li>
<li>&lt;li&gt;006&lt;/li&gt;</li>
<li>&lt;li&gt;007&lt;/li&gt;</li>
<li>&lt;li&gt;008&lt;/li&gt;</li>
<li>&lt;li&gt;000&lt;/li&gt;</li>
<li>&lt;/ul&gt;</li></ol></div>
<p><br/><br/><br/>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</li>
<li>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;</li>
<li>&lt;head&gt;</li>
<li>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;</li>
<li>&lt;title&gt;抗震救灾&lt;/title&gt;</li>
<li>&lt;style&gt;</li>
<li>*{ padding:0; margin:0;}</li>
<li>body{font-family: Arial, Helvetica, sans-serif; line-height:1.8; font-size:12px;&nbsp; background:url(http://pindao.kijiji.cn/upload_img/img/0805/20080519108770.jpg) no-repeat top right}</li>
<li>#wenchuan{ overflow:hidden; height:150px;}</li>
<li>a:link,a:visited{color:#333;text-decoration:none;}</li>
<li>a:hover,a:active{color:#000;text-decoration:underline;} </li>
<li>li{background:url(http://static.kijiji.cn/images/css/sidebar/li_green.gif?v=$1) no-repeat 5px 8px;padding-left:16px;overflow:hidden}</li>
<li>&lt;/style&gt;</li>
<li>&lt;/head&gt;&lt;body&gt;&lt;ul id=&quot;wenchuan&quot;&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22783901.html&quot; target=&quot;_blank&quot;&gt;罗富仙和孙玉兰&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22781765.html&quot; target=&quot;_blank&quot;&gt;急寻许秀军和苟玲父女两人！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22781425.html&quot; target=&quot;_blank&quot;&gt;寻找汶川县城的陈永英！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22778906.html&quot; target=&quot;_blank&quot;&gt;拜托你们帮我寻小妹刘冬梅！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22778169.html&quot; target=&quot;_blank&quot;&gt;寻龚倩！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22762069.html&quot; target=&quot;_blank&quot;&gt;寻找亲友报平安&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22761811.html&quot; target=&quot;_blank&quot;&gt;四川师大叫李明速回绵阳中医院看望病重母亲&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22740262.html&quot; target=&quot;_blank&quot;&gt;寻找秦丹&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22697588.html&quot; target=&quot;_blank&quot;&gt;我想找我映秀的朋友她叫高慧女21岁!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22697390.html&quot; target=&quot;_blank&quot;&gt;想寻找曾经在公安校2002级治安一区队读书的在文川的柏星旺&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22697345.html&quot; target=&quot;_blank&quot;&gt;请转告所有青川木鱼中学的学生和家长!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22691052.html&quot; target=&quot;_blank&quot;&gt;请帮我寻找茂县南新安乡的唐光映、唐伟等等众多的亲人！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22691022.html&quot; target=&quot;_blank&quot;&gt;请帮我寻找亲人万良会，陈顺会，陈丽红&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690982.html&quot; target=&quot;_blank&quot;&gt;请帮我寻找一下雅安市香花乡五组的魏世德，魏一！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690770.html&quot; target=&quot;_blank&quot;&gt;寻乘座阿坝至成都黄继琼&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690741.html&quot; target=&quot;_blank&quot;&gt;阿坝师专的大一学生代伟刚&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690294.html&quot; target=&quot;_blank&quot;&gt;寻乘座阿坝至成都的客车车牌川U21730的乘客黄继琼！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690248.html&quot; target=&quot;_blank&quot;&gt;寻谢恩发，谢恩洪，谢恩惠！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690080.html&quot; target=&quot;_blank&quot;&gt;寻刘春利、顾海东、杜建华，杨晓贵、罗小勇、贾春龙，周世辉！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690035.html&quot; target=&quot;_blank&quot;&gt;寻找一下阿坝师专的大一学生代伟刚！&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;script type=&quot;text/javascript&quot;&gt;</li>
<li>var scrollnews = document.getElementById(&amp;#039;wenchuan&amp;#039;);</li>
<li>var lis = scrollnews.getElementsByTagName(&amp;#039;li&amp;#039;);</li>
<li>var ml = 0;</li>
<li>var timer1 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp;var liHeight = lis&amp;#91;0&amp;#93;.offsetHeight;</li>
<li>&nbsp;&nbsp; &nbsp;var timer2 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp; scrollnews.scrollTop = (++ml);</li>
<li>&nbsp;&nbsp; &nbsp; if(ml == liHeight){</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;clearInterval(timer2);</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;scrollnews.scrollTop = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ml = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;lis&amp;#91;0&amp;#93;.parentNode.appendChild(lis&amp;#91;0&amp;#93;);</li>
<li>&nbsp;&nbsp; &nbsp; }</li>
<li>&nbsp; },10); </li>
<li>},2000);</li>
<li>&lt;/script&gt;&lt;/body&gt;&lt;/html&gt;</li></ol></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sunle.net/%E7%AE%80%E5%8D%95%E7%9A%84%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A%E4%BB%A3%E7%A0%81-%E5%85%BC%E5%AE%B9ie%E3%80%81firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>简单的滚动公告代码___兼容IE、Firefox</title>
		<link>http://www.sunle.net/%E7%AE%80%E5%8D%95%E7%9A%84%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A%E4%BB%A3%E7%A0%81-%E5%85%BC%E5%AE%B9ie%E3%80%81firefox.html</link>
		<comments>http://www.sunle.net/%E7%AE%80%E5%8D%95%E7%9A%84%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A%E4%BB%A3%E7%A0%81-%E5%85%BC%E5%AE%B9ie%E3%80%81firefox.html#comments</comments>
		<pubDate>Wed, 11 Jun 2008 03:24:14 +0000</pubDate>
		<dc:creator>sunle</dc:creator>
				<category><![CDATA[网站制作]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[代码]]></category>
		<category><![CDATA[公告]]></category>
		<category><![CDATA[兼容ie]]></category>
		<category><![CDATA[滚动]]></category>
		<category><![CDATA[滚动公告]]></category>

		<guid isPermaLink="false">http://www.sunle.net/111?p=369</guid>
		<description><![CDATA[&#60;script type=&#34;text/javascript&#34;&#62; //这里更改UL的ID var scrollnews = document.getElementById(&#38;#039;wenchuan&#38;#039;); var lis = scrollnews.getElementsByTagName(&#38;#039;li&#38;#039;); var ml = 0; var timer1 = setInterval(function(){ &#160;&#160; &#160;var liHeight = lis&#38;#91;0&#38;#93;.offsetHeight; &#160;&#160; &#160;var timer2 = setInterval(function(){ &#160;&#160; &#160; scrollnews.scrollTop = (++ml); &#160;&#160; &#160; if(ml == liHeight){ &#160;&#160; &#160; &#160; &#160;clearInterval(timer2); &#160;&#160; &#160; &#160; &#160;scrollnews.scrollTop = 0; &#160;&#160; &#160; &#160; &#160;ml = 0; [...]]]></description>
			<content:encoded><![CDATA[<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;script type=&quot;text/javascript&quot;&gt;</li>
<li>//这里更改UL的ID</li>
<li>var scrollnews = document.getElementById(&amp;#039;wenchuan&amp;#039;);</li>
<li>var lis = scrollnews.getElementsByTagName(&amp;#039;li&amp;#039;);</li>
<li>var ml = 0;</li>
<li>var timer1 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp;var liHeight = lis&amp;#91;0&amp;#93;.offsetHeight;</li>
<li>&nbsp;&nbsp; &nbsp;var timer2 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp; scrollnews.scrollTop = (++ml);</li>
<li>&nbsp;&nbsp; &nbsp; if(ml == liHeight){</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;clearInterval(timer2);</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;scrollnews.scrollTop = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ml = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;lis&amp;#91;0&amp;#93;.parentNode.appendChild(lis&amp;#91;0&amp;#93;);</li>
<li>&nbsp;&nbsp; &nbsp; }</li>
<li>&nbsp; },10); </li>
<li>},2000);</li>
<li>&lt;/script&gt;</li></ol></div>
<p><br/><br/><span id="more-369"></span><br/>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;ul id=&quot;wenchuan&quot;&gt;</li>
<li>&lt;li&gt;001&lt;/li&gt;</li>
<li>&lt;li&gt;002&lt;/li&gt;</li>
<li>&lt;li&gt;003&lt;/li&gt;</li>
<li>&lt;li&gt;004&lt;/li&gt;</li>
<li>&lt;li&gt;005&lt;/li&gt;</li>
<li>&lt;li&gt;006&lt;/li&gt;</li>
<li>&lt;li&gt;007&lt;/li&gt;</li>
<li>&lt;li&gt;008&lt;/li&gt;</li>
<li>&lt;li&gt;000&lt;/li&gt;</li>
<li>&lt;/ul&gt;</li></ol></div>
<p><br/><br/><br/>
<div class="hl-surround"><ol class="hl-main ln-show" title="Double click to hide line number." ondblclick = "linenumber(this)"><li class="hl-firstline">&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;</li>
<li>&lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;</li>
<li>&lt;head&gt;</li>
<li>&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=utf-8&quot; /&gt;</li>
<li>&lt;title&gt;抗震救灾&lt;/title&gt;</li>
<li>&lt;style&gt;</li>
<li>*{ padding:0; margin:0;}</li>
<li>body{font-family: Arial, Helvetica, sans-serif; line-height:1.8; font-size:12px;&nbsp; background:url(http://pindao.kijiji.cn/upload_img/img/0805/20080519108770.jpg) no-repeat top right}</li>
<li>#wenchuan{ overflow:hidden; height:150px;}</li>
<li>a:link,a:visited{color:#333;text-decoration:none;}</li>
<li>a:hover,a:active{color:#000;text-decoration:underline;} </li>
<li>li{background:url(http://static.kijiji.cn/images/css/sidebar/li_green.gif?v=$1) no-repeat 5px 8px;padding-left:16px;overflow:hidden}</li>
<li>&lt;/style&gt;</li>
<li>&lt;/head&gt;&lt;body&gt;&lt;ul id=&quot;wenchuan&quot;&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22783901.html&quot; target=&quot;_blank&quot;&gt;罗富仙和孙玉兰&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22781765.html&quot; target=&quot;_blank&quot;&gt;急寻许秀军和苟玲父女两人！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22781425.html&quot; target=&quot;_blank&quot;&gt;寻找汶川县城的陈永英！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22778906.html&quot; target=&quot;_blank&quot;&gt;拜托你们帮我寻小妹刘冬梅！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22778169.html&quot; target=&quot;_blank&quot;&gt;寻龚倩！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22762069.html&quot; target=&quot;_blank&quot;&gt;寻找亲友报平安&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22761811.html&quot; target=&quot;_blank&quot;&gt;四川师大叫李明速回绵阳中医院看望病重母亲&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22740262.html&quot; target=&quot;_blank&quot;&gt;寻找秦丹&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22697588.html&quot; target=&quot;_blank&quot;&gt;我想找我映秀的朋友她叫高慧女21岁!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22697390.html&quot; target=&quot;_blank&quot;&gt;想寻找曾经在公安校2002级治安一区队读书的在文川的柏星旺&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22697345.html&quot; target=&quot;_blank&quot;&gt;请转告所有青川木鱼中学的学生和家长!&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22691052.html&quot; target=&quot;_blank&quot;&gt;请帮我寻找茂县南新安乡的唐光映、唐伟等等众多的亲人！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22691022.html&quot; target=&quot;_blank&quot;&gt;请帮我寻找亲人万良会，陈顺会，陈丽红&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690982.html&quot; target=&quot;_blank&quot;&gt;请帮我寻找一下雅安市香花乡五组的魏世德，魏一！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690770.html&quot; target=&quot;_blank&quot;&gt;寻乘座阿坝至成都黄继琼&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690741.html&quot; target=&quot;_blank&quot;&gt;阿坝师专的大一学生代伟刚&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690294.html&quot; target=&quot;_blank&quot;&gt;寻乘座阿坝至成都的客车车牌川U21730的乘客黄继琼！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690248.html&quot; target=&quot;_blank&quot;&gt;寻谢恩发，谢恩洪，谢恩惠！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690080.html&quot; target=&quot;_blank&quot;&gt;寻刘春利、顾海东、杜建华，杨晓贵、罗小勇、贾春龙，周世辉！&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://chengdu.kijiji.cn/a22690035.html&quot; target=&quot;_blank&quot;&gt;寻找一下阿坝师专的大一学生代伟刚！&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;script type=&quot;text/javascript&quot;&gt;</li>
<li>var scrollnews = document.getElementById(&amp;#039;wenchuan&amp;#039;);</li>
<li>var lis = scrollnews.getElementsByTagName(&amp;#039;li&amp;#039;);</li>
<li>var ml = 0;</li>
<li>var timer1 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp;var liHeight = lis&amp;#91;0&amp;#93;.offsetHeight;</li>
<li>&nbsp;&nbsp; &nbsp;var timer2 = setInterval(function(){</li>
<li>&nbsp;&nbsp; &nbsp; scrollnews.scrollTop = (++ml);</li>
<li>&nbsp;&nbsp; &nbsp; if(ml == liHeight){</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;clearInterval(timer2);</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;scrollnews.scrollTop = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;ml = 0;</li>
<li>&nbsp;&nbsp; &nbsp; &nbsp; &nbsp;lis&amp;#91;0&amp;#93;.parentNode.appendChild(lis&amp;#91;0&amp;#93;);</li>
<li>&nbsp;&nbsp; &nbsp; }</li>
<li>&nbsp; },10); </li>
<li>},2000);</li>
<li>&lt;/script&gt;&lt;/body&gt;&lt;/html&gt;</li></ol></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sunle.net/%E7%AE%80%E5%8D%95%E7%9A%84%E6%BB%9A%E5%8A%A8%E5%85%AC%E5%91%8A%E4%BB%A3%E7%A0%81-%E5%85%BC%E5%AE%B9ie%E3%80%81firefox.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
