var a, dir, null_scroll, content = new Array(10), sb,mult, scr_len, ifr, dot; function scroll() { a.scrollBy(0, dir * mult); if (ie) { dot = (a.document.body.scrollTop / scr_len); } else { dot = (a.window.pageYOffset / scr_len); } if (dot < 100) { sb.style.top = dot + 3 + "px"; } setTimeout("scroll()", 50); } function init() { a = window.frames['whatever']; sb = document.getElementById('scrollpos'); ifr = document.getElementById('cont'); null_scroll = 1; mult = 10; scr_len = 0; pos = 0; dir = 0; content[0] = '

News

20.11.2006 - Even more lineup changes / Demo released

Due to the departure of Side, Siim is now on guitar and we have a new bassist, Madis. After some time we\'ve been able to come out with a demo. Our new song War Unleashed is available for download.


26.10.2006 - Some good and some bad news

Bad news - Studio is on hold for certain reasons. We had some more lineup changes. Good news - we are planning to be on stage in the coming months.


18.07.2006 - Studio

Studio in progress. Expect to hear from us soon.


18.03.2006 - 08.03.06 @ Rockstar\'s

Live pictures and video now available, check them out !


30.01.2006 - Site is up!

Finally, we finished the website and now it\'s here. 2006 started off with yet more lineup changes: Our vocalist Rites left the band and now bassist Siim and guitarist Side are doing the vocals. Now our lineup should stay this way, for at least some time we hope so that we can start focusing on the band and not have to deal with this all the time. At the moment things are looking quite good, everybody is taking things seriously and we shall be ready ready for action in months to come.


'; content[1] = '

Biography


No pic
Eku - Drums Siim - Guitar, vocals Chain - Guitar Madis - Bass
'; content[2] = '

Discography



Destroy All

  1. Battle Of The Blue Mountains
  2. War Unleashed
  3. Destroy All
  4. Vanished Foes
Released: 2006
Format: CD
Label: Igor Volk






Die ewigen mauern

  1. Bitch Witch
  2. And the End Begins
  3. Satanic Reality
  4. Last War Memories
  5. Die Ewigen Mauern
Released: 2000
Format: MC
Label: S/R
'; content[3] = '

Gigs


'; content[4] = '

Media


8.mar.2006 @ Rockstar\'s

DNR_-_Fuck_Off.avi
'; contentSize(); setContent(0); scroll(); } function initScrollbar() { if (ie) { scr_len = (a.document.body.scrollHeight - a.document.body.clientHeight)/80; } else { scr_len = (a.document.body.scrollHeight - a.innerHeight) / 80; } } function ch(x) { dir = x; } function contentSize() { if (!ie) { ifr.style.height = (window.innerHeight-250)*0.95; } else { ifr.style.height = (document.body.clientHeight - 250)*0.95; } initScrollbar(); } function setContent(id) { null_scroll = 1; if (!document.all) { // Safari, firefox 1.5 a.document.open(); a.document.write(content[id]); a.document.close(); a.scrollBy(0, -10000); } else { // tested on opera 8.51 ppc w = document.whatever; w.document.open(); w.document.write(content[id]); w.document.close(); } } function correctPNG() { //document.getElementById('cont').body.style.filter='progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)'; for(var i=0; i