自我介紹
$(document).ready(function(){
$('#article-content .fly img').each(function(){
var src= $(this).attr('src');
var html='';
html +='';
alert(html);
$(this).wrap(html);
});
$('.img550 a').flyout();
$('.flyout a).flyout();
});
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-7005417-1");
pageTracker._trackPageview();
} catch(err) {}