我就是我。
为追求,征途相遇;
因梦想,一路同行;
懂珍惜,彼此拥有;
知感恩,义海情天!
爱学习,天天成长;
有目标,奋发前行!
过寒暑度春秋,痴心不改;
经风雨历坎坷,誓志成功!
a
/*<![CDATA[*/
function clk2url(url)
{
var isIE=/*@cc_on!@*/false;
if(isIE)
{
G("_tempLink").click();
}else{
window.location=url;
}
}
(function(){
var m_aboutme = document.getElementById("m_aboutme"),
isIE = /*@cc_on!@*/false,
onload = function(){
// IE下面必须在页面onload之后才可以获取真实的offsetWidth数值
var m_width = m_aboutme.offsetWidth - 40,
imgs = m_aboutme.getElementsByTagName('IMG'),
rate = 1,
img = null;
for(var i = 0, j = imgs.length; i < j; i ++){
img = imgs[i];
rate = Math.min(m_width / img.width, 1);
img.width = img.width * rate;
img.height = img.height * rate;
}
try{
if(m_aboutme.getElementsByTagName("embed").length > 0) {
m_aboutme.innerHTML = m_aboutme.innerHTML.replace(/wmode=('|")(window|opaque)?\1/ig,'wmode="transparent"');
}
}catch(e){}
};
if(isIE){
window.attachEvent("onload", onload);
}else{
window.addEventListener("load", onload, false);
}
})();
/*]]>*/