Menu
 
 
 
 
 
 
Nightwish: texty

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

Whoever Brings The Night
 

We seduce the dark with pain and rapture
Like two ships that pass in the night
You and I, a whore and a bashful sailor
Welcome to a sunrise of a dirty mind

All you love is a lie
You one-night butterfly
Hurt me, be the one
Whoever brings the night



Autor: a - Sunday, 05.10. 2008 - 14:41:21
 
(Zobrazit celý článek | 1514 bytů | 8 komentářů | Hodnocení: 0)
Sahara
 

A ballad of dark queen echoes through night
As he flees the curse of gods, the pharaoh's wrath

1001 nights unseen
The philosopher and the queen

Ancient mariner in a sea of sand
The burning beauty his tomb to die for



Autor: a - Sunday, 05.10. 2008 - 14:33:39
 
(Zobrazit celý článek | 1020 bytů | 6 komentářů | Hodnocení: 0)
Eva
 

6:30 winter morn
Snow keeps falling, silent dawn
A rose by any other name
Eva leaves her Swanbrook home
A kindest heart which always made
Me ashamed of my own
She walks alone but not without her name

Eva flies away
Dreams the world far away
In this cruel children's game
There's no friend to call her name
Eva sails away
Dreams the world far away
The Good in her will be my sunflower field



Autor: a - Sunday, 05.10. 2008 - 14:21:26
 
(Zobrazit celý článek | 1307 bytů | 7 komentářů | Hodnocení: 0)
Master Passion Greed
 

Who the hell are you to tell me
What to do, why to do, why bother
Leech in a mask of virtue
Such waste, to ever think of you again

Hey Judas, your Christess was our love
Hit and run, your will be done
Never sorry, never wrong
More more more more more

Master passion greed



Autor: a - Sunday, 05.10. 2008 - 14:05:15
 
(Zobrazit celý článek | 1108 bytů | 8 komentářů | Hodnocení: 0)
Cadence Of Her Last Breath
 

Running for her life
The dark rain from her eyes still falls
Breathtaking butterfly
Chose a dark day to live

Save one breath for me

A Loner longing for
The cadence of her last breath



Autor: a - Sunday, 05.10. 2008 - 14:00:16
 
(Zobrazit celý článek | 1102 bytů | 7 komentářů | Hodnocení: 0)
 
 
88 článků (18 stránek, 5 článků na stránku)
[ 3 | 4 | 5 ]
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 %>