Menu
 
 
 
 
The Wayfarer
 

I went into the wilderness with Uncle Walt
I discovered the wild
Learning to suck all the experience
Seeing the world through cradle's bars

The wild blessed me with an errant mind
Showing the way for the ultimate lore
I went around the world, beyond the wild
Finding my home from an ocean shore



Autor: a - Saturday, 04.10. 2008 - 17:54:51
 
(Zobrazit celý článek | 929 bytů | 8 komentářů | Hodnocení: 0)
Beauty of the Beast
 

Long Lost Love

Trees have dropped their leaves,
Clouds their waters
All this burden is killing me

Distance is covering your way,
Tears your memory
All this beauty is killing me

Oh, do you care,
I still feel for you
So aware,
What should be lost is there

I fear I will never find anyone
I know my greatest pain is yet to come
Will we find each other in the dark
My long lost love



Autor: a - Saturday, 04.10. 2008 - 17:35:29
 
(Zobrazit celý článek | 2102 bytů | 7 komentářů | Hodnocení: 0)
The Phantom Of The Opera
 

In sleep he sang to me
In dreams he came
That voice which calls to me
And speaks my name
And do I dream again
For now I find
The Phantom of the opera is there
Inside my mind

Sing once again with me
Our strange duet
My power over you
Grows stronger yet
And though you turn from me
To glance behind
The Phantom of the opera is there
Inside your mind



Autor: a - Saturday, 04.10. 2008 - 17:07:54
 
(Zobrazit celý článek | 1458 bytů | 8 komentářů | Hodnocení: 5)
Feel For You
 

You were my first love
The earth moving under me
Bedroom scent, beauty ardent
Distant shiver, heaven sent

I'm the snow on your lips
The freezing taste, the silvery sip
I'm the breath on your hair
The endless nightmare, devil's lair



Autor: a - Saturday, 04.10. 2008 - 16:29:50
 
(Zobrazit celý článek | 1151 bytů | 7 komentářů | Hodnocení: 0)
Ocean Soul
 

One more night
To bear this nightmare
What more do I have to say

Crying for me was never worth a tear
My lonely soul is only filled with fear

Long hours of loneliness
Between me and the sea



Autor: a - Saturday, 04.10. 2008 - 16:22:51
 
(Zobrazit celý článek | 1035 bytů | 7 komentářů | Hodnocení: 0)
 
 
140 článků (28 stránek, 5 článků na stránku)
[ 17 | 18 | 19 ]
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 %>