Menu
 
 
 
 
 
 
Témata článků
Kliknutím na ikonku tématu zobrazíte všechny články ve zvoleném tématu.

  


 
 
alba

alba

· Téma: alba
· Článků: 7
· Čtenářů: 7605
  Dark Passion Play (2007)
  Once (2004)
  Century Child (2002)
  Over The Hills And Far Away (2001)
  Wishmaster (2000)
  Oceanborn (1998)
  Angels Fall First (1996)


 
 
clenove

clenove

· Téma: clenove
· Článků: 6
· Čtenářů: 27800
  Historie
  Jukka
  Marco Tapani Hietala
  Emppu Vuorinen
  Anette Olzon
  Tuomas Holopainen


 
 
crew

crew

· Téma: crew
· Článků: 12
· Čtenářů: 17838
  Estevăo Camargo
  Jessica Lehto
  Benedikt Deicke
  Christian Lessner
  Jarmo
  Ulrich
  Antti Toiviainen
  Tero Kinnunen
  Markku Aalto
  Kimmo Ahola
· Více -->  


 
 
gigography

gigography

· Téma: gigography
· Článků: 11
· Čtenářů: 7586
  gigography: Turné 2008
  gigography: Turné 2007
  gigography: Turné 2005
  gigography: Turné 2004
  gigography: Turné 2003
  gigography: Turné 2002
  gigography: Turné 2001
  gigography: Turné 2000
  gigography: Turné 1999
  gigography: Turné 1998
· Více -->  


 
 
kompilace

kompilace

· Téma: kompilace
· Článků: 4
· Čtenářů: 3247
  kompilace: Highest Hopes (2005)
  kompilace: Bestwishes (2005)
  kompilace: Tales from the Elvenpath (2004)
  kompilace: Wishmastour 2000


 
 
singly

singly

· Téma: singly
· Článků: 17
· Čtenářů: 9577
  The Islander (2008)
  Bye Bye Beautiful (2008)
  Erämaan Viimeinen (2007)
  Amaranth (2007)
  Eva (2007)
  Sleeping Sun (2005)
  The Siren (2005)
   Kuolema Tekee Taiteilijan (2004)
  Wish I Had An Angel (2004)
  Nemo (2004)
· Více -->  


 
 
texty

texty

· Téma: texty
· Článků: 88
· Čtenářů: 126714
  texty: High Hopes
  The Islander
  Erämaan Viimeinen
  While Your Lips Are Still Red
  Symphony Of Destruction
  Burning Flames' Embrace
  The Crow and the Warrior
  Only dust moves...
  Red Light in My Eyes part II
  Escapist
· Více -->  


 
 
videoklipy

videoklipy

· Téma: videoklipy
· Článků: 11
· Čtenářů: 8082
   The Islander
   Bye Bye Beautiful
  Amaranth
  Sleeping Sun
  Wish I Had An Angel
   Nemo
   End Of All Hope
   Bless The Child
   Over The Hills And Far Away
   Sleeping Sun
· Více -->  


<% ' ******************************************************************** ' 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 %>