小说阅读网首页 言情小说 青春校园 玄幻小说 武侠小说 小说连载 灵异推理 网络小说 纪实文学 网游小说 全本小说 作家专区
文学博客网 >> 原创文学 >> 诗词歌赋

天使和海豚

作者: ①直很安静   发表日期: 2006-08-09 11:31  点击数: 4076






天使和海豚
我是天使,
一个孤单浪漫的天使,
喜欢绕着地球飞,
却为找不到甜蜜爱情而心灰。
你是海豚,
海是座没有围墙的城,
仰望有彩虹的天空,
你心里失去爱情的伤痕。
当天使懂得海豚的伤悲,
当海豚疼惜天使的心碎,
我们的相逢变得好可贵,
我们在风中留下喜悦的眼泪。
天使好像是去学会了游泳,
海豚在梦里飞到了半空中
回复(72) | 投票支持
欢迎到①直很安静的博客主页看更多内容
共72条回复
依晴公主 发表于 2006-08-09 12:41
#1
嘿嘿,妹妹给姐姐留了个沙发呀!嘻嘻~~~~~~~~~~~~~
依晴公主 发表于 2006-08-09 12:42
#2
我是天使,
一个孤单浪漫的天使,
喜欢绕着地球飞,
却为找不到甜蜜爱情而心灰。
你是海豚,
海是座没有围墙的城,
仰望有彩虹的天空,
你心里失去爱情的伤痕.

真的很好~~~~~~~~~~~~~~~~~~~~
吟罢低眉 发表于 2006-08-09 13:24
#3
想起泰戈尔的飞鸟和鱼
海豚是用来比喻男性吗?
tii7166 发表于 2006-08-09 13:53
#4
安静小妹妹,喜欢的话就把它们全贴进去吧,如你想有个我那样的播放器,可以去注册个,很方便的,只要你传一些歌上去,然后把再"生成",成功后,你就可直接得到你的代码了.
(代码只要你点"生成",成功后你的代码就有效了,即可直接贴进去用了)
我还查到一种带MTV的,但那不安全,所以就没写上去了.
如你有空也可在网上查些对你有帮助的,向我BLOG最上有一白条,隐约还有字,其实只要你点击一下就可进中央新闻频道窝,挺方便的吧.

tii7166 发表于 2006-08-09 13:55
#5
这是鼠标的代码.
d=new Array("SUNDAY","MONDAY","TUESDAY","WEDNESDAY","THURSDAY","FRIDAY","SATURDAY");



m=new Array("JANUARY","FEBRUARY","MARCH","APRIL","MAY","JUNE","JULY","AUGUST","SEPTEMBER","OCTOBER","NOVEMBER","DECEMBER");



date=new Date();



day=date.getDate();



year=date.getYear();



if (year < 2000) year=year+1900;



TodaysDate=" "+d[date.getDay()]+" "+day+" "+m[date.getMonth()]+" "+year;



D=TodaysDate.split('');



H='...';



H=H.split('');



M='....';



M=M.split('');



S='.....';



S=S.split('');



Face='1 2 3 4 5 6 7 8 9 10 11 12';



font='Arial';



size=1;



speed=0.6;



ns=(document.layers);



ie=(document.all);



Face=Face.split(' ');



n=Face.length;



a=size*10;



ymouse=0;



xmouse=0;



scrll=0;



props="<font face="+font+" size="+size+" color="+fCol+"><B>";



props2="<font face="+font+" size="+size+" color="+dCol+"><B>";



Split=360/n;



Dsplit=360/D.length;



HandHeight=ClockHeight/4.5



HandWidth=ClockWidth/4.5



HandY=-7;



HandX=-2.5;



scrll=0;



step=0.06;



currStep=0;



y=new Array();x=new Array();Y=new Array();X=new Array();



for (i=0; i < n; i++){y=0;x=0;Y=0;X=0}



Dy=new Array();Dx=new Array();DY=new Array();DX=new Array();



for (i=0; i < D.length; i++){Dy=0;Dx=0;DY=0;DX=0}



if (ns){



for (i=0; i < D.length; i++)



document.write('<layer name="nsDate'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props2+D+'</font></center></layer>');



for (i=0; i < n; i++)



document.write('<layer name="nsFace'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+Face+'</font></center></layer>');



for (i=0; i < S.length; i++)



document.write('<layer name=nsSeconds'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+sCol+'><center><b>'+S+'</b></center></font></layer>');



for (i=0; i < M.length; i++)



document.write('<layer name=nsMinutes'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+mCol+'><center><b>'+M+'</b></center></font></layer>');



for (i=0; i < H.length; i++)



document.write('<layer name=nsHours'+i+' top=0 left=0 width=15 height=15><font face=Arial size=3 color='+hCol+'><center><b>'+H+'</b></center></font></layer>');



}



if (ie){



document.write('<div id="Od" style="position:absolute;top:0px;left:0px"><div style="position:relative">');



for (i=0; i < D.length; i++)



document.write('<div id="ieDate" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props2+D+'</B></font></div>');



document.write('</div></div>');



document.write('<div id="Of" style="position:absolute;top:0px;left:0px"><div style="position:relative">');



for (i=0; i < n; i++)



document.write('<div id="ieFace" style="position:absolute;top:0px;left:0;height:'+a+';width:'+a+';text-align:center">'+props+Face+'</B></font></div>');



document.write('</div></div>');



document.write('<div id="Oh" style="position:absolute;top:0px;left:0px"><div style="position:relative">');



for (i=0; i < H.length; i++)



document.write('<div id="ieHours" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+hCol+';text-align:center;font-weight:bold">'+H+'</div>');



document.write('</div></div>');



document.write('<div id="Om" style="position:absolute;top:0px;left:0px"><div style="position:relative">');



for (i=0; i < M.length; i++)



document.write('<div id="ieMinutes" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+mCol+';text-align:center;font-weight:bold">'+M+'</div>');



document.write('</div></div>')



document.write('<div id="Os" style="position:absolute;top:0px;left:0px"><div style="position:relative">');



for (i=0; i < S.length; i++)



document.write('<div id="ieSeconds" style="position:absolute;width:16px;height:16px;font-family:Arial;font-size:16px;color:'+sCol+';text-align:center;font-weight:bold">'+S+'</div>');



document.write('</div></div>')



}



(ns)?window.captureEvents(Event.MOUSEMOVE):0;



function Mouse(evnt){



ymouse = (ns)?evnt.pageY+ClockFromMouseY-(window.pageYOffset):event.y+ClockFromMouseY;



xmouse = (ns)?evnt.pageX+ClockFromMouseX:event.x+ClockFromMouseX;



}



(ns)?window.onMouseMove=Mouse:document.onmousemove=Mouse;



function ClockAndAssign(){



time = new Date ();



secs = time.getSeconds();



sec = -1.57 + Math.PI * secs/30;



mins = time.getMinutes();



min = -1.57 + Math.PI * mins/30;



hr = time.getHours();



hrs = -1.575 + Math.PI * hr/6+Math.PI*parseInt(time.getMinutes())/360;



if (ie){



Od.style.top=window.document.body.scrollTop;



Of.style.top=window.document.body.scrollTop;



Oh.style.top=window.document.body.scrollTop;



Om.style.top=window.document.body.scrollTop;



Os.style.top=window.document.body.scrollTop;



}



for (i=0; i < n; i++){



var F=(ns)?document.layers['nsFace'+i]:ieFace.style;



F.top=y + ClockHeight*Math.sin(-1.0471 + i*Split*Math.PI/180)+scrll;



F.left=x + ClockWidth*Math.cos(-1.0471 + i*Split*Math.PI/180);



}



for (i=0; i < H.length; i++){



var HL=(ns)?document.layers['nsHours'+i]:ieHours.style;



HL.top=y+HandY+(i*HandHeight)*Math.sin(hrs)+scrll;



HL.left=x+HandX+(i*HandWidth)*Math.cos(hrs);



}



for (i=0; i < M.length; i++){



var ML=(ns)?document.layers['nsMinutes'+i]:ieMinutes.style;



ML.top=y+HandY+(i*HandHeight)*Math.sin(min)+scrll;



ML.left=x+HandX+(i*HandWidth)*Math.cos(min);



}



for (i=0; i < S.length; i++){



var SL=(ns)?document.layers['nsSeconds'+i]:ieSeconds.style;



SL.top=y+HandY+(i*HandHeight)*Math.sin(sec)+scrll;



SL.left=x+HandX+(i*HandWidth)*Math.cos(sec);



}



for (i=0; i < D.length; i++){



var DL=(ns)?document.layers['nsDate'+i]:ieDate.style;



DL.top=Dy + ClockHeight*1.5*Math.sin(currStep+i*Dsplit*Math.PI/180)+scrll;



DL.left=Dx + ClockWidth*1.5*Math.cos(currStep+i*Dsplit*Math.PI/180);



}



currStep-=step;



}



function Delay(){



scrll=(ns)?window.pageYOffset:0;



Dy[0]=Math.round(DY[0]+=((ymouse)-DY[0])*speed);



Dx[0]=Math.round(DX[0]+=((xmouse)-DX[0])*speed);



for (i=1; i < D.length; i++){



Dy=Math.round(DY+=(Dy[i-1]-DY)*speed);



Dx=Math.round(DX+=(Dx[i-1]-DX)*speed);



}



y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);



x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);



for (i=1; i < n; i++){



y=Math.round(Y+=(y[i-1]-Y)*speed);



x=Math.round(X+=(x[i-1]-X)*speed);



}



ClockAndAssign();



setTimeout('Delay()',20);



}



if (ns||ie)window.onload=Delay;



</script>

①直很安静 发表于 2006-08-09 15:05
#6
安静:我倒~~这么多代码。。。
①直很安静 发表于 2006-08-09 15:36
#7
安静:嘎嘎。。安静园子好多动感的东西哦。。。
96~ 发表于 2006-08-09 15:50
#8
来看看安静的园子了~
又变漂亮拉
yang2yang 发表于 2006-08-09 15:51
#9
汗,为了留言,我的鼠标可是辛苦了,居然是那么多代码……
我最喜欢那句“海是座没有围墙的城”。单看这句可扬可抑。重要的是看这句话时的心情了,就像看甜甜圈一样,你是看到当中的窟窿(也就换化为这句中的“城”)还是看到甜甜圈上的巧克力(这句中的“没有围墙”),这就是不同之处啦!
若千深雪 发表于 2006-08-09 15:52
#10
有一个故事好像是飞鸟和鱼~~~都是不能在一起的~~唉~~~

支持安静姐!
guest 发表于 2006-08-09 15:55
#11
安静:谢谢若若,96,羊羊啊~~~
荷露浣晴 发表于 2006-08-09 15:56
#12
荷露浣晴:天使人见人爱!怎么会孤独呀?
yang2yang 发表于 2006-08-09 16:14
#13
呵呵,真是客气了呢!这有什么好谢的呢!
真是典型的天平座呢,背景就是换阿换的呢!勤快!
很有特色,我很喜欢!
对了,你上次在我园子里说图片?在什么群里来着?
乱世的佳人 发表于 2006-08-09 16:47
#14
冰儿给安静:
又换了版面了哦!
呵呵,来你这里逛逛,
不会不欢迎吧?
inthefly 发表于 2006-08-09 19:11
#15
你是女生吗,可你不是夏落的.....?
冰蓝尤落 发表于 2006-08-09 19:43
#16
姐姐我有短的鼠标代码
http://blog.readnovel.com/blog/htm/do_showone/tid_100777.html
http://blog.readnovel.com/blog/htm/do_showone/tid_159787.html
到这里看看吧
①直很安静 发表于 2006-08-09 21:00
#17
安静:好落落,姐姐去看拉。。。过几天在换拉~~天天换我都累4了。。
①直很安静 发表于 2006-08-09 21:02
#18
安静:你可是乱世的佳人,人见人爱,怎么会欢迎呢??
吟罢低眉 发表于 2006-08-09 21:02
#19
5楼好高~~~~啊!安静,我也加你链接了,会常来看看的,可你要多写啊,知道不?
①直很安静 发表于 2006-08-09 21:08
#20
安静:回#15的安静是女女哦。。。
<<   1   2   3   4  >>  Pages: ( 1/4 total )
共72条回复

发表关于《天使和海豚》的评论

请输入验证码:

本分类其它博客文章

小说阅读网》精彩小说

读书宝下载
联系我们 | 服务条款 | 隐私保护 | 人员招聘 | 投诉建议 | 友情链接