自我介紹
樂樂哥哥、愛醬妹妹的成長日記
var linkwithin_site_id = 141361;
var linkwithin_site_id = 141361;
-->
-->
-->
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"));
try {
var pageTracker = _gat._getTracker("UA-400054-6");
pageTracker._trackPageview();
} catch(err) {}
-->
$(function() {
$('.wrap img').hover(
function(){
var $this = $(this);
$this.stop().animate({'opacity':'1.0','height':'333px','top':'0px','left':'0px'},1200);
},
function(){
var $this = $(this);
$this.stop().animate({'opacity':'1.0','height':'366.3px','top':'-20px','left':'-25px'},600);
}
);
$('.wrap2 img').hover(
function(){
var $this = $(this);
$this.stop().animate({'opacity':'1.0','height':'500px','top':'0px','left':'0px'},1200);
},
function(){
var $this = $(this);
$this.stop().animate({'opacity':'1.0','height':'550px','top':'-20px','left':'-25px'},600);
}
);
});