您的位置:首页 > 其它

男人要懂得关心自己……

2005-06-14 10:21 288 查看
刚才从PuterJam's Blog上看见的,觉得很有必要抄一次,最近老是腰酸背疼,尤其是两个肩膀,估计是做得时间太长了,早上8:00-18:00,回家吃饭后20:00-24:00,晕哦
<!--
function DrawImage(ImgD){
var image=new Image();
image.src=ImgD.src;
if(image.width>0&&image.height>0){
if(image.width>=420){
ImgD.width=420;
ImgD.height=(image.height*420)/image.width;
}else{
ImgD.width=image.width;
ImgD.height=image.height;
}
}
}
//-->

























内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: