Menu
 
 
 
 
 
 
Nightwish: texty

Vyhledávání v tomto tématu:   
[ Jít na úvodní stránku | Vybrat nové téma ]

Gethsemane
 

Toll no bell for me Father
But let this cup of suffering pass from me
Send me no shepherd to heal my world
But the Angel - the dream foretold
Prayed more than thrice for You to see
The wolf of loneliness in me
...not my own will but Yours be done...

You wake up where's the tomb?
Will Easter come, enter my room?
The Lord weeps with me
But my tears fall for you



Autor: a - Wednesday, 01.10. 2008 - 11:27:11
 
(Zobrazit celý článek | 1357 bytů | 5 komentářů | Hodnocení: 0)
Stargazers
 

A grand oasis in the vastness of gloom
Child of dew-spangled cobweb Mother to the moon
Constellations beholders of the 3rd vagrant
Theater for the play of life

Tragedienne of heavens
Watching the eyes of the night
Sailing the virgin oceans
A planetride for the Mother and Child



Autor: a - Wednesday, 01.10. 2008 - 11:20:01
 
(Zobrazit celý článek | 1319 bytů | 7 komentářů | Hodnocení: 0)
A Return To The Sea
 

A star falls down from the darkened sky
Where new worlds born and die
Kingdom Animalia watches its approaching glow
What it means is soon to be known

Beneath the lovely birch honeymakers build their nest in peace
On the savannah a lion licks a wounded gnu
To honor this moment even the heavens cease
Giant spiders learn how to swim
With whales they form a united kin



Autor: a - Wednesday, 01.10. 2008 - 10:18:13
 
(Zobrazit celý článek | 1312 bytů | 6 komentářů | Hodnocení: 0)
Once Upon A Troubadour
 

A lonely bard wandering across the lands am I
Singing dancing finding answers to every why
The taverns are full and one crosses my path, too
I just might reward myself with a beer or two

This inn the place of many romantic tales
On the loft women offer their sales
But my eyes they catch a girl beat by everyone
A slave she is but for me a rose undone



Autor: a - Wednesday, 01.10. 2008 - 10:14:23
 
(Zobrazit celý článek | 1686 bytů | 9 komentářů | Hodnocení: 0)
Lappi (Lapland)
 

1. Erämaajärvi

Kautta erämaajärven
matkaa kulkuri yksinäinen
Näkee lammella joutsenparven
vapauttaan itkevän

Kaipuu menneisyyteen
kiirii ilmassa huutoina kotkien
Ikijärveltä turvatulta
käy matka vuorten taa



Autor: a - Wednesday, 01.10. 2008 - 10:04:52
 
(Zobrazit celý článek | 1180 bytů | 5 komentářů | Hodnocení: 0)
 
 
88 článků (18 stránek, 5 článků na stránku)
[ 15 | 16 | 17 ]
Přejít na:
Survey
 
 
Nejlepší album Nightwish?

Angels Fall First
Oceanborn
Wishmaster
Over The Hills And Far Away
Century Child
Once
Dark Passion Play



Výsledky
Další ankety

Účastníků: 1606
Komentářů: 19
 
 
Login
 
 
Přezdívka

Heslo

Bezpečnostní kód:
Bezpečnostní kód
Do tohoto pole vložte bezpečnostní kód:

Ještě nemáte svůj účet? Můžete si jej vytvořit zde. Jako registrovaný uživatel získáte řadu výhod. Budete moct upravit vzhled tohoto webu, nastavit zobrazení komentářů, posílat komentáře, posílat zprávy ostatním uživatelům a řadu dalších.
 
 
<% ' ******************************************************************** ' Paste this block of code on your web page where you would like text ' links to be displayed. This code will dynamically add and remove text ' links on your web page according to your BackLinks.com settings. ' ******************************************************************** Dim BLKey Dim OpenInNewWindow Dim PostingString Dim ErrorString Dim ResultString Dim LinkUrl ' The following variable defines whether links are opened in a new window ' (1 = Yes, 0 = No) OpenInNewWindow = 1 ' ******************************************************************* ' please do not modify any of the code below ' ******************************************************************* BLKey = "IN7K-P7DV-97PB" ' # The following variable is sent to the BackLinks server in order to ' # generate working links on your page: If Request.ServerVariables("HTTPS") = "on" Then LinkUrl="https://" Else LinkUrl="http://" End If If Request.ServerVariables("REQUEST_URI") Then LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("REQUEST_URI") Else LinkUrl = LinkUrl & Request.ServerVariables("HTTP_HOST") & Request.ServerVariables("PATH_INFO") If Request.ServerVariables("QUERY_STRING") <> "" Then LinkUrl = LinkUrl & "?" & Request.ServerVariables("QUERY_STRING") End If End If LinkUrl = server.URLencode(LinkUrl) ' # Generate the data to post to the BackLinks.com server PostingString = "&Key=" & BLKey PostingString = PostingString & "&OpenInNewWindow=" & OpenInNewWindow & "&LinkUrl=" & LinkUrl Function GetBackLinksData(HTTPQuery, ByRef Resp, ByRef Er) Dim HttpReqObj Set HttpReqObj = Nothing On Error Resume Next Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5.1") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("WinHttp.WinHttpRequest.5") End If On Error Resume Next If HttpReqObj Is Nothing Then On Error Resume Next Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP") On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Msxml2.ServerXMLHTTP.4.0") End If On Error Resume Next If HttpReqObj Is Nothing Then Set HttpReqObj = CreateObject("Microsoft.XMLHTTP") End If On Error Resume Next If HttpReqObj Is Nothing Then Er = "HTTP requests not supported." GetBackLinksData = False Else HttpReqObj.open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, false HttpReqObj.Send If HttpReqObj.status <> 200 Then Er = "Error: Status=" & HttpReqObj.status & " Text='" & HttpReqObj.responseText & "'" GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If Set HttpReqObj = Nothing End If Else HttpReqObj.Open "GET", "http://www.backlinks.com/engine.php?" & HTTPQuery, False HttpReqObj.Send If HttpReqObj.Status <> 200 Then Er = "Error: Status=" & HttpReqObj.Status & " Text=" & HttpReqObj.ResponseText GetBackLinksData = False Else Resp = HttpReqObj.responseText GetBackLinksData = True End If End If End Function If GetBackLinksData(PostingString, ResultString, ErrorString) Then Response.Write ResultString Else Response.Write ErrorString End If ' FINSIHED BackLinks.COM SCRIPT BLOCK %>