<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <id>http://bluegirl73623.pixnet.net/blog</id>
  <title><![CDATA[兔窩＊≧﹏≦＊Rabbit*House:: 痞客邦 PIXNET ::]]></title>
  <author>
    <name>bluegirl73623</name>
    <email>bluegirl73623@not-valid.com</email>
  </author>
  <updated>2009-10-13T12:36:54+08:00</updated>
  <published>2009-10-13T12:36:54+08:00</published>
  <link rel="self" href="http://bluegirl73623.pixnet.net/blog" hreflang="zh"/>
  <subtitle><![CDATA[<meta http-equiv=Page-Enter content=blendTrans(Duration=3.0,Transition=53)><meta http-equiv=Page-Exit content=revealTrans(Duration=3.0,Transition=23)></meta>

<link rel="SHORTCUT ICON" href="http://blue73623.googlepages.com/999.ico"/>      
<link rel="icon" href="http://blue73623.googlepages.com/999.ico" type="image/ico" />










<!-- snowflakes @ http://blog.roodo.com/esabear/ -->
<div id="flashContainer" style="position:fixed; left:0; top:0; z-index:0">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="600" height="600" id="FlashExternalInterface" align="middle">
<param name="wmode" value="transparent" />
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="http://esabear.googlepages.com/blogSnowflakesLite.swf?count=25" />
<param name="quality" value="high" />
<embed name="FlashExternalInterface" src="http://esabear.googlepages.com/blogSnowflakesLite.swf?count=25" wmode="transparent" width="600" height="600" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"  />
</object>
</div>
<script src="http://esabear.googlepages.com/blogSnowflakesLite.js" language="javascript"></script>








<script type="text/javascript" src="http://bluegirl73623.googlepages.com/highslide1.js"></script>
<script type="text/javascript">    
hs.graphicsDir = 'http://weascer.myweb.hinet.net/highslide/graphics/';
hs.wrapperClassName = 'colored-border';
hs.captionEval = 'this.thumb.title';
</script>
<style type="text/css">
.highslide {
	cursor: url(http://weascer.myweb.hinet.net/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #aaa;
	filter:alpha(opacity=50);
	-moz-opacity:1;
	opacity:1;
}
.highslide:hover img {
	border: 1px solid #aaa;
	filter:alpha(opacity=80);
	-moz-opacity:.60;
	opacity:.60;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(http://weascer.myweb.hinet.net/highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
</style>












<script type="text/javascript" >
var Boss = 'bluegirl73623'//your ID

//changeWord 1.0//

function changeWord() {
  if(getNode(document,'p',theClassName,'author')[0]) {
    var Author = getNode(document,'p',theClassName,'author');
    for(i=0;i<Author.length;i++) {
      Author[i].innerHTML = Author[i].innerHTML
        .replace('迴響','本文回應')
        .replace('引用','共引文')
        .replace('人氣','已閱覽')
        .replace(/\(/g,'數')
        .replace(')',' 人')
        .replace(')',' 篇 ')
        .replace(')',' 次 ');
      
      getTag(Author[i],'a')[0].style.display = 'none';
      Author[i].style.display = 'block';
    }

    if(getNode(document,'ul',theClassName,'refer')[0]) {
      var Refer = getNode(document,'ul',theClassName,'refer')[0];
      Refer.style.display = 'none';
      Refer.innerHTML = Refer.innerHTML
        .replace('個人分類','category')
        .replace('此分類上一篇','previous')
        .replace('此分類下一篇','next');
      
      if(document.getElementById('user-post')) Refer.style.display = 'block';
    }
    
    if(getNode(document,'div',theClassName,'forward')[0]) {
      var FW = getNode(document,'div',theClassName,'forward')[0];
      var fwPut = getTag(FW,'a')[0].getAttribute('href');
      var fwEmail = getTag(FW,'a')[1].getAttribute('onclick');
      var fwGbook = getTag(FW,'a')[2].getAttribute('onclick');
      
      FW.innerHTML ='';
      if(getTag(document.getElementById('trackback-url'),'input')) {
        var trackback = getTag(document.getElementById('trackback-url'),'input')[getTag(document.getElementById('trackback-url'),'input').length-1].getAttribute('onclick');
        FW.innerHTML += '<a href="javascript:;" onclick="'+trackback+'">trackback</a> / ';
      }
      
      FW.innerHTML += '<a href="'+fwPut+'">recommend</a> / <a href="javascript:;" onclick="'+fwEmail+'">forward by email</a> / <a href="javascript:;" onclick="'+fwGbook+'">send to guestbook</a>'; 
    }
  }
}


//getNode//
  var IE = (navigator.userAgent.indexOf('MSIE')>-1 && navigator.userAgent.indexOf('opera')<=-1)?true: false;
  var theClassName = IE?'className':'class';

function getTag(area,tagName) {  return area.getElementsByTagName(tagName);}
function getNode(area,tagName,att,val,num) {
  var tempCnt = 0;
  var NodeArray = new Array();
  var divs=getTag(area,tagName);
  if (divs.length==0) return null;
  for (var i=0;i<divs.length;i++) {
    if (divs[i].getAttribute(att) == val) {
      if (tempCnt == num) return divs[i];
      if (num == undefined) NodeArray[tempCnt]=divs[i];
      tempCnt++;
    }
  }
  if (num == undefined) return NodeArray;
  if (tempCnt <= Math.abs(num)) num = (num < 0)?0:(tempCnt -1);
  else if (num < 0) num = tempCnt+num;
  tempCnt = 0;
  for (var j=0;j<divs.length;j++) {
    if (divs[j].getAttribute(att) == val) {
      if (tempCnt == num) return divs[j];
      tempCnt++;
    }
  }
  return null;
}


var next = 'next';    //name of next button
var prev = 'prev';    //name of prev button
var scriptaculous = 'no'    //do you have scriptaculous?
var tmpM = 0;

function singleMurmur() {
    if($('broadcast')) {
        
        var ULs = $('broadcast').getElementsByTagName('ul');
        for(i=0;i<ULs.length;i++) {
            ULs[i].style.display = 'none';
//            ULs[i].innerHTML = ULs[i].innerHTML.replace('天前','day<sup>(s)</sup> before').replace('小時前','hr<sup>(s)</sup> before').replace('分鐘前','min<sup>s</sup> before');//change language
        }
        $('broadcast').innerHTML += '<div id="nextmurmur"><a onclick="Murmur(2)" id="prevMurmur">'+prev+'</a><a onclick="Murmur(1);">'+next+'</a><br clear="all"></div>';
        ULs[0].style.display='block';
    }
}

function Murmur(direct) {
    var ULs = $$('#broadcast ul');
    if(scriptaculous=='yes')Effect.Fade(ULs[tmpM],{duration:0.3});
    else ULs[tmpM].style.display = 'none';
    
    switch(direct) {
        case 1://next
            if(tmpM==ULs.length-1) tmpM = -1;
            if(scriptaculous=='yes') Effect.Appear(ULs[tmpM+1],{delay:0.5,duration:0.3});
            else ULs[tmpM+1].style.display = 'block';
            tmpM++;
            
        break;
        
        case 2://prev
            if(tmpM==0) tmpM = ULs.length;
            if(scriptaculous=='yes')Effect.Appear(ULs[tmpM-1],{delay:0.5,duration:0.3});
            else ULs[tmpM-1].style.display = 'block';
            tmpM--;
        break;
        
    }
}



function init(){//第三個功能 他通常會叫做init
changeWord();//執行第一個功能
}
window.onload = init;//執行init
</script>

<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>


<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6863604-1");
pageTracker._trackPageview();
} catch(err) {}</script>

<link rel="stylesheet" href="http://bluegirl73623.googlepages.com/under-line.css">
<link rel="stylesheet" href="http://rex58911372.myweb.hinet.net/blog/css/under-line.css">






<script language="javascript">
<!--
title_tmp1=document.title
if (title_tmp1.indexOf(">>")!=-1){
title_tmp2=title_tmp1.split(">>");
title_last=" —> "+title_tmp2[1];
title_last=title_last + " —> " + title_tmp2[2];
}else{
if (title_tmp1.indexOf("——")!=-1){
title_tmp2=title_tmp1.split("——");
title_last=" —> "+title_tmp2[1];
if (title_last==" —> "){title_last=" —> "};
if (title_last==" —> "){title_last=" —> "};
}
}
title_new="兔窩"
step=0
function flash_title()
{
step++
      if (step==8) {step=1}
      if (step==1) {document.title='ⓡ○○○'+title_new+'○○○ⓗ'}
      if (step==2) {document.title='○ⓐ○○'+title_new+'○○ⓞ○'}
      if (step==3) {document.title='○○ⓑ○'+title_new+'○ⓤ○○'}
      if (step==4) {document.title='○○○ⓑ'+title_new+'ⓢ○○○'}
      if (step==5) {document.title='○○ⓘ○'+title_new+'○ⓔ○○'}
      if (step==6) {document.title='○ⓣ○○'+title_new+'○○○○'}
      if (step==7) {document.title='○○○○'+title_new+'○○○○'}
setTimeout("flash_title()",500);
}
flash_title()
-->
</script>
]]></subtitle>
  <rights>Copyright 2003-2009 bluegirl73623,Pixnet Digital Media Coporation. All rights reserved.</rights>
  <generator>PIXNET Media Digital Coporation</generator>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29541534</id>
    <title><![CDATA[音樂｜小宇。就站在這裡試聽音樂盒]]></title>
    <updated>2009-10-13T12:36:54+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29541534"/>
    <summary><![CDATA[小宇的歌超級好聽的，一個不擅長言語的大男孩但他用他的文字音樂撼動你的心。感謝蒟蒻閣網站提供&lt;iframe src=&quot;http://www.glog.cc/blog/event/mp3player/xiao-yu.html&quot; frameborder=&quot;0&quot; width=&quot;160&quot; scrolling=&quot;no&quot; height=&quot;280&quot; allowtransparency=&quot;allowtransparency&quot;&gt;&lt;/iframe&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<p>小宇的歌超級好聽的，一個不擅長言語的大男孩<br/>但他用他的文字音樂撼動你的心。<br/>感謝<a href="http://www.glog.cc/blog/blog_index.asp?id=829752&amp;U=3857" target="_blank">蒟蒻閣</a>網站提供<br/></p><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><iframe src="http://www.glog.cc/blog/event/mp3player/xiao-yu.html" frameborder="0" width="160" scrolling="no" height="280" allowtransparency="allowtransparency"></iframe></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;iframe src=&quot;http://www.glog.cc/blog/event/mp3player/xiao-yu.html&quot; frameborder=&quot;0&quot; width=&quot;160&quot; scrolling=&quot;no&quot; height=&quot;280&quot; allowtransparency=&quot;allowtransparency&quot;&gt;&lt;/iframe&gt;</textarea>&nbsp;</td></tr></tbody></table>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29541534">(Read More...)</a></div>]]></content>
    <category term="└現成音樂播放盒"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29541534#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29541506</id>
    <title><![CDATA[時計｜桃紅手繪風格熊]]></title>
    <updated>2009-10-13T12:24:31+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29541506"/>
    <summary><![CDATA[這是一款很可愛的紅色小熊時計狠有手繪風格的，在詩詩家看見感謝東京女子網站提供&nbsp; &lt;embed src=&quot;http://img10.imageshack.us/img10/5239/bpkumatter.swf&quot; height=&quot;290&quot; width=&quot;160&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/3f8e5c49.swf&quot; height=&quot;290&quot; width=&quot;160&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;]]></summary>
    <content type="html"><![CDATA[<div id="first">這是一款很可愛的紅色小熊時計<br/>狠有手繪風格的，在<a href="http://terisawu.pixnet.net/blog/" target="_blank">詩詩</a>家看見<br/>感謝<a href="http://tokyojoshi.com/" target="_blank">東京女子</a>網站提供<br/>&nbsp; <table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed src="http://img10.imageshack.us/img10/5239/bpkumatter.swf" height="290" width="160"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://img10.imageshack.us/img10/5239/bpkumatter.swf&quot; height=&quot;290&quot; width=&quot;160&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/3f8e5c49.swf&quot; height=&quot;290&quot; width=&quot;160&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea></td></tr></tbody></table><br/><br/><br/><br/>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29541506">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29541506#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29541387</id>
    <title><![CDATA[時計｜閃亮心型造型可愛時計]]></title>
    <updated>2009-10-13T12:02:22+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29541387"/>
    <summary><![CDATA[又是好久不見的分享作品介紹，最近忙沒有時間管理部落閣，所以偶爾上來看一下。在情意家看見的很可愛的一系列網站所推薦的時計除了有閃亮亮的時計，有有手手繪風可愛造型由デジタル時計 網站提供！
&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/arabbit23/9c0a78a4.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/cm788847/8a1d9912.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&nbsp;&nbsp;&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/cm788847/96b1e2fa.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/cm788847/ccb51a72.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&nbsp;&nbsp;&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/arabbit23/c9c9531a.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/arabbit23/15988d21.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<div id="first">又是好久不見的分享作品介紹，最近忙<br/>沒有時間管理部落閣，所以偶爾上來看一下。<br/>在<a href="http://blog.sina.com.tw/cm788847/" target="_blank">情意</a>家看見的很可愛的一系列網站所推薦的時計<br/>除了有閃亮亮的時計，有有手手繪風可愛造型<br/>由<a href="http://www.bparts.jp/clock/clock05.php" target="_blank">デジタル時計</a> 網站提供！<br/><br/><br />
<table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed width="160" height="140" wmode="transparent" src="http://www.bparts.jp/parts/clock/05/flash/clock05_01.swf" type="application/x-shockwave-flash"></embed></td><td><embed width="160" height="140" wmode="transparent" src="http://www.bparts.jp/parts/clock/05/flash/clock05_02.swf" type="application/x-shockwave-flash"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/arabbit23/9c0a78a4.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/cm788847/8a1d9912.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><p>&nbsp;<table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed width="160" height="140" wmode="transparent" src="http://www.bparts.jp/parts/clock/05/flash/clock05_03.swf" type="application/x-shockwave-flash"></embed></td><td><embed width="160" height="140" wmode="transparent" src="http://www.bparts.jp/parts/clock/05/flash/clock05_04.swf" type="application/x-shockwave-flash"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/cm788847/96b1e2fa.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/cm788847/ccb51a72.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table></p><p>&nbsp;<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed width="160" height="140" wmode="transparent" src="http://www.bparts.jp/parts/clock/05/flash/clock05_10.swf" type="application/x-shockwave-flash"></embed></td><td><embed width="160" height="140" wmode="transparent" src="http://www.bparts.jp/parts/clock/05/flash/clock05_09.swf" type="application/x-shockwave-flash"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/arabbit23/c9c9531a.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;140&quot; wmode=&quot;transparent&quot; src=&quot;http://blog.roodo.com/arabbit23/15988d21.swf&quot; type=&quot;application/x-shockwave-flash&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table></p>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29541387">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29541387#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29180756</id>
    <title><![CDATA[時計｜09版ANNA SUI六款華麗時計]]></title>
    <updated>2009-09-01T08:51:37+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29180756"/>
    <summary><![CDATA[由ANNA SUI網站提供的2009年時計日曆部落掛件還提供了螢幕保護程式，喜歡華麗風格的寶貝們快點帶一款回家吧！讓你的部落格也有BlingBling的效果唷！&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/45b1dd00.swf&quot; width=&quot;180&quot; height=&quot;230&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/63796935.swf&quot; width=&quot;180&quot; height=&quot;220&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/637e4a85.swf&quot; width=&quot;180&quot; height=&quot;230&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/f90b239c.swf&quot; width=&quot;180&quot; height=&quot;220&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/326f7e0b.swf&quot; width=&quot;180&quot; height=&quot;220&quot; type=&quot;&quot; wmode=&quot;&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/33b206d0.swf&quot; width=&quot;180&quot; height=&quot;240&quot; type=&quot;&quot; wmode=&quot;&quot;&gt;&lt;/embed&gt;&nbsp;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">由<a href="http://www.annasui-cosmetics.com/index01.htm" target="_blank">ANNA SUI</a>網站提供的2009年時計日曆部落掛件<br/>還提供了螢幕保護程式，喜歡華麗風格的寶貝們<br/>快點帶一款回家吧！讓你的部落格也有BlingBling的效果唷！<br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://blog.roodo.com/milkmew/ff9a8353.swf" width="180" height="230" wmode="transparent"></embed></td><td><embed allowscriptaccess="never"  src="http://blog.roodo.com/milkmew/e91e1ba0.swf" width="180" height="220" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/45b1dd00.swf&quot; width=&quot;180&quot; height=&quot;230&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/63796935.swf&quot; width=&quot;180&quot; height=&quot;220&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr><tr><td><embed allowscriptaccess="never"  src="http://blog.roodo.com/milkmew/cdebc871.swf" width="180" height="230" wmode="transparent"></embed></td><td><embed allowscriptaccess="never"  src="http://blog.roodo.com/milkmew/cf3a6c8d.swf" width="180" height="220" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/637e4a85.swf&quot; width=&quot;180&quot; height=&quot;230&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/f90b239c.swf&quot; width=&quot;180&quot; height=&quot;220&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr><tr><td><embed allowscriptaccess="never"  src="http://blog.roodo.com/mandy630/2dd9c7cd.swf" width="180" height="220"wmode="transparent"></embed></td><td><embed allowscriptaccess="never"  src="http://blog.roodo.com/mandy630/76ba4eb9.swf" width="180" height="220"wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/326f7e0b.swf&quot; width=&quot;180&quot; height=&quot;220&quot; type=&quot;&quot; wmode=&quot;&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/33b206d0.swf&quot; width=&quot;180&quot; height=&quot;240&quot; type=&quot;&quot; wmode=&quot;&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><p>&nbsp;</p></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29180756">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29180756#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29081487</id>
    <title><![CDATA[時計｜放鬆森林 ( 綠色小精靈-HAHA 小時計分享)]]></title>
    <updated>2009-08-21T07:54:15+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29081487"/>
    <summary><![CDATA[
這是蘇笨為響應節能減炭，設計一款樹精靈時計綠色小精靈悠閒的棲息在樹梢上打盹噓...不要吵醒他喔~&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://i245.photobucket.com/albums/gg78/looma001/hahatime1.swf&quot; width=&quot;150&quot; height=&quot;220&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;連結：]]></summary>
    <content type="html"><![CDATA[<br/><br />
<div id="first">這是<a href="http://www.wretch.cc/blog/looma/23347592" target="_blank">蘇笨</a>為響應節能減炭，設計一款樹精靈時計<br/>綠色小精靈悠閒的棲息在樹梢上打盹<br/>噓...不要吵醒他喔~<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><p align="center"><embed allowscriptaccess="never"  src="http://i245.photobucket.com/albums/gg78/looma001/hahatime1.swf" width="150" height="220" wmode="transparent"></embed></td></tr><tr><td><p align="center"><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 110px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://i245.photobucket.com/albums/gg78/looma001/hahatime1.swf&quot; width=&quot;150&quot; height=&quot;220&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea></p></td></tr></tbody></table><br/>連結：<a href="http://www.wretch.cc/blog/ihappyu88" target="_blank"><img border="0" alt="幸福小宇宙" src="http://i245.photobucket.com/albums/gg78/looma001/greenban3.gif" width="88" height="31"/></a>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29081487">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29081487#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29081458</id>
    <title><![CDATA[玩意｜紅色死神 -喬巴天氣預報:航海王系列掛件]]></title>
    <updated>2009-08-21T07:33:03+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29081458"/>
    <summary><![CDATA[這是由紅色死神所製作的航海王系列可愛的喬巴天氣預報部落掛件，兔子展示台北天氣預報其他地區的可以至死神佛類許渥客 喬巴天氣預報下載。&lt;embed wmode=&quot;transparent&quot; style=&quot;WIDTH: 180px; HEIGHT: 230px&quot; src=&quot;http://weather.hinet.net/flash/flash_bear/w_chopper.swf?tmp=0&amp;dollLID=9913501000&quot;/&gt;&nbsp;&lt;embed wmode=&quot;transparent&quot; style=&quot;WIDTH: 180px; HEIGHT: 230px&quot; src=&quot;http://weather.hinet.net/flash/flash_bear/w_dr_chopper.swf?tmp=0&amp;dollLID=9913501000&quot;/&gt;&nbsp;
海賊王三日預報&nbsp;｜布魯克天氣預報&nbsp;｜熊貓人天氣預報佛朗基天氣預報&nbsp;｜羅賓的天氣預報&nbsp;｜薇薇的天氣預報&nbsp;｜狙擊王天氣預報香吉士天氣預報&nbsp;｜索隆的天氣預報&nbsp;｜魯夫的天氣預報&nbsp;｜娜美的天氣預報]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">這是由<a href="http://www.wretch.cc/blog/deathhell" target="_blank">紅色死神</a>所製作的航海王系列<br/>可愛的喬巴天氣預報部落掛件，兔子展示台北天氣預報<br/>其他地區的可以至<a href="http://jshgwing.blog125.fc2.com/blog-entry-91.html" target="_blank">死神佛類許渥客 喬巴天氣預報</a>下載。<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed wmode="transparent" style="WIDTH: 180px; HEIGHT: 230px" src="http://weather.hinet.net/flash/flash_bear/w_chopper.swf?tmp=0&dollLID=9913501000"/></td><td><embed wmode="transparent" style="WIDTH: 180px; HEIGHT: 230px" src="http://weather.hinet.net/flash/flash_bear/w_dr_chopper.swf?tmp=0&dollLID=9913501000"/></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed wmode=&quot;transparent&quot; style=&quot;WIDTH: 180px; HEIGHT: 230px&quot; src=&quot;http://weather.hinet.net/flash/flash_bear/w_chopper.swf?tmp=0&amp;dollLID=9913501000&quot;/&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed wmode=&quot;transparent&quot; style=&quot;WIDTH: 180px; HEIGHT: 230px&quot; src=&quot;http://weather.hinet.net/flash/flash_bear/w_dr_chopper.swf?tmp=0&amp;dollLID=9913501000&quot;/&gt;</textarea>&nbsp;</td></tr></tbody></table><br/></p><br />
<hr/><a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-101.html">海賊王三日預報&nbsp;</a>｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-88.html">布魯克天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-87.html">熊貓人天氣預報</a><br/><a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-83.html">佛朗基天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-82.html">羅賓的天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-77.html">薇薇的天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-76.html">狙擊王天氣預報</a><br/><a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-66.html">香吉士天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-65.html">索隆的天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-59.html">魯夫的天氣預報</a>&nbsp;｜<a title="此投稿的固定連結" href="http://jshgwing.blog125.fc2.com/blog-entry-56.html">娜美的天氣預報</a>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29081458">(Read More...)</a></div>]]></content>
    <category term="└上百種部落小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29081458#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29081430</id>
    <title><![CDATA[時計｜Tap Project 水時鐘]]></title>
    <updated>2009-08-21T07:17:57+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29081430"/>
    <summary><![CDATA[由日本Tap Project網站推出的宣傳時計&nbsp;一共有兩款，可以放在部落格提醒自己節約用水涼涼夏日也可以消暑用。(感謝丸式風格提供資訊)
&lt;embed src=&quot;http://www.unicef.or.jp/tapproject/download/blogparts/clockwhite.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/21b26c63.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://www.unicef.or.jp/tapproject/download/blogparts/clockblue.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/99e95216.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">由日本<a href="http://www.unicef.or.jp/tapproject/index2.html" target="_blank">Tap Project</a>網站推出的宣傳時計&nbsp;<br/>一共有兩款，可以放在部落格提醒自己節約用水<br/>涼涼夏日也可以消暑用。(感謝<a href="http://win999er.pixnet.net/blog/post/27063174" target="_blank">丸式風格</a>提供資訊)<br />
<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed src="http://www.unicef.or.jp/tapproject/download/blogparts/clockwhite.swf" name="tapprojectclock" width="150" height="190" wmode="transparent"></embed></td><td><embed src="http://www.unicef.or.jp/tapproject/download/blogparts/clockblue.swf" name="tapprojectclock" width="150" height="190" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://www.unicef.or.jp/tapproject/download/blogparts/clockwhite.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/21b26c63.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://www.unicef.or.jp/tapproject/download/blogparts/clockblue.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/99e95216.swf&quot; name=&quot;tapprojectclock&quot; width=&quot;150&quot; height=&quot;190&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29081430">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29081430#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29081413</id>
    <title><![CDATA[時計｜骷髏頭Flash時鐘]]></title>
    <updated>2009-08-21T07:05:01+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29081413"/>
    <summary><![CDATA[這是在企鵝家看見的，由日本Guerrilla SEO網站提供的一款偏向骷髏風格時計。&lt;embed src=&quot;http://www.maximyazilim.com/clock/02/clock02.swf&quot; width=&quot;180&quot; height=&quot;230&quot;quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/67daff97.swf&quot; width=&quot;180&quot; height=&quot;230&quot;quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">這是在企鵝家看見的，由日本<a href="http://www.guerrilla-seo.net/" target="_blank">Guerrilla SEO</a>網站<br/>提供的一款偏向骷髏風格時計。<br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed src="http://www.maximyazilim.com/clock/02/clock02.swf" width="180" height="230"quality="High" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://www.maximyazilim.com/clock/02/clock02.swf&quot; width=&quot;180&quot; height=&quot;230&quot;quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;<br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/67daff97.swf&quot; width=&quot;180&quot; height=&quot;230&quot;quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea></td></tr></tbody></table>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29081413">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29081413#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29066175</id>
    <title><![CDATA[公告｜為八八水災祈福，盡一份心力吧！]]></title>
    <updated>2009-08-19T14:54:04+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29066175"/>
    <summary><![CDATA[因為莫拉克颱風的出現在原本是快樂舉家歡慶的父親節，頓時變成流離失所 妻離子散 家破人亡 的悲慟慘劇...還記得那天八月八號的颱風假我還慶幸著我不用上班哩~我在家開了一天的冷氣，邊吃ㄘㄨㄚˋ冰，邊打著線上遊戲！其實平常兔兔沒有看新聞的習慣，意外在前幾天轉到新聞頻道，每場怵目驚心的畫面真的很讓人哀痛，想想自己身長的環境如此幸運..真的為那些人感到同情，也同時更懂得珍惜身邊所有事情。颱風過後這幾天兔兔都忙著關於志工的事情，在過幾天兔兔也要南下去當志工幫忙了，希望可以盡到一份心力！
88祈福。痞客部落串聯貼紙：&lt;script type=&quot;text/javascript&quot;&gt;
//這邊可以更改
var url = &quot;#&quot;; //滑鼠點下去會連到哪裡（如果不要連結請輸入#）
var title = &quot;加油喔！&quot;; //滑鼠移上去時會顯示的提示文字
var img = &quot;http://p6.p.pixnet.net/albums/userpics/6/2/624362/4a8aa314eab41.png&quot;; //這裡放置自己的三八圖片網址

//下面不要改
var logo=&quot;&lt;div id=\&quot;pixnet_badge_container\&quot;&gt;&lt;a id=\&quot;pixnet_badge_link\&quot; href=\&quot;&quot; + url + &quot;\&quot; title=\&quot;&quot; + title + &quot;\&quot;&gt;&lt;/a&gt;&lt;/div&gt;&quot;;
jQuery(function($){
$(logo).appendTo(document.body);
$('#pixnet_badge_container').css({position:&quot;absolute&quot;, left:&quot;0px&quot;, top:&quot;0px&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})
$('#pixnet_badge_link').css({position:&quot;absolute&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})
if (jQuery.browser.msie &amp;&amp; (parseFloat(jQuery.browser.version) &gt;= 5.5 &amp;&amp; parseFloat(jQuery.browser.version) &lt; 7.0) &amp;&amp; document.body.filters) {
    $('#pixnet_badge_link').css('background', 'transparent');
    $('#pixnet_badge_link').css('filter', &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src=img)&quot;);
} else 
$('#pixnet_badge_link').css('background', 'url(' + img + ') no-repeat left top');
});
&lt;/script&gt;&nbsp;為八八水災盡一份力量：＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　捐款　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝一、中華電信用戶　　&nbsp;只要你是中華電信用戶以手機撥打「51199」，　　&nbsp;跟隨電話語音引導，即可選擇捐出&nbsp;100&nbsp;元、300元或1000元金額參與救災。　　&nbsp;活動詳情請參閱中華電信網站。二、台灣大哥大與與傳電信用路&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;台灣大哥大與遠傳電信用戶手機可撥「55135」捐款至紅十字會。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;三、台灣世界展望會&nbsp;(&nbsp;線上捐款&nbsp;)&nbsp;(&nbsp;於8月11日更新資訊)&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款請利用郵政劃撥帳號：15752467，戶名：台灣世界展望會，註明：「莫拉克水患救援」，&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;相關資訊請洽愛心專線：02-2175-1995&nbsp;查詢，也可利用電子信箱：pr@worldvision.org.tw&nbsp;洽詢。&nbsp;&nbsp;四、中華民國紅十字會&nbsp;(&nbsp;線上捐款&nbsp;)五、縣市政府莫拉克捐款專戶：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;＊台南縣政府：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;社會救助基金帳戶&nbsp;&nbsp;&nbsp;&nbsp;（一）可轉帳帳號&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銀行代碼：004（台灣銀行）&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;分行代碼：0288（新營分行）&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帳號：028001001212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;（二）親臨銀行櫃台&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;戶名：台南縣社會救助基金專戶&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帳號：028-038-00238-7&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銀行別：台灣銀行新營分行&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;請註明：莫拉克風災專用&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;（三）海外匯款資訊&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;海外匯款帳戶&nbsp;Social&nbsp;Relief&nbsp;Fund&nbsp;of&nbsp;Tainan&nbsp;County&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;海外匯款帳號&nbsp;A/C&nbsp;NO.&nbsp;028001001212&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;匯款分行資訊&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;臺灣銀行新營分行（BANK&nbsp;OF&nbsp;TAIWAN&nbsp;HSIN&nbsp;YING&nbsp;BRANCH）&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;外匯專線：（06）6321840&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;總&nbsp;機：（06）6351111轉153，154，155&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;A&nbsp;X：（06）6370728&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;行&nbsp;址：新營市中正路10號（10&nbsp;CHUNG&nbsp;CHING&nbsp;ROAD&nbsp;HSIN&nbsp;YING,TAINAN.HSIEN）&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信&nbsp;箱：P.O.BOX&nbsp;9&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWIFT：BKTWTWTP028&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;＊高雄縣政府：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;高雄縣政府受理民眾捐款專戶，無法以ATM轉帳捐款，請臨櫃轉帳辦理。　&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;戶名：高雄縣社會救助金專戶&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帳號：025-038-095-338&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立帳銀行別：台灣銀行鳳山分行&nbsp;　&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;另外，最近發現有詐騙集團，利用民眾愛心捐款進行詐騙，&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;已陸續有民眾表示接獲自稱是高雄急難救助中心&rdquo;林美如&rdquo;或&rdquo;李美如小姐（大陸口音）&rdquo;，&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;告知有人冒用帳號捐款至該急難救助中心，要民眾前往ATM轉帳退款，&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;請民眾切勿上當受騙，如有疑慮請電洽07-7477611轉2718、2721社會救助科洽詢。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;＊屏東縣政府：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;社會救助金專戶&mdash;莫拉克颱風&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款帳號：台灣銀行屏東分行017038003667&nbsp;社會救助金專戶，捐款用途指定為─莫拉克颱風。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;救災物資中心電話：08-7378821&nbsp;分機501～503&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;＊台東縣政府：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款專戶戶名：台東縣政府社會救助金專戶第一銀行台東分行，&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款帳號:8111-0038775。&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;請註明上述捐贈為「莫拉克」颱風緊急救助之用。&nbsp;&nbsp;六、佛教慈濟基金會&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;＊銀行匯款　　戶名：佛教慈濟基金會　　請至下列銀行全國各地各分行填寫匯款憑單或佛教慈濟基金會專用匯款憑單進行捐款：　　銀行別&nbsp;帳號&nbsp;　　華南銀行&nbsp;(花蓮分行)&nbsp;820200288800&nbsp;　　第一銀行&nbsp;(花蓮分行)&nbsp;80150250000&nbsp;　　兆豐國際商銀&nbsp;(花蓮分行)&nbsp;02310705005&nbsp;　　中華商業銀行&nbsp;(新生分行)&nbsp;01510006789500&nbsp;　　中國信託商業銀行(東花蓮分行)&nbsp;189530150846&nbsp;　　注意事項：　　1.匯款存單上請將您的姓名、身份證號、出生日期、電話、地址及捐助的用途項目填寫清楚，　　　再將匯款單的收執聯傳真至本會，以方便本會開立收據寄送收據給您。　　2.由其他銀行轉匯至上列銀行者，方法同第1點。　　　服務電話：03-8266779&nbsp;轉分機&nbsp;212、213　　　　傳真電話：03-8261848（勸募組）　&nbsp;&nbsp;&nbsp;＊劃撥捐款　　戶名：佛教慈濟基金會　帳號：06887791　　請至全國郵局填寫劃撥單或打電話至本會或各分會索取。　　服務電話：（03）8266779&nbsp;轉分機&nbsp;218、289　　註：此捐款方式，本會需支付郵局手續費　&nbsp;&nbsp;&nbsp;&nbsp;＊語音捐款　　&nbsp;服務電話：（03）8266779&nbsp;轉分機&nbsp;212、213 　&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;＊更多佛教慈濟基金會捐款方式＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝徵求災區志工＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝&nbsp;&nbsp;＝＝＝＝＝＝請先確認自己專長與致電詢問該區需求志工的細項&nbsp;＝＝＝＝＝＝※&nbsp;相關連結：http://www.cultural.pthg.gov.tw/pthg/News_Show.jsp?ID=1731&amp;sClassID=1※求助單位：屏東縣政府&nbsp;&nbsp;&nbsp;&nbsp;每日三點截止網路報名，並公布入取名單以及發&nbsp;mail&nbsp;給作確認！※&nbsp;主要協助內容：協助區域：佳冬、林邊、東港等災區民眾家園重建。※&nbsp;支援日期：自98年8月12日開始至家園重建完成止。※&nbsp;請自備雨衣、雨鞋、清掃用具、口罩、工作手套。※&nbsp;相關連結：http://gbt.tw/tainan/※求助單位：台南縣政府※&nbsp;相關事項：&nbsp;&nbsp;&nbsp;&nbsp;有關志工調度事宜，請洽詢志工專線(06)511-5504。&nbsp;&nbsp;&nbsp;&nbsp;由於必須依照現場狀況才能調度中正堂與體育館的人力，&nbsp;&nbsp;&nbsp;&nbsp;此外，志工組也會依據各鄉鎮也會回報的需求人數臨時派車載志工前去支援。&nbsp;&nbsp;&nbsp;&nbsp;所以，請各位欲前來支援的志工能先行去電洽詢。※&nbsp;相關連結：http://www.worldvision.org.tw/wvtfriend/new/news-980813.htm※求助單位：台灣世界展望會※&nbsp;相關事項：&nbsp;&nbsp;&nbsp;&nbsp;報到地點：台灣世界展望會南區辦事處（高雄市苓雅區建國一路109號13樓）&nbsp;&nbsp;&nbsp;&nbsp;報名專線：0935-472-034，開放報名時間為&nbsp;09：00-19：00，&nbsp;&nbsp;&nbsp;&nbsp;切請符合資格者報名以免造成線路堵塞，謝謝。※注意事項：&nbsp;&nbsp;&nbsp;&nbsp;為避免造成災區困擾，連結內的志工需求請您務必配合，&nbsp;&nbsp;&nbsp;&nbsp;事先以電話報名確定可以前往後再出發！※&nbsp;相關連結：http://www.eden.org.tw/news_detail.php?bulletin=1&amp;b_id=450※求助單位：伊甸社會福利基金會全球資訊網※&nbsp;相關事項：&nbsp;&nbsp;&nbsp;&nbsp;急徵200名人力，時間是8/20~8/24任務為屏東災戶清潔。&nbsp;&nbsp;&nbsp;目前災區最缺乏的是社工人員、護理人員，將以此兩類專業人員優先。　　1.志工需求狀況　　2.志工出隊說明書　　3.志工報名表下載&nbsp;&nbsp;&nbsp; 報名方式：填妥報名表後寄到：edenvolunteer@mail.eden.org.t※&nbsp;注意事項：&nbsp;&nbsp;&nbsp;&nbsp;志工需要18歲以上，能在災區連續服務72小時以上者。&nbsp;&nbsp;（若北部南下志工，請預留5天（2天來回交通）的時間）&nbsp;＝＝＝＝＝＝&nbsp;88水災台灣高鐵開放列車免費搭乘服務資訊&nbsp;＝＝＝＝＝＝※ 相關連結：http://www.thsrc.com.tw/event/88relief/index.html&nbsp;(只開放團體喔)A.實施期間：2009年8月12日（三）起至9月11日（五）止。&nbsp;B.提供座位數：每日每班車提供90個座位，每週提供7萬7,670個座位。&nbsp;C.申請資格：前往災區協助救災之政府機關及民間團體， 請先與縣市政府或世界展望會等團體確定報名志工成功之後，由該團體進行申請。&nbsp;D.可撥打服務專線電話 03-261-6997（服務時間：8月12日起，每日上午8時至晚上8時）&nbsp;E.申請方式：&nbsp;i.撥打服務專線電話03-261-6997（服務時間：8月12日起，每日上午8時至晚上8時）， 或下載申請表格（PDF 【附件二】或 Word 【附件三】）， 填寫後傳真至專線03-262-0925或03-262-0926。 ii.為避免延誤行程，敬請儘早於搭乘車次發車前90分鐘提出申請，以利後續座位安排。&nbsp;iii.高鐵公司將與申請人確認車次及座位。 iv.申請人至高鐵各車站「88水災高鐵服務櫃台」， 持代表人身分證件領取車票後搭乘（櫃台服務時間同車站營運時間）。 ]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">因為莫拉克颱風的出現在原本是快樂舉家歡慶的父親節，頓時變成流離失所 妻離子散 家破人亡 的悲慟慘劇...<br/><br/><br/>還記得那天八月八號的颱風假我還慶幸著我不用上班哩~我在家開了一天的冷氣，邊吃ㄘㄨㄚˋ冰，邊打著線上遊戲！其實平常兔兔沒有看新聞的習慣，意外在前幾天轉到新聞頻道，每場怵目驚心的畫面真的很讓人哀痛，想想自己身長的環境如此幸運..真的為那些人感到同情，也同時更懂得珍惜身邊所有事情。<br/><br/><br/>颱風過後這幾天兔兔都忙著關於志工的事情，在過幾天兔兔也要南下去當志工幫忙了，希望可以盡到一份心力！<br />
<hr />88祈福。痞客部落串聯貼紙：<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><img src="http://pic.pimg.tw/bluegirl73623/4a8aa314eab41.png" alt=""/></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 130px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;script type=&quot;text/javascript&quot;&gt;<br />
//這邊可以更改<br />
var url = &quot;#&quot;; //滑鼠點下去會連到哪裡（如果不要連結請輸入#）<br />
var title = &quot;加油喔！&quot;; //滑鼠移上去時會顯示的提示文字<br />
var img = &quot;http://p6.p.pixnet.net/albums/userpics/6/2/624362/4a8aa314eab41.png&quot;; //這裡放置自己的三八圖片網址<br />
<br />
//下面不要改<br />
var logo=&quot;&lt;div id=\&quot;pixnet_badge_container\&quot;&gt;&lt;a id=\&quot;pixnet_badge_link\&quot; href=\&quot;&quot; + url + &quot;\&quot; title=\&quot;&quot; + title + &quot;\&quot;&gt;&lt;/a&gt;&lt;/div&gt;&quot;;<br />
jQuery(function($){<br />
$(logo).appendTo(document.body);<br />
$('#pixnet_badge_container').css({position:&quot;absolute&quot;, left:&quot;0px&quot;, top:&quot;0px&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})<br />
$('#pixnet_badge_link').css({position:&quot;absolute&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})<br />
if (jQuery.browser.msie &amp;&amp; (parseFloat(jQuery.browser.version) &gt;= 5.5 &amp;&amp; parseFloat(jQuery.browser.version) &lt; 7.0) &amp;&amp; document.body.filters) {<br />
    $('#pixnet_badge_link').css('background', 'transparent');<br />
    $('#pixnet_badge_link').css('filter', &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src=img)&quot;);<br />
} else <br />
$('#pixnet_badge_link').css('background', 'url(' + img + ') no-repeat left top');<br />
});<br />
&lt;/script&gt;</textarea>&nbsp;</td></tr></tbody></table><br/>為八八水災盡一份力量：<br/><div><font size="4"><b><font color="#ff0000"><font size="3">＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　</font>捐款　<font size="3">＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝</font></font></b></font></div><div><div>一、中華電信用戶</div><div><div>　　&nbsp;只要你是中華電信用戶以手機撥打「51199」，</div><div>　　&nbsp;跟隨電話語音引導，即可選擇捐出&nbsp;100&nbsp;元、300元或1000元金額參與救災。</div><div>　　&nbsp;活動詳情請參閱<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fwww.cht.com.tw%2FCompanyCat.php%3FCatID%3D4%26NewsID%3D3844%26Page%3DHotNewsDetail" target="_blank">中華電信網站</font></a>。</div><div><br/></div><div>二、台灣大哥大與與傳電信用路</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;台灣大哥大與遠傳電信用戶手機可撥「55135」捐款至紅十字會。</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</div></div></div><div>三、台灣世界展望會&nbsp;(&nbsp;<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fi-payment.worldvision.org.tw%2Foffering.php%3Fop%3Dofferingitem%26orgid%3D87" target="_blank">線上捐款</a>&nbsp;)&nbsp;(&nbsp;於8月11日更新資訊)</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款請利用郵政劃撥帳號：15752467，戶名：台灣世界展望會，註明：「莫拉克水患救援」，</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;相關資訊請洽愛心專線：02-2175-1995&nbsp;查詢，也可利用電子信箱：pr@worldvision.org.tw&nbsp;洽詢。&nbsp;</div><div>&nbsp;</div><div>四、中華民國紅十字會&nbsp;(&nbsp;<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Ftw.charity.yahoo.com%2Fproject_donation.html%3Fproject_id%3D179" target="_blank">線上捐款</a>&nbsp;)</div><div><br/></div><div>五、縣市政府莫拉克捐款專戶：</div><div><font color="#00ccff"><font color="#464646">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font><a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fwww.tainan.gov.tw%2F" target="_blank">台南縣政府</a>：</font></font></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;社會救助基金帳戶</div><div>&nbsp;&nbsp;&nbsp;&nbsp;（一）可轉帳帳號</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銀行代碼：004（台灣銀行）</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;分行代碼：0288（新營分行）</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帳號：028001001212</div><div><br/></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;（二）親臨銀行櫃台</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;戶名：台南縣社會救助基金專戶</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帳號：028-038-00238-7</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;銀行別：台灣銀行新營分行</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;請註明：莫拉克風災專用</div><div><br/></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;（三）海外匯款資訊</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;海外匯款帳戶&nbsp;Social&nbsp;Relief&nbsp;Fund&nbsp;of&nbsp;Tainan&nbsp;County</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;海外匯款帳號&nbsp;A/C&nbsp;NO.&nbsp;028001001212</div><div><br/></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;匯款分行資訊</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;臺灣銀行新營分行（BANK&nbsp;OF&nbsp;TAIWAN&nbsp;HSIN&nbsp;YING&nbsp;BRANCH）</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;外匯專線：（06）6321840</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;總&nbsp;機：（06）6351111轉153，154，155</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;F&nbsp;A&nbsp;X：（06）6370728</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;行&nbsp;址：新營市中正路10號（10&nbsp;CHUNG&nbsp;CHING&nbsp;ROAD&nbsp;HSIN&nbsp;YING,TAINAN.HSIEN）</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;信&nbsp;箱：P.O.BOX&nbsp;9</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SWIFT：BKTWTWTP028</div><div><br/></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font><a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fwww.kscg.gov.tw%2Ftw%2FNews%2FNewsDetail.aspx%3FSN%3D8316" target="_blank">高雄縣政府</a>：</div><div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;高雄縣政府受理民眾捐款專戶，<font color="#ff0000">無法以ATM轉帳捐款，請臨櫃轉帳辦理</font>。　&nbsp;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;戶名：高雄縣社會救助金專戶&nbsp;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;帳號：025-038-095-338&nbsp;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;立帳銀行別：台灣銀行鳳山分行&nbsp;</div><div>　&nbsp;</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;另外，最近發現有詐騙集團，利用民眾愛心捐款進行詐騙，<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;已陸續有民眾表示接獲自稱是高雄急難救助中心&rdquo;林美如&rdquo;或&rdquo;李美如小姐（大陸口音）&rdquo;，<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;告知有人冒用帳號捐款至該急難救助中心，要民眾前往ATM轉帳退款，<br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;請民眾切勿上當受騙，如有疑慮請電洽07-7477611轉2718、2721社會救助科洽詢。&nbsp;</div><div><br/></div></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font>屏東縣政府：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;社會救助金專戶&mdash;莫拉克颱風</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款帳號：台灣銀行屏東分行017038003667&nbsp;社會救助金專戶，捐款用途指定為─莫拉克颱風。</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;救災物資中心電話：08-7378821&nbsp;分機501～503</div><div><br/></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font>台東縣政府：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款專戶戶名：台東縣政府社會救助金專戶第一銀行台東分行，</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;捐款帳號:8111-0038775。</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;請註明上述捐贈為「莫拉克」颱風緊急救助之用。</div><div>&nbsp;&nbsp;</div><div>六、佛教慈濟基金會</div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font>銀行匯款</div><div>　　戶名：佛教慈濟基金會</div><div>　　請至下列銀行全國各地各分行填寫匯款憑單或佛教慈濟基金會專用匯款憑單進行捐款：</div><div>　　銀行別&nbsp;帳號&nbsp;</div><div>　　華南銀行&nbsp;(花蓮分行)&nbsp;820200288800&nbsp;</div><div>　　第一銀行&nbsp;(花蓮分行)&nbsp;80150250000&nbsp;</div><div>　　兆豐國際商銀&nbsp;(花蓮分行)&nbsp;02310705005&nbsp;</div><div>　　中華商業銀行&nbsp;(新生分行)&nbsp;01510006789500&nbsp;</div><div>　　中國信託商業銀行(東花蓮分行)&nbsp;189530150846&nbsp;</div><div>　　注意事項：</div><div>　　1.匯款存單上請將您的姓名、身份證號、出生日期、電話、地址及捐助的用途項目填寫清楚，</div><div>　　　再將匯款單的收執聯傳真至本會，以方便本會開立收據寄送收據給您。</div><div>　　2.由其他銀行轉匯至上列銀行者，方法同第1點。</div><div>　　　服務電話：03-8266779&nbsp;轉分機&nbsp;212、213　</div><div>　　　傳真電話：03-8261848（勸募組）</div><div><br/></div><div>　&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font>劃撥捐款</div><div>　　戶名：佛教慈濟基金會　帳號：06887791</div><div>　　請至全國郵局填寫劃撥單或打電話至本會或各分會索取。</div><div>　　服務電話：（03）8266779&nbsp;轉分機&nbsp;218、289</div><div>　　註：此捐款方式，本會需支付郵局手續費</div><div><br/></div><div>　&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font>語音捐款</div><div>　　&nbsp;服務電話：（03）8266779&nbsp;轉分機&nbsp;212、213<br/> 　&nbsp;&nbsp;&nbsp;&nbsp;</div><div><br/></div><div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<font color="#00ccff">＊</font>更多<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fwww.tzuchi.org.tw%2Findex.php%3Foption%3Dcom_content%26view%3Darticle%26id%3D210%26Itemid%3D285%25E3%2580%2588%3Dzh" target="_blank">佛教慈濟基金會捐款方式</a></div><div><br/></div><br/><div><b><font color="#339966"><font size="4"><font size="3">＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝<font size="4">徵求災區志工<font size="3">＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝</font></font></font></font></font></b></div><div><font color="#339966"><font size="4"><font size="3">&nbsp;&nbsp;<i>＝＝＝＝</i><font size="4"><font size="3"><i>＝＝</i><font size="4"><i><b>請先確認自己專長與致電詢問該區需求志工的細項</b>&nbsp;</i><font size="3"><i>＝＝＝＝＝＝</i></font></font></font></font></font></font></font></div><div>※&nbsp;相關連結：<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fwww.cultural.pthg.gov.tw%2Fpthg%2FNews_Show.jsp%3FID%3D1731%26sClassID%3D1" target="_blank">http://www.cultural.pthg.gov.tw/pthg/News_Show.jsp?ID=1731&amp;sClassID=1</a><br/><font color="#ff0000">※求助單位：屏東縣政府</font></div><div>&nbsp;&nbsp;&nbsp;&nbsp;每日三點截止網路報名，並公布入取名單以及發&nbsp;mail&nbsp;給作確認！</div><div>※&nbsp;主要協助內容：協助區域：佳冬、林邊、東港等災區民眾家園重建。</div><div>※&nbsp;支援日期：自98年8月12日開始至家園重建完成止。</div><div>※&nbsp;請自備雨衣、雨鞋、清掃用具、口罩、工作手套。</div><hr /><br/><div>※&nbsp;相關連結：<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fgbt.tw%2Ftainan%2F" target="_blank">http://gbt.tw/tainan/</a><br/><font color="#ff0000">※求助單位：台南縣政府</font></div><div>※&nbsp;相關事項：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;有關志工調度事宜，請洽詢志工專線(06)511-5504。</div><div>&nbsp;&nbsp;&nbsp;&nbsp;由於必須依照現場狀況才能調度中正堂與體育館的人力，</div><div>&nbsp;&nbsp;&nbsp;&nbsp;此外，志工組也會依據各鄉鎮也會回報的需求人數臨時派車載志工前去支援。</div><div>&nbsp;&nbsp;&nbsp;&nbsp;所以，請各位欲前來支援的志工能先行去電洽詢。<br/><hr /></div><div>※&nbsp;相關連結：<a href="http://ref.gamer.com.tw/redir.php?url=http%3A%2F%2Fwww.worldvision.org.tw%2Fwvtfriend%2Fnew%2Fnews-980813.htm" target="_blank">http://www.worldvision.org.tw/wvtfriend/new/news-980813.htm</a></div><div><font color="#ff0000">※求助單位：台灣世界展望會</font><br/>※&nbsp;相關事項：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;報到地點：台灣世界展望會南區辦事處（高雄市苓雅區建國一路109號13樓）</div><div>&nbsp;&nbsp;&nbsp;&nbsp;報名專線：0935-472-034，開放報名時間為&nbsp;09：00-19：00，</div><div>&nbsp;&nbsp;&nbsp;&nbsp;切請符合資格者報名以免造成線路堵塞，謝謝。</div><div>※注意事項：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;為避免造成災區困擾，連結內的志工需求請您務必配合，<br/>&nbsp;&nbsp;&nbsp;&nbsp;事先以電話報名確定可以前往後再出發！<br/><hr /><br/><div>※&nbsp;相關連結：<a href="http://www.eden.org.tw/news_detail.php?bulletin=1&amp;b_id=450">http://www.eden.org.tw/news_detail.php?bulletin=1&amp;b_id=450</a></div><div><font color="#ff0000">※求助單位：伊甸社會福利基金會全球資訊網</font><br/>※&nbsp;相關事項：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;急徵200名人力，時間是8/20~8/24任務為屏東災戶清潔。<br/>&nbsp;&nbsp;&nbsp;目前災區最缺乏的是社工人員、護理人員，將以此兩類專業人員優先。<br/><p>　　1.<a href="http://www.eden.org.tw/mana_php/Download/Image/news/20090810_news/9808.xls">志工需求狀況<br/></a>　　2.<a href="http://www.eden.org.tw/mana_php/Download/Image/news/20090810_news/20090813.doc">志工出隊說明書</a><br/>　　3.<a href="http://www.eden.org.tw/mana_php/Download/Image/news/20090812_news/20090812.doc">志工報名表下載</a><font size="3"><br/></font>&nbsp;&nbsp;&nbsp; 報名方式：填妥報名表後寄到：<a href="mailto:edenvolunteer@mail.eden.org.t">edenvolunteer@mail.eden.org.t</a></p></div><div>※&nbsp;注意事項：</div><div>&nbsp;&nbsp;&nbsp;&nbsp;志工需要18歲以上，能在災區連續服務72小時以上者。<br/>&nbsp;&nbsp;（若北部南下志工，請預留5天（2天來回交通）的時間）&nbsp;<br/><br/><br/></div><div><div><font size="4"><font color="#008080"><b>＝＝＝＝＝＝&nbsp;88水災台灣高鐵開放列車免費搭乘服務資訊&nbsp;＝＝＝＝＝＝<br/></b></font></font>※ 相關連結：<a href="http://www.thsrc.com.tw/event/88relief/index.html" target="_blank">http://www.thsrc.com.tw/event/88relief/index.html</a>&nbsp;(<font color="#ff0000">只開放團體喔</font>)<br/>A.實施期間：2009年8月12日（三）起至9月11日（五）止。&nbsp;<br/>B.提供座位數：每日每班車提供90個座位，每週提供7萬7,670個座位。&nbsp;<br/>C.申請資格：前往災區協助救災之政府機關及民間團體， 請先與縣市政府或世界展望會等團體確定報名志工成功之後，由該團體進行申請。&nbsp;<br/>D.可撥打服務專線電話 03-261-6997（服務時間：8月12日起，每日上午8時至晚上8時）&nbsp;<br/>E.申請方式：<br/>&nbsp;i.撥打服務專線電話03-261-6997（服務時間：8月12日起，每日上午8時至晚上8時）， 或下載申請表格（PDF 【附件二】或 Word 【附件三】）， 填寫後傳真至專線03-262-0925或03-262-0926。<br/> ii.為避免延誤行程，敬請儘早於搭乘車次發車前90分鐘提出申請，以利後續座位安排。&nbsp;<br/>iii.高鐵公司將與申請人確認車次及座位。 iv.申請人至高鐵各車站「88水災高鐵服務櫃台」， 持代表人身分證件領取車票後搭乘（櫃台服務時間同車站營運時間）。 </div></div></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29066175">(Read More...)</a></div>]]></content>
    <category term="└你不可不知"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29066175#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29063408</id>
    <title><![CDATA[語法｜如何製作設定我最三八？]]></title>
    <updated>2009-08-19T07:38:51+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29063408"/>
    <summary><![CDATA[這是在發卡的部落格看到的教學，兔子自己研究一下做了很多款式，有興趣可以至PhotoImpact｜製作屬於自己的我最三八圖片&nbsp;文章裡有仔細介紹，可以詳讀，另外針對一些不會使用或沒有PI軟體的寶貝們這邊開放下載製作，可以告訴兔子你喜歡的款式和文字登入回應留言後，兔兔會統一整理製作。語法複製：貼至側邊欄位設定的頁尾描述(感謝發卡部落提供語法)&lt;script type=&quot;text/javascript&quot;&gt;
//這邊可以更改
var url = &quot;連結位址&quot;; //滑鼠點下去會連到哪裡（如果不要連結請輸入#）
var title = &quot;提示文字&quot;; //滑鼠移上去時會顯示的提示文字
var img = &quot;圖片網址&quot;; //這裡放置自己的三八圖片網址

//下面不要改
var logo=&quot;&lt;div id=\&quot;pixnet_badge_container\&quot;&gt;&lt;a id=\&quot;pixnet_badge_link\&quot; href=\&quot;&quot; + url + &quot;\&quot; title=\&quot;&quot; + title + &quot;\&quot;&gt;&lt;/a&gt;&lt;/div&gt;&quot;;
jQuery(function($){
$(logo).appendTo(document.body);
$('#pixnet_badge_container').css({position:&quot;absolute&quot;, left:&quot;0px&quot;, top:&quot;0px&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})
$('#pixnet_badge_link').css({position:&quot;absolute&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})
if (jQuery.browser.msie &amp;&amp; (parseFloat(jQuery.browser.version) &gt;= 5.5 &amp;&amp; parseFloat(jQuery.browser.version) &lt; 7.0) &amp;&amp; document.body.filters) {
    $('#pixnet_badge_link').css('background', 'transparent');
    $('#pixnet_badge_link').css('filter', &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src=img)&quot;);
} else 
$('#pixnet_badge_link').css('background', 'url(' + img + ') no-repeat left top');
});
&lt;/script&gt;
※語法中所有&lt;br/&gt;請刪除。延伸閱讀：jQuery｜設定自己的我最三八 @ 發卡布洛 :: 痞客邦 PIXNET ::款式預覽：&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">這是在發卡的部落格看到的教學，兔子自己研究一下<br/>做了很多款式，有興趣可以至<a href="http://bshadow.pixnet.net/blog/post/23019551" target="_blank">PhotoImpact｜製作屬於自己的我最三八圖片</a>&nbsp;<br/>文章裡有仔細介紹，可以詳讀，另外針對一些不會使用或沒有PI軟體的寶貝們<br/>這邊<span class="bu">開放下載製作，可以告訴兔子你喜歡的款式和文字</span><br/>登入回應留言後，兔兔會統一整理製作。<br/><br/>語法複製：貼至側邊欄位設定的頁尾描述(感謝<a href="http://bshadow.pixnet.net/blog/" target="_blank">發卡部落</a>提供語法)<br/><textarea style="BORDER-BOTTOM: #999 0px dashed; FILTER: Alpha(opacity=90); BORDER-LEFT: #ddd 0px solid; BACKGROUND-COLOR: #fff; FONT-VARIANT: normal; WIDTH: 450px; FONT-FAMILY: Verdana; HEIGHT: 120px; COLOR: #666666; FONT-SIZE: 8pt; OVERFLOW: hidden; BORDER-TOP: #999 0px dashed; FONT-WEIGHT: normal; BORDER-RIGHT: #ddd 0px solid; FONT-: normal" onfocus="this.select()" onmouseover="this.focus();" name="g">&lt;script type=&quot;text/javascript&quot;&gt;<br />
//這邊可以更改<br />
var url = &quot;連結位址&quot;; //滑鼠點下去會連到哪裡（如果不要連結請輸入#）<br />
var title = &quot;提示文字&quot;; //滑鼠移上去時會顯示的提示文字<br />
var img = &quot;圖片網址&quot;; //這裡放置自己的三八圖片網址<br />
<br />
//下面不要改<br />
var logo=&quot;&lt;div id=\&quot;pixnet_badge_container\&quot;&gt;&lt;a id=\&quot;pixnet_badge_link\&quot; href=\&quot;&quot; + url + &quot;\&quot; title=\&quot;&quot; + title + &quot;\&quot;&gt;&lt;/a&gt;&lt;/div&gt;&quot;;<br />
jQuery(function($){<br />
$(logo).appendTo(document.body);<br />
$('#pixnet_badge_container').css({position:&quot;absolute&quot;, left:&quot;0px&quot;, top:&quot;0px&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})<br />
$('#pixnet_badge_link').css({position:&quot;absolute&quot;, width:&quot;110px&quot;, height:&quot;110px&quot;})<br />
if (jQuery.browser.msie &amp;&amp; (parseFloat(jQuery.browser.version) &gt;= 5.5 &amp;&amp; parseFloat(jQuery.browser.version) &lt; 7.0) &amp;&amp; document.body.filters) {<br />
    $('#pixnet_badge_link').css('background', 'transparent');<br />
    $('#pixnet_badge_link').css('filter', &quot;progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale, src=img)&quot;);<br />
} else <br />
$('#pixnet_badge_link').css('background', 'url(' + img + ') no-repeat left top');<br />
});<br />
&lt;/script&gt;</textarea><br />
<br/><font color="#ff0000">※語法中所有&lt;br/&gt;請刪除。<br/></font><br/>延伸閱讀：<a href="http://bshadow.pixnet.net/blog/post/23009355" target="_blank">jQuery｜設定自己的我最三八</a> @ 發卡布洛 :: 痞客邦 PIXNET ::<br/><br/>款式預覽：<br/><table border="1" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397f3d4ae.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397ed14cf.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397e7eb64.png" alt=""/></td><td><img src="http://pic.pimg.tw/bluegirl73623/4a8b397e2e241.png" alt=""/>&nbsp;</td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397dc56a0.png" alt=""/></td></tr><tr><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397d3abcc.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397ccffe7.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397c8071c.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397c26ca6.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397b940f6.png" alt=""/></td></tr><tr><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397b389ab.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397adf045.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397a93cca.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b397a3eefe.png" alt=""/></td><td>&nbsp;<img src="http://pic.pimg.tw/bluegirl73623/4a8b3979ce28c.png" alt=""/></td></tr></tbody></table>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29063408">(Read More...)</a></div>]]></content>
    <category term="└痞客部落格實用語法"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29063408#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29063240</id>
    <title><![CDATA[時計｜潛水貓時計鐘系列]]></title>
    <updated>2009-08-19T05:57:37+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29063240"/>
    <summary><![CDATA[這是潛水貓所設計的作品，貓咪招財時計經濟不景氣的狀況下放一個在你部落格為你招招人氣吧！附上三款圓形早期設計的貓時鐘。【招財貓】&lt;embed src=&quot;http://blog.roodo.com/arabbit23/5c617fa8.swf&quot; width=&quot;196&quot; height=&quot;220&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&nbsp;&nbsp;【摘星星】&nbsp;【西部牛仔】&nbsp;【魔術貓】&lt;embed src=&quot;http://blog.roodo.com/arabbit23/6d2a811a.swf&quot; width=&quot;150&quot; height=&quot;150&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/dfcb8dd3.swf&quot; width=&quot;150&quot; height=&quot;150&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/49cea5c7.swf&quot; width=&quot;150&quot; height=&quot;150&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;

&nbsp;【小白吃飯飯】&nbsp;【記憶裡的螢火蟲】&lt;embed src=&quot;http://blog.roodo.com/arabbit23/73c2a1f2.swf&quot; width=&quot;170&quot; height=&quot;170&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/75401ca5.swf&quot; width=&quot;170&quot; height=&quot;139&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;記憶裡的營火蟲這款會因為天色時間變化自動變化圖片，隨著電腦時間變幻成白天、凌晨、正午、黃昏及夜晚......。以下圖片也可以當作MSN大頭圖(由潛水貓提供)請直接在圖片上按滑鼠右鍵&rarr;另存圖片下載 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">這是<a href="http://blog.yam.com/cats/" target="_blank">潛水貓</a>所設計的作品，貓咪招財時計<br/>經濟不景氣的狀況下放一個在你部落格為你招招人氣吧！<br/>附上三款圓形早期設計的貓時鐘。<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><p align="center">【招財貓】<br/><embed src="http://www.divingcat.com/15.swf" width="196" height="220" quality="High" wmode="transparent"></embed></p></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 196px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/5c617fa8.swf&quot; width=&quot;196&quot; height=&quot;220&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><p>&nbsp;</p><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><p align="center">&nbsp;【摘星星】<br/><embed src="http://www.divingcat.com/01star.swf" width="150" height="150" quality="High" wmode="transparent"></embed></p></td><td><p align="center">&nbsp;【西部牛仔】<br/><embed src="http://www.divingcat.com/02cowboy.swf"  width="150" height="150" quality="High" wmode="transparent"></embed></p></td><td><p align="center">&nbsp;【魔術貓】<br/><embed src="http://www.divingcat.com/04magician.swf" width="150" height="150" quality="High" wmode="transparent"></embed></p></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/6d2a811a.swf&quot; width=&quot;150&quot; height=&quot;150&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/dfcb8dd3.swf&quot; width=&quot;150&quot; height=&quot;150&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/49cea5c7.swf&quot; width=&quot;150&quot; height=&quot;150&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><br />
<br />
<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><p align="center">&nbsp;【小白吃飯飯】<br/><embed src="http://www.divingcat.com/13bubu.swf" width="170" height="170" quality="High" wmode="transparent"></embed></p></td><td><p align="center">&nbsp;【記憶裡的螢火蟲】<br/><embed src="http://www.divingcat.com/09lightingbug.swf" width="170" height="170" quality="High" wmode="transparent"></embed></p></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 170px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/73c2a1f2.swf&quot; width=&quot;170&quot; height=&quot;170&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 170px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/75401ca5.swf&quot; width=&quot;170&quot; height=&quot;139&quot; quality=&quot;High&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table></div><br/>記憶裡的營火蟲這款會因為天色時間變化自動變化圖片，隨著電腦時間<br/>變幻成白天、凌晨、正午、黃昏及夜晚......。<br/>以下圖片也可以當作MSN大頭圖(由<a href="http://blog.yam.com/cats/article/11083327" target="_blank">潛水貓</a>提供)<br/>請直接在圖片上按滑鼠右鍵&rarr;另存圖片下載 <table border="0" cellspacing="0" cellpadding="0" width="480"><tbody><tr><td width="150"><img alt="" src="http://pics3.blog.yam.com/2/userfile/c/cats/album/14400778f39d86.jpg" width="150" height="150"/></td><td width="15">&nbsp;</td><td width="150"><img alt="" src="http://pics3.blog.yam.com/2/userfile/c/cats/album/14400778f6359d.jpg" width="150" height="150"/></td><td width="15">&nbsp;</td><td width="150"><img alt="" src="http://pics3.blog.yam.com/2/userfile/c/cats/album/14400778f7bc43.jpg" width="150" height="150"/></td></tr><tr><td width="150">&nbsp;</td><td width="15">&nbsp;</td><td width="150">&nbsp;</td><td width="15">&nbsp;</td><td width="150">&nbsp;</td></tr><tr><td width="150"><img alt="" src="http://pics3.blog.yam.com/2/userfile/c/cats/album/14400778f942db.jpg" width="150" height="150"/></td><td width="15">&nbsp;</td><td width="150"><img alt="" src="http://pics3.blog.yam.com/2/userfile/c/cats/album/14400778faa273.jpg" width="150" height="150"/></td><td width="15">&nbsp;</td><td width="150">&nbsp;</td></tr></tbody></table></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29063240">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29063240#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29059213</id>
    <title><![CDATA[時計｜LOveland ♥ - 時計公告欄  lovely2款]]></title>
    <updated>2009-08-18T19:50:42+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29059213"/>
    <summary><![CDATA[一樣是邦妮Baby的新設計粉紅嫩嫩的蝴蝶和巧克力草莓奶油蛋糕，甜甜的讓人愛不釋手。(公告欄一次最多顯示十個字可利用#字鍵斷行)
【朱古力蛋糕】&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/4cbd3150.swf&quot; width=&quot;163&quot; height=&quot;101&quot; wmode=&quot;transparent&quot;&gt;&nbsp;【LOVELY蝴蝶結】&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/ac7ac617.swf&quot; width=&quot;193&quot; height=&quot;189&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=打字#打字#打字&quot;&gt;&lt;/embed&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">一樣是<a href="http://www.wretch.cc/blog/kisslovely/" target="_blank">邦妮</a>Baby的新設計粉紅嫩嫩的蝴蝶<br/>和巧克力草莓奶油蛋糕，甜甜的讓人愛不釋手。<br/><font color="#f7dbe1">(公告欄一次最多顯示十個字可利用#字鍵斷行)</font><br/></div><br />
<br/>【朱古力蛋糕】<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img259.imageshack.us/img259/1708/t08.swf" width="193" height="189" wmode="transparent" flashvars="go=濃濃巧克力味道#伴隨著#草莓奶油甜甜香氣#忍不住#想要一口咬下去的衝動#除了時計功能#也可當公告欄喔~"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 193px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/4cbd3150.swf&quot; width=&quot;163&quot; height=&quot;101&quot; wmode=&quot;transparent&quot;&gt;</textarea>&nbsp;</td></tr></tbody></table><br/>【LOVELY蝴蝶結】<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img150.imageshack.us/img150/5214/t082.swf" width="163" height="101" wmode="transparent"></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 163px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/ac7ac617.swf&quot; width=&quot;193&quot; height=&quot;189&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=打字#打字#打字&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><br/></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29059213">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29059213#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29059088</id>
    <title><![CDATA[系列｜LOveland ♥ - 時計公告欄+計日器  花弄蝶]]></title>
    <updated>2009-08-18T19:20:06+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29059088"/>
    <summary><![CDATA[可愛華麗姬系設計者邦妮Baby搬家了搬到了新帳號LOveland &hearts;也在新部落格相進推出新作品發表先介紹花物語系列時計公告欄也附有計日器功能。【玫瑰框時計公告欄】&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/a73f3cc1.swf&quot; width=&quot;195&quot; height=&quot;280&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=打字#打字#打字#&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;&nbsp; src=&quot;http://blog.roodo.com/arabbit23/db47988b.swf&quot; width=&quot;195&quot; height=&quot;280&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=打字#打字#打字#&quot;&gt;&lt;/embed&gt;&nbsp;【花草計日器】&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://img149.imageshack.us/img149/5396/18592046.swf&quot; width=&quot;180&quot; height=&quot;200&quot; flashvars=&quot;v_wd=離開玫瑰園的日子已經過了&amp;v_t=2008/12/10&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">可愛華麗姬系設計者邦妮Baby搬家了<br/>搬到了新帳號<a href="http://www.wretch.cc/blog/kisslovely/" target="_blank">LOveland &hearts;</a>也在新部落格相進推出新作品發表<br/>先介紹花物語系列時計公告欄也附有計日器功能。<br/><br/>【玫瑰框時計公告欄】<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img81.imageshack.us/img81/768/t03.swf" width="195" height="280" wmode="transparent" flashvars="go=這是邦妮寶貝的最新設計可以無限打字段落可用井字鍵斷行#空間已經上傳無名寶貝们直接使用請勿盜連空間網址#轉載記得加入原文出處以及作者連結喔!"></embed></td><td><embed allowscriptaccess="never"  src="http://img165.imageshack.us/img165/7060/t032.swf" width="180" height="280" wmode="transparent" flashvars="go=這是邦妮寶貝的最新設計可以無限打字段落可用井字鍵斷行#空間已經上傳無名寶貝们直接使用請勿盜連空間網址#轉載記得加入原文出處以及作者連結喔!"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/a73f3cc1.swf&quot; width=&quot;195&quot; height=&quot;280&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=打字#打字#打字#&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;&nbsp; src=&quot;http://blog.roodo.com/arabbit23/db47988b.swf&quot; width=&quot;195&quot; height=&quot;280&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=打字#打字#打字#&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><br/>【花草計日器】<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img149.imageshack.us/img149/5396/18592046.swf" width="180" height="200" flashvars="v_wd=離開玫瑰園的日子已經過了&v_t=2008/12/10" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://img149.imageshack.us/img149/5396/18592046.swf&quot; width=&quot;180&quot; height=&quot;200&quot; flashvars=&quot;v_wd=離開玫瑰園的日子已經過了&amp;v_t=2008/12/10&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><br/></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29059088">(Read More...)</a></div>]]></content>
    <category term="└上百種部落小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29059088#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29049398</id>
    <title><![CDATA[時計｜一點也不宅！四小折部落格串聯時鐘]]></title>
    <updated>2009-08-17T19:52:00+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29049398"/>
    <summary><![CDATA[放暑假這幾天你還宅在家裡嘛？由繪日誌達人四小折創作的一點也不宅串聯時計這是在企鵝家看到得資訊,雖然活動已結束，不過可愛的時鐘可以擺在部落格當作裝飾喔！&lt;Embed src=&quot;http://img512.imageshack.us/img512/8817/2002531.swf&quot;width=&quot;180&quot; height=&quot;228&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;Embed src=&quot;http://img512.imageshack.us/img512/613/2002532.swf&quot; width=&quot;180&quot; height=&quot;228&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;Embed src=&quot;http://img512.imageshack.us/img512/1985/2002533.swf&quot; width=&quot;180&quot; height=&quot;228&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;
【新書】小時鐘串聯+宅度檢定=頒獎典禮！【新書】小時鐘串聯+宅度檢定=頒獎典禮！【新書】四小折一點都不宅! 預購開始！【新書】預告篇趴兔+宅度檢定！]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">放暑假這幾天你還宅在家裡嘛？由繪日誌達人<a href="http://www.wretch.cc/blog/off60" target="_blank">四小折</a>創作的一點也不宅串聯時計<br/>這是在<a href="http://tzoyiing.pixnet.net/blog/post/23987219" target="_blank">企鵝</a>家看到得資訊,雖然活動已結束，不過可愛的時鐘可以擺在部落格當作裝飾喔！<br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><Embed src="http://img512.imageshack.us/img512/8817/2002531.swf"width="180" height="228" wmode="transparent"></embed></td><td><Embed src="http://img512.imageshack.us/img512/613/2002532.swf" width="180" height="228" wmode="transparent"></embed></td><td><Embed src="http://img512.imageshack.us/img512/1985/2002533.swf" width="180" height="228" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;Embed src=&quot;http://img512.imageshack.us/img512/8817/2002531.swf&quot;width=&quot;180&quot; height=&quot;228&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;Embed src=&quot;http://img512.imageshack.us/img512/613/2002532.swf&quot; width=&quot;180&quot; height=&quot;228&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 180px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;Embed src=&quot;http://img512.imageshack.us/img512/1985/2002533.swf&quot; width=&quot;180&quot; height=&quot;228&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><br/></div><br />
<hr />【新書】<a href="http://www.wretch.cc/blog/off60/5523832" target="_blank">小時鐘串聯+宅度檢定=頒獎典禮！<br/></a>【新書】<a href="http://www.wretch.cc/blog/off60/5521810" target="_blank">小時鐘串聯+宅度檢定=頒獎典禮！</a><br/>【新書】<a href="http://www.wretch.cc/blog/off60/5519222" target="_blank">四小折一點都不宅! 預購開始！</a><br/>【新書】<a href="http://www.wretch.cc/blog/off60/5518736" target="_blank">預告篇趴兔+宅度檢定！</a></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29049398">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29049398#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29049270</id>
    <title><![CDATA[時計｜Q版上班女郎造型時計]]></title>
    <updated>2009-08-17T19:35:37+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29049270"/>
    <summary><![CDATA[由clocklink網站提供的上班女郎時計公事包變成時計的樣子，臉一臉不情願似乎也在跟時間賽跑哪！obj=new Object;obj.clockfile="bloguru003-black.swf";obj.TimeZone="PST";obj.width=150;obj.height=150;obj.wmode="transparent";showClock(obj);&lt;script src=&quot;http://www.clocklink.com/embed.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; language=&quot;JavaScript&quot;&gt;obj=new Object;obj.clockfile=&quot;bloguru003-black.swf&quot;;obj.TimeZone=&quot;PST&quot;;obj.width=150;obj.height=150;obj.wmode=&quot;transparent&quot;;showClock(obj);&lt;/script&gt;&lt;embed src=&quot;http://www.clocklink.com/clocks/bloguru003-black.swf?TimeZone=PST&amp;&quot;  width=&quot;150&quot; height=&quot;150&quot; wmode=&quot;transparent&quot; type=&quot;application/x-shockwave-flash&quot;&gt;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">由<a href="http://www.clocklink.com/gallery.php" target="_blank">clocklink</a>網站提供的上班女郎時計<br/>公事包變成時計的樣子，臉一臉不情願<br/>似乎也在跟時間賽跑哪！<br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="bloguru003-black.swf";obj.TimeZone="PST";obj.width=150;obj.height=150;obj.wmode="transparent";showClock(obj);</script></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;script src=&quot;http://www.clocklink.com/embed.js&quot;&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot; language=&quot;JavaScript&quot;&gt;obj=new Object;obj.clockfile=&quot;bloguru003-black.swf&quot;;obj.TimeZone=&quot;PST&quot;;obj.width=150;obj.height=150;obj.wmode=&quot;transparent&quot;;showClock(obj);&lt;/script&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://www.clocklink.com/clocks/bloguru003-black.swf?TimeZone=PST&amp;&quot;  width=&quot;150&quot; height=&quot;150&quot; wmode=&quot;transparent&quot; type=&quot;application/x-shockwave-flash&quot;&gt;</textarea></td></tr></tbody></table></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29049270">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29049270#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29048942</id>
    <title><![CDATA[跑馬燈｜向日葵系✿跑馬燈+時計]]></title>
    <updated>2009-08-17T18:39:26+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29048942"/>
    <summary><![CDATA[好久不見的小蛙製作了跑馬燈時計由獨來獨往提供，一共三款。&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/ff1b4c20.swf&quot; width=&quot;193&quot; height=&quot;103&quot;  FlashVars=&quot;go=這是跑馬燈文字&quot; wmode=&quot;transparent&quot;&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/a9c9cd7d.swf&quot; width=&quot;192&quot; height=&quot;104&quot; FlashVars=&quot;go=這是跑馬燈文字&quot; wmode=&quot;transparent&quot;&gt;&nbsp;&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/4b0f0c93.swf&quot; width=&quot;192&quot; height=&quot;104&quot; FlashVars=&quot;go=這是跑馬燈文字&quot; wmode=&quot;transparent&quot;&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<p><br/><div id="first">好久不見的小蛙製作了跑馬燈時計<br/>由<a href="http://www.wretch.cc/blog/yehcathy/8924783" target="_blank">獨來獨</a>往提供，一共三款。<br/><br/></p><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img269.imageshack.us/img269/9344/sunflower3.swf" width="193" height="103"  FlashVars="go=感謝獨來獨網製作,空間已經上傳請勿盜連空間網址" wmode="transparent"></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 190px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/ff1b4c20.swf&quot; width=&quot;193&quot; height=&quot;103&quot;  FlashVars=&quot;go=這是跑馬燈文字&quot; wmode=&quot;transparent&quot;&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img269.imageshack.us/img269/5330/sunflower2.swf" width="192" height="104" FlashVars="go=感謝獨來獨網製作,空間已經上傳請勿盜連空間網址" wmode="transparent"></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 190px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/a9c9cd7d.swf&quot; width=&quot;192&quot; height=&quot;104&quot; FlashVars=&quot;go=這是跑馬燈文字&quot; wmode=&quot;transparent&quot;&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed allowscriptaccess="never"  src="http://img269.imageshack.us/img269/7251/sunflower1.swf" width="192" height="104" FlashVars="go=感謝獨來獨網製作,空間已經上傳請勿盜連空間網址" wmode="transparent"></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 190px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed allowscriptaccess=&quot;never&quot;  src=&quot;http://blog.roodo.com/arabbit23/4b0f0c93.swf&quot; width=&quot;192&quot; height=&quot;104&quot; FlashVars=&quot;go=這是跑馬燈文字&quot; wmode=&quot;transparent&quot;&gt;</textarea>&nbsp;</td></tr></tbody></table>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29048942">(Read More...)</a></div>]]></content>
    <category term="└跑跑馬燈"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29048942#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29048017</id>
    <title><![CDATA[系列｜樹精靈.花精靈]]></title>
    <updated>2009-08-17T16:02:19+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29048017"/>
    <summary><![CDATA[同樣是由幸福小站製作的精靈系列，有男孩樹精靈和女孩花精靈有什麼話想告訴他們呢？把它寫下來他會幫你們傳達唷除了公告欄功能外還附上時計時鐘。 (日曆部分滑鼠移到小花上可以看到文字內容喔)

&lt;embed src=&quot;http://blog.roodo.com/arabbit23/d4ae5b5b.swf&quot; width=&quot;150&quot; height=&quot;200&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;&nbsp;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/c18837f0.swf&quot; width=&quot;150&quot; height=&quot;200&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;&nbsp;因為兔兔版面底色是黑色所以有去除掛件中的透明語法方便展示，實際上提供的都有加入。

&lt;embed src=&quot;http://img35.imageshack.us/img35/1933/lin05.swf&quot; width=&quot;150&quot; height=&quot;245&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;&nbsp;&lt;embed src=&quot;http://img35.imageshack.us/img35/1517/lin06.swf&quot; width=&quot;150&quot; height=&quot;245&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">同樣是由<a href="http://kanny1111.pixnet.net/blog/post/24569866" target="_blank">幸福小站</a>製作的精靈系列，有男孩樹精靈和女孩花精靈<br/>有什麼話想告訴他們呢？把它寫下來他會幫你們傳達唷<br/>除了公告欄功能外還附上時計時鐘。 <br/><font color="#ff0000">(日曆部分滑鼠移到小花上可以看到文字內容喔)<br/></font><br />
<br />
<table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed src="http://img261.imageshack.us/img261/5678/lin03.swf" width="150" height="200" flashvars="go=有什麼話想跟我說嘛?讓我幫你傳達你的想念.."></td><td><embed src="http://img261.imageshack.us/img261/1271/lin04.swf" width="150" height="200" flashvars="go=空間已經上傳轉載請務必回應告知並加入出處及原作網址"></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/d4ae5b5b.swf&quot; width=&quot;150&quot; height=&quot;200&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/c18837f0.swf&quot; width=&quot;150&quot; height=&quot;200&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;</textarea>&nbsp;</td></tr></tbody></table><br/>因為兔兔版面底色是黑色所以有去除掛件中的透明語法<br/>方便展示，實際上提供的都有加入。<br/><br />
<br />
<table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed height="245" type="" width="150" src="http://img35.imageshack.us/img35/1933/lin05.swf"></embed></td><td><embed height="245" type="" width="150" src="http://img35.imageshack.us/img35/1517/lin06.swf" ></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://img35.imageshack.us/img35/1933/lin05.swf&quot; width=&quot;150&quot; height=&quot;245&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 150px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://img35.imageshack.us/img35/1517/lin06.swf&quot; width=&quot;150&quot; height=&quot;245&quot; wmode=&quot;transparent&quot; flashvars=&quot;go=想說的話&quot;&gt;</textarea>&nbsp;</td></tr></tbody></table></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29048017">(Read More...)</a></div>]]></content>
    <category term="└上百種部落小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29048017#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29047399</id>
    <title><![CDATA[音樂｜風之精靈發條音樂盒]]></title>
    <updated>2009-08-17T15:41:08+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29047399"/>
    <summary><![CDATA[由幸福小站提供的精靈音樂盒，看小精靈頭髮飛舞飄揚著是不是也感受到一絲微風呢？可以做多首或單曲播放另外旁邊的發條轉一下還會有驚喜喔！&lt;embed src=&quot;http://blog.roodo.com/arabbit23/73b6b602.swf&quot; width=&quot;175&quot; height=&quot;180&quot;flashvars=&quot;mp3=音樂網址*音樂網址*音樂網址*音樂網址*音樂網址&amp;autostart=1&amp; autoreplay=1&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/a27d0ba9.swf&quot; width=&quot;175&quot; height=&quot;180&quot;flashvars=&quot;mp3=音樂網址*音樂網址*音樂網址*音樂網址*音樂網址&amp;autostart=0&amp; autoreplay=1&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;&nbsp;※autostart=自動播放0不自動播放1※autoreplay=循環0不循環1]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">由<a href="http://kanny1111.pixnet.net/blog/post/24569866" target="_blank">幸福小站</a>提供的精靈音樂盒，看小精靈頭髮飛舞飄揚著<br/>是不是也感受到一絲微風呢？可以做多首或單曲播放<br/>另外旁邊的發條轉一下還會有驚喜喔！<br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed src="http://img5.imageshack.us/img5/996/mu11.swf" width="175" height="180"flashvars="mp3=http://f10.wretch.yimg.com/poffopen/11/1812459067.mp3&autostart=0& autoreplay=1" wmode="transparent"></embed></td><td><embed src="http://img5.imageshack.us/img5/1089/mu12.swf" width="175" height="180"flashvars="mp3=http://f10.wretch.yimg.com/poffopen/11/1812459067.mp3&autostart=0& autoreplay=1" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 175px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/73b6b602.swf&quot; width=&quot;175&quot; height=&quot;180&quot;flashvars=&quot;mp3=音樂網址*音樂網址*音樂網址*音樂網址*音樂網址&amp;autostart=1&amp; autoreplay=1&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 175px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/a27d0ba9.swf&quot; width=&quot;175&quot; height=&quot;180&quot;flashvars=&quot;mp3=音樂網址*音樂網址*音樂網址*音樂網址*音樂網址&amp;autostart=0&amp; autoreplay=1&quot; wmode=&quot;transparent&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table><br/>※autostart=自動播放0不自動播放1<br/>※autoreplay=循環0不循環1<br/></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29047399">(Read More...)</a></div>]]></content>
    <category term="└音樂播放器/面板"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29047399#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29038174</id>
    <title><![CDATA[計日｜兔包的和風部落格計日器 (附上MSN表情圖)]]></title>
    <updated>2009-08-16T16:11:03+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29038174"/>
    <summary><![CDATA[由兔包的不啦落格所提供的計日器還附上時計。(空間已經上傳無名會員可以直接使用)&lt;embed src=&quot;http://mioavian.hp.infoseek.co.jp/img/Flash/date02.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/c0b6e57c.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed src=&quot;http://mioavian.hp.infoseek.co.jp/img/Flash/date01.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;&lt;embed src=&quot;http://blog.roodo.com/arabbit23/c90ce969.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;&nbsp;&lt;embed width=&quot;160&quot; height=&quot;90&quot; src=&quot;http://mioavian.hp.infoseek.co.jp/img/Flash/Clock_S.swf&quot;&gt;&lt;embed width=&quot;160&quot; height=&quot;90&quot; src=&quot;http://blog.roodo.com/arabbit23/cf31ff52.swf&quot;&gt;
更多兔包的MSN表情符號下載]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">由<a href="http://mioavian.pixnet.net/blog" target="_blank">兔包的不啦落格</a>所提供的計日器還附上時計。<br/>(空間已經上傳無名會員可以直接使用)<br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed src="http://mioavian.hp.infoseek.co.jp/img/Flash/date02.swf" width="160" height="130" FlashVars="v_wd=距離暖暖聖誕節還有...&v_t=2009/12/25" wmode="transparent"></embed></td><td><embed src="http://mioavian.hp.infoseek.co.jp/img/Flash/date01.swf" width="160" height="130" FlashVars="v_wd=搬到痞客邦過生活已經&v_t=2008/01/12" wmode="transparent"></embed></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://mioavian.hp.infoseek.co.jp/img/Flash/date02.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/c0b6e57c.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://mioavian.hp.infoseek.co.jp/img/Flash/date01.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed src=&quot;http://blog.roodo.com/arabbit23/c90ce969.swf&quot; width=&quot;160&quot; height=&quot;130&quot; FlashVars=&quot;v_wd=主題...&amp;v_t=2008/00/00&quot;&gt;&lt;/embed&gt;</textarea>&nbsp;</td></tr></tbody></table></p><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td><embed width="160" height="90" src="http://mioavian.hp.infoseek.co.jp/img/Flash/Clock_S.swf"></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;90&quot; src=&quot;http://mioavian.hp.infoseek.co.jp/img/Flash/Clock_S.swf&quot;&gt;</textarea><br/><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;embed width=&quot;160&quot; height=&quot;90&quot; src=&quot;http://blog.roodo.com/arabbit23/cf31ff52.swf&quot;&gt;</textarea></td></tr></tbody></table><br />
<hr/><br/>更多<a href="http://mioavian.pixnet.net/blog/category/1456547" target="_blank">兔包的MSN表情符號</a>下載<br/><img title="Tubao_4thClap.gif" border="0" alt="Tubao_4thClap.gif" src="http://pic.pimg.tw/mioavian/4a305e7931320.gif"/><img title="Tubao_4thCrying.gif" border="0" alt="Tubao_4thCrying.gif" src="http://pic.pimg.tw/mioavian/4a305e9fabb1e.gif"/><img title="Tubao_4thDot.gif" border="0" alt="Tubao_4thDot.gif" src="http://pic.pimg.tw/mioavian/4a305eab4d419.gif"/><img title="Tubao_4thThumbup.gif" border="0" alt="Tubao_4thThumbup.gif" src="http://pic.pimg.tw/mioavian/4a305ec206a5c.gif"/><img title="tubao_Q.gif" border="0" alt="tubao_Q.gif" src="http://pic.pimg.tw/mioavian/49ffbd94ccd96.gif"/><img title="tubao_shy.gif" border="0" alt="tubao_shy.gif" src="http://pic.pimg.tw/mioavian/49ffbdcd11c01.gif"/><br/><img title="meetu-疑問.gif" border="0" alt="meetu-疑問.gif" src="http://pic.pimg.tw/mioavian/49ffbe3be2dc6.gif"/><img title="meetu-朝笑.gif" border="0" alt="meetu-朝笑.gif" src="http://pic.pimg.tw/mioavian/49ffbe1a957a6.gif"/><img title="meetu-哭泣.gif" border="0" alt="meetu-哭泣.gif" src="http://pic.pimg.tw/mioavian/49ffbdfb0ef46.gif"/>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29038174">(Read More...)</a></div>]]></content>
    <category term="└計數/日器種類"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29038174#comments</wfw:comment>
  </entry>
  <entry xmlns:wfw="http://wellformedweb.org/CommentAPI/">
    <id>http://bluegirl73623.pixnet.net/blog/post/29038059</id>
    <title><![CDATA[時計｜可愛的睡寶寶塗鴉時計/日曆]]></title>
    <updated>2009-08-16T15:54:23+08:00</updated>
    <link rel="alternate" href="http://bluegirl73623.pixnet.net/blog/post/29038059"/>
    <summary><![CDATA[日本ハピネム網站提供可愛的塗鴉寶寶時計一共有3款造型喔！&nbsp;【小花時鐘】&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp006/bp006.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;160&quot;&gt;&lt;/iframe&gt;&nbsp;【紅花時計】&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp004/bp004.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;160&quot;&gt;&lt;/iframe&gt;&nbsp;【睡寶寶時計】&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp003/bp003.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;160&quot;&gt;&lt;/iframe&gt;&nbsp;【小花日曆】&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp002/bp002.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;240&quot;&gt;&lt;/iframe&gt;&nbsp;]]></summary>
    <content type="html"><![CDATA[<br/><div id="first">日本<a href="http://www.hapinemu.net/blog_parts.php" target="_blank">ハピネム</a>網站提供可愛的塗鴉寶寶時計<br/>一共有3款造型喔！&nbsp;<br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td>【小花時鐘】<iframe src="http://www.hapinemu.net/fobp/bp006/bp006.html" allowTransparency="true" border="0" frameborder="0" width="160" height="160"></iframe></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp006/bp006.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;160&quot;&gt;&lt;/iframe&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td>【紅花時計】<iframe src="http://www.hapinemu.net/fobp/bp004/bp004.html" allowTransparency="true" border="0" frameborder="0" width="160" height="160"></iframe></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp004/bp004.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;160&quot;&gt;&lt;/iframe&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td>【睡寶寶時計】<iframe src="http://www.hapinemu.net/fobp/bp003/bp003.html" allowTransparency="true" border="0" frameborder="0" width="160" height="160"></iframe></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp003/bp003.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;160&quot;&gt;&lt;/iframe&gt;</textarea>&nbsp;</td></tr></tbody></table><br/><br/><br/><table border="0" cellspacing="1" cellpadding="1" width="200"><tbody><tr><td>【小花日曆】<iframe src="http://www.hapinemu.net/fobp/bp002/bp002.html" allowTransparency="true" border="0" frameborder="0" width="160" height="240"></iframe></td></tr><tr><td><textarea style="SCROLLBAR-ARROW-COLOR: #ffffff; BORDER-BOTTOM: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; WIDTH: 160px; FONT: 7pt verdana; HEIGHT: 18px; OVERFLOW: hidden; BORDER-TOP: #ddd 1px solid; SCROLLBAR-TRACK-COLOR: #ffffff; BORDER-RIGHT: #ddd 1px solid" onfocus="this.select()" onmouseover="this.focus();">&lt;iframe src=&quot;http://www.hapinemu.net/fobp/bp002/bp002.html&quot; allowTransparency=&quot;true&quot; border=&quot;0&quot; frameborder=&quot;0&quot; width=&quot;160&quot; height=&quot;240&quot;&gt;&lt;/iframe&gt;</textarea>&nbsp;</td></tr></tbody></table></div>  <div class="more"><a href="http://bluegirl73623.pixnet.net/blog/post/29038059">(Read More...)</a></div>]]></content>
    <category term="└不落時間小玩意"/>
    <wfw:comment xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://bluegirl73623.pixnet.net/blog/post/29038059#comments</wfw:comment>
  </entry>
</feed>
