2758 items (88 unread) in 19 feeds
Friendly
(6 unread)
Blogger
(67 unread)
Web 2.0
(13 unread)
朽木可雕
郑渊洁
我们通过眼镜能够矫正视力,但迄今为止还没有任何医生能够通过任何方法治疗看走眼。令我们沮丧的是,我们的眼睛经常看走眼,给我们制造一系列的遗憾,甚至错失良机,或者贻误他人终生。朽木不可雕这句貌似千古经典的名言不知导致多少人看走眼,特别是成年人看走眼未成年人。
我的弟弟郑毅洁有信鸽大王之称,他有一只瘸腿信鸽,此鸽除了血统欠佳,外加一只腿残疾。因不能将瘸腿收回,它飞行时无法保持身体平衡,只能侧身飞行。朋友对郑毅洁说,你的闪电鸽舍如此宏伟,有这样一只瘸鸽,影响形象,放弃它吧。郑毅洁认为朋友言之有理,决定淘汰瘸鸽。养鸽子的人自然不忍心杀鸽吃肉,他抛弃瘸鸽的方式是送它参加了一次远程信鸽竞翔比赛。他一共送了20只信鸽参赛,除了瘸鸽,其余19只都是血统精良身强力壮的精英。令郑毅洁大吃一惊的是,瘸鸽获得了这次信鸽远程竞翔大赛的冠军。现在,这只瘸鸽被郑毅洁宠爱得无以复加,它还出现在央视的屏幕上,声名大振。
这世界上,压根就没有朽木。朽的是我们的眼睛。到了纠正“朽木不可雕”的时候了,我将其改为“朽眼不可雕”。最可悲的朽眼是在看自己的亲人特别是看孩子时走眼。在拱手将给诺贝尔奖得主当亲爹亲娘的机会让给外国父母方面,我们的家长中的活雷锋举目皆是。
';
return control;
};
TTGallery.prototype.getImage = function()
{
var image = document.createElement("img");
image.instance = this;
image.src = this.src[this.offset];
image.width = this.width[this.offset];
image.height = this.height[this.offset];
image.onclick = this.showImagePopup2;
image.style.cursor = "pointer";
return image;
};
TTGallery.prototype.getCaption = function()
{
var captionText = this.caption[this.offset];
captionText = captionText.replace(new RegExp("&?", "gi"), "&");
captionText = captionText.replace(new RegExp("<?", "gi"), "");
captionText = captionText.replace(new RegExp(""?", "gi"), """);
captionText = captionText.replace(new RegExp("'?", "gi"), "'");
var caption = document.createElement("div");
caption.style.textAlign = "center";
caption.style.marginTop = "8px";
caption.style.color = "#627e89";
caption.className = "galleryCaption";
caption.appendChild(document.createTextNode(captionText));
return caption;
};
TTGallery.prototype.show = function(offset)
{
if(this.numImages == 0) {
var div = document.createElement("div");
div.style.textAlign = "center";
div.style.color = "#888";
div.style.margin = "10px auto";
div.style.font = "bold 2em/1 Verdana, Sans-serif";
div.innerHTML = "NO IMAGES";
this.container.appendChild(div);
return;
}
if(typeof offset == "undefined")
this.offset = 0;
else
{
if(offset = this.numImages)
this.offset = 0;
else
this.offset = offset;
}
if(this.container.filters)
this.container.filters[0].Apply();
this.container.innerHTML = "";
this.container.appendChild(this.getControl());
this.container.appendChild(this.getImage());
this.container.appendChild(this.getCaption());
if(this.container.filters)
this.container.filters[0].Play();
};
TTGallery.prototype.prev = function()
{
this.show(this.offset-1);
};
TTGallery.prototype.next = function()
{
this.show(this.offset+1);
};
TTGallery.prototype.showImagePopup1 = function()
{
this.showImagePopup();
};
TTGallery.prototype.showImagePopup2 = function()
{
this.instance.showImagePopup();
};
TTGallery.prototype.showImagePopup = function(offset)
{
open_img(this.src[this.offset]);
};var Gallery1621 = new TTGallery("Gallery1621");Gallery1621.appendImage("http://www.grisword.com/tt/attach/1/1386145181.jpg", "", 400, 300);Gallery1621.appendImage("http://www.grisword.com/tt/attach/1/1051552567.jpg", "", 400, 300);Gallery1621.show();