Menu
 
 
 
 
 
 
Nightwish: texty

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

Know Why The Nightingale Sings
 

What does the free fall feel like?
Asks the boy with a spark in his eye
Know why the nightingale sings
Is the answer to everything

Taking a step to the world unbound
Spinning my fantasies all around
Freed from the gravital leash
I swear the heaven's in my reach



Autor: a - Wednesday, 01.10. 2008 - 09:54:17
 
(Zobrazit celý článek | 1211 bytů | 8 komentářů | Hodnocení: 0)
Nymphomaniac Fantasia
 

The scent of a woman was not mine...

Welcome home darling
Did you miss me?
Wish to dwell in dear love?



Autor: a - Tuesday, 30.09. 2008 - 13:17:05
 
(Zobrazit celý článek | 866 bytů | 4 komentáře | Hodnocení: 0)
Tutankhamen
 

As the sun sets beyond the pyramid
To greet me with its rays
I place my hand on my forehead
To see your chariots' flames

Watch me kneel before you
Hear the cats meowing in the temple
They yearn for the milk you cascaded
As I yearn your promised treasure



Autor: a - Tuesday, 30.09. 2008 - 13:04:00
 
(Zobrazit celý článek | 1276 bytů | 3 komentáře | Hodnocení: 0)
Angels Fall First
 

An angelface smiles to me
Under a headline of tragedy
That smile used to give me warmth
Farewell - no words to say
Beside the cross on your grave
And those forever burning candles

Needed elsewhere
To remind us of the shortness of your time
Tears laid for them
Tears of love tears of fear
Bury my dreams dig up my sorrows
Oh Lord why
The angels fall first?



Autor: a - Tuesday, 30.09. 2008 - 12:08:33
 
(Zobrazit celý článek | 1305 bytů | 7 komentářů | Hodnocení: 0)
Astral Romance
 

A nocturnal concerto
Candlelight whispers me where to go
Hymn of gathering stars as my guide
As I wander on this path of the night

Embroidery of the stars
Undress my feelings for this earth
Send me your salva to heal my scars
And let this nakedness be my birth



Autor: a - Tuesday, 30.09. 2008 - 11:50:16
 
(Zobrazit celý článek | 1432 bytů | 6 komentářů | Hodnocení: 0)
 
 
88 článků (18 stránek, 5 článků na stránku)
[ 16 | 17 | 18 ]
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 %>