Menu
 
 
 
 
Live To Tell The Tale
 

A single grain can tip the scale
Amidst the burden the scale will prevail
Showing what`s worth being here
Storyteller by a hearth of stone
A white little creature purring me
My childhood kingdom gone in time
The islands filling my mind with blue
The one in speacial, heaven's court

All the joy unforgiven by this task

An errant soul, homeless and foul
All gone but the will to
Live to tell the tale



Autor: a - Saturday, 04.10. 2008 - 20:59:12
 
(Zobrazit celý článek | 1282 bytů | 9 komentářů | Hodnocení: 0)
White Night Fantasy
 

Enchantress came to me and said:
Meet me at the lake tonight

I hunmed this song to the white
Through the shroud of snow I saw
Paradise
Peace
No more lies



Autor: a - Saturday, 04.10. 2008 - 20:52:00
 
(Zobrazit celý článek | 537 bytů | 8 komentářů | Hodnocení: 0)
Higher Than Hope
 

Time it took the most of me
And left me with no key
To unlock the chest of remedy
Mother, the pain ain`t hurting me
But the love that I feel
When you hold me near

The hopes were high
The choirs were vast
Now my dreams are left to live through you

Red Sun rising
Drown without inhaling
Within, the dark holds hard



Autor: a - Saturday, 04.10. 2008 - 20:45:49
 
(Zobrazit celý článek | 1649 bytů | 5 komentářů | Hodnocení: 0)
Kuolema Tekee Taiteilijan
 

Kerran vain haaveeni nähdä sain
En pienuutta alla tähtien tuntenut

Kerran sain kehtooni kalterit
Vankina sieltä kirjettä kirjoitan

Luojani, luoksesi anna minun tulla siksi miksi lapseni minua luulee



Autor: a - Saturday, 04.10. 2008 - 20:39:04
 
(Zobrazit celý článek | 812 bytů | 7 komentářů | Hodnocení: 0)
Ghost Love Score
 

We used to swim the same moonlight waters
Oceans away from the wakeful day

- My fall will be for you -
My fall will be for you
My love will be in you
If you be the one to cut me
I will bleed forever

Scent of the sea before the waking of the world
Brings me to thee
Into the blue memory



Autor: a - Saturday, 04.10. 2008 - 20:35:28
 
(Zobrazit celý článek | 2049 bytů | 5 komentářů | Hodnocení: 5)
 
 
140 článků (28 stránek, 5 článků na stránku)
[ 14 | 15 | 16 ]
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 %>