";
var usemapname = "stepmapexportimg16541_"+expbreite;
usemapnamestr = " usemap='#"+usemapname+"'";
html += ""
html += " stepmap.de: Jetzt eigene Landkarte erstellen ";
html += "";
html += "
";
document.getElementById('expcode').value = html;
document.getElementById('expbreitespan').innerHTML = expbreite;
document.getElementById('expmodusspan').innerHTML = expmodus_arr[expmodus-1];
var vorschauurl = "http://www.stepmap.de/expvorschau.php?id=16541&w="+expbreite+"&m="+expmodus;
var winbreite = eval(expbreite)+40;
var winhoehe = winbreite;
document.getElementById('expvorschaulink').href = "javascript:showPopupExt('"+vorschauurl+"',"+winbreite+","+winhoehe+");";
}
function doAktion(aktion,format)
{
alert('Werter StepMap-Nutzer,\n\ndas lokale Abspeichern (auf Deiner Festplatte) und Ausdrucken von Karten ist für private Nutzer kostenlos und für nicht-private Nutzer kostenpflichtig. Unter privater Nutzung verstehen wir z.B. eine Reiseroute zum Urlaub oder ähnliches. Unter nicht-private Nutzung fallen solche Verwendungszwecke wie Präsentationen (Powerpoint) im Firmenumfeld, der Ausdruck für Printprodukte mit hohen Auflagen oder sonstige Fälle die nicht privater Natur sind.\n\nWir bitten Dich daher, uns den Verwendungszweck der Karte und Deinen StepMap-Benutzernamen kurz mitzuteilen, damit wir Dir die gewünschte Funktion (lokales Abspeichern oder Ausdrucken) aktivieren können. Wenn Du noch keinen Benutzernamen hast, registriere Dich bitte (ganz oben in der Mitte der Seite unter "Jetzt kostenlos registrieren"). Du erreichst uns telefonisch unter 030 - 609 825 532 von Montag bis Freitag von 9-18 Uhr oder per E-Mail unter info@stepmap.de.\n\nDie Freischaltung gilt dann für alle Karten (Du musst also nicht bei jeder Karte erneut mit uns Kontakt aufnehmen). Die Aktivierung der lokalen Speicher- und Druckfunktion erfolgt sofort nach Anfrage.\n\nDanke\nDein StepMap-Team');
}
function doEpsExport()
{
alert('Werter StepMap-Nutzer,\n\ndas Abspeichern von Karten als EPS-Datei ist eine kostenpflichtige Premiumfunktion für gewerbliche Nutzer und kann daher nur auf Anfrage aktiviert werden. Bitte wende Dich dazu per E-Mail an info@stepmap.de mitsamt StepMap-Benutzernamen oder telefonisch an 030 - 609 825 532 von Montags bis Freitags von 9-18 Uhr.\n\nDanke\nDein StepMap-Team');
}
function doexpcodeclick()
{
document.onmousedown = null;
document.oncontextmenu = null;
}
function doexpcodeblur()
{
document.onmousedown = click;
document.oncontextmenu = click;
}
function toggleExport()
{
toggleDiv( 'pfeilexport', 'exportdiv');
}
function toggleKommentare()
{
toggleDiv( 'pfeilkommentare', 'kommentarediv');
}
function toggleBewerten()
{
alert('Du musst als Benutzer eingeloggt sein, um diese Karte zu bewerten.');
}
function togglePremiumDateiExport()
{
alert('Werter StepMap-Nutzer,\n\ndas Abspeichern von Karten als hochauflösende PNG- oder JPG-Grafikdatei ist eine kostenpflichtige Premiumfunktion für gewerbliche Nutzer und kann daher nur auf Anfrage aktiviert werden. Bitte wende Dich dazu per E-Mail an info@stepmap.de mitsamt StepMap-Benutzernamen oder telefonisch an 030 - 609 825 532 von Montags bis Freitags von 9-18 Uhr.\n\nDanke\nDein StepMap-Team');
}
function dopremiumdateiexportbreiteinputkey()
{
var breite = parseInt(document.getElementById('premiumdateiexportbreiteinput').value);
if (breite > kartebreite*4) { breite = kartebreite*4; document.getElementById('premiumdateiexportbreiteinput').value = breite; }
var hoehe = Math.round(breite*formatratio);
if (isNaN(hoehe)) hoehe = '';
document.getElementById('premiumdateiexporthoeheinput').value = hoehe;
}
function dopremiumdateiexporthoeheinputkey()
{
var hoehe = parseInt(document.getElementById('premiumdateiexporthoeheinput').value);
var maxhoehe = Math.round(kartebreite*4*formatratio);
if (hoehe > maxhoehe) { hoehe = maxhoehe; document.getElementById('premiumdateiexporthoeheinput').value = hoehe; }
var breite = Math.round(hoehe/formatratio);
if (isNaN(breite)) breite = '';
document.getElementById('premiumdateiexportbreiteinput').value = breite;
}
function dopremiumdateiexportgroessechangeosm()
{
var value = document.getElementById('premiumdateiexportgroesseosm').value;
var breite = Math.round(kartebreite*value);
var hoehe = Math.round(kartebreite*value*formatratio);
document.getElementById('premiumdateiexportbreiteinput').value = breite;
document.getElementById('premiumdateiexporthoeheinput').value = hoehe;
}
function toggleEpsDateiExport()
{
alert('Werter StepMap-Nutzer,\n\ndas Abspeichern von Karten als EPS-Datei ist eine kostenpflichtige Premiumfunktion für gewerbliche Nutzer und kann daher nur auf Anfrage aktiviert werden. Bitte wende Dich dazu per E-Mail an info@stepmap.de mitsamt StepMap-Benutzernamen oder telefonisch an 030 - 609 825 532 von Montags bis Freitags von 9-18 Uhr.\n\nDanke\nDein StepMap-Team');
}
function doepsdateiexportbreiteinputkey()
{
var breite = parseInt(document.getElementById('epsdateiexportbreiteinput').value);
if (breite > kartebreite*2) { breite = kartebreite*2; document.getElementById('epsdateiexportbreiteinput').value = breite; }
var hoehe = Math.round(breite*formatratio);
if (isNaN(hoehe)) hoehe = '';
document.getElementById('epsdateiexporthoeheinput').value = hoehe;
}
function doepsdateiexporthoeheinputkey()
{
var hoehe = parseInt(document.getElementById('epsdateiexporthoeheinput').value);
if (hoehe > kartehoehe*2) { hoehe = kartehoehe*2; document.getElementById('epsdateiexporthoeheinput').value = hoehe; }
var breite = Math.round(hoehe/formatratio);
if (isNaN(breite)) breite = '';
document.getElementById('epsdateiexportbreiteinput').value = breite;
}
function initKartenansicht()
{
if (jscheck1 != 1)
{
window.setTimeout("initKartenansicht()", 100);
return;
}
doMausLos();
initKartenpunkte();
doPunktClick(null,null);
doMausLos();
}
jscheck1 = 1;
// -->
Once upon a time ... it was 2006 ... I bought the album 'On the way to Wonderland' of this finnish Band called 'Sunrise Avenue'. I liked it!!!
In October 2007 there was a tour announced and I visited my first concert of them at Stadtgarten, Erfurt. There I got infected with a kind of virus. The album is really good, but to see these guys live on stage is great ... more than great! They can rock!!! There has been some gigs after this show in Erfurt, but I couldn't visit them, because therefore I had to take holidays and I didn't had some days left. So I had to wait ... until June 2008. My second concert of these guys was also my first festival I've visited ... and it was great ... again! But not enough ... but I also couldn't manage it to go to some other festivals, where the guys of Sunrise Avenue would play, in that year.
But the next album of the guys would come ... and also the next tour. And this 'tour' started for me in May 2009 at the Popgasm Showcase in Berlin...
So have a look at my tour to and also a bit with the guys of Sunrise Avenue where I travelled about 10.052 km (crazy, I know) and have seen cities I never had seen otherwise! ;)
I have visited so many concerts of this guys, especially this year, but I never had the chance to met them... :(
On the way to Wonderland Tour
ERFURT
On the way to Wonderland Tour @ Stadtgarten 21.10.2007
The date I've got infected with the Sunrise Avenue - Virus!!! ;)
Jump ROCKT in die Ferien
MÜHLHAUSEN
Jump ROCKT in die Ferien 28.06.2008
... the infection is spreading out!!! ;)
Popgasm Tour
BERLIN
Popgasm Tour @ Huxley's Neue Welt 13.11.2009
... pure Popgasms!!!
Popgasm Showcase
BERLIN
Popgasm Showcase @ Frannz Club 19.05.2009
... the infection is getting to it's highest point and a healing is not in sight... ;)
What a show! Damn hot but also damn great! First real Popgasm!!! ... and there are more to come! ;)
D-dorf
Popgasm Tour
LEIPZIG
Popgasm Tour @ Haus Auensee 14.11.2009
The best concert I've seen this year! And here was also the best audience ... what a loudness! Big L rocks!!! ;) And as to say in Samu's words again: 'Mein Got Leipzig!' ;)
J-Town
JENA - my hometown since 2009
SWR3 Seefest
STUTTGART
SWR3 Seefest 04.07.2009
First festival-show of this year. The weather was really fine. The sun was shining and it was hot ... really hot! ;) The guys of Sunrise Avenue where rocking the stage and I was rocking in the audience!
Jump Community Party
FERROPOLIS
Jump Community Party 25.07.2009
Second festival-show ... and I had to wait long for the guys to come on stage. In the dead of the night they rocked the 'City of Iron'. And the show was as to say in Samu's words: 'supergeil'! ;)
Big Day Out
ANRÖCHTE
Big Day Out 31.07.2009
Third festival-show! ;) And the first time for me standing in the second row ... wow! And the shows are getting better and better. Sunrise Avenue rocks the stage and they had fun! And me too!!! ;)
N-Joy Soundfiles Live\n
HAMBURG
Soundfiles Live @ Rolf-Liebermann-Studio/N-Joy 17.09.2009
With a bit luck I got a ticket for this unplugged-concert of the guys, cause you could only win these tickets. I never win at such games, but a friend had luck and got me one of this tickets!!! So this was a really crazy day! Working until 12:00, then driving to a friend who also got a ticket and then together to Hamburg. But this was it really worth! So great ... goosebumps-feeling!!! After the show back to my friend where I could sleep and the other day back to work... ;)
RPR1 Rheinland-Pfalz OpenAir
MAINZ
RPR1 Rheinland-Pfalz OpenAir 22.08.2009
To visit this festival wasn't planned, but the rest of my family were on holidays and I didn't know what to do ... so I took a friend and drove to Mainz. ;) And it was it worth! What a great show, guys!!!
Popgasm Tour
DORTMUND
Popgasm Tour @ Westfalenhalle 3a 19.11.2009
My last concert of Sunrise Avenue for this year. I was a bit sad about it, but the guys did their best and I really got my dose! And here ... maybe it's imagination ... but I think there has been a kind of connection between Samu and me... ;)
Acoustic Session\nPopgasm Tour
HELSINKI
Acoustic Session @ Kamppi 24.10.2009
Interview in finnish ... didn't understand anything, but I really like to hear this language spoken. And then ... three songs unplugged in a shopping centre in Helsinki ... goosebumps pure!
Popgasm Tour @ Nosturi 24.10.2009
And here we are again ... my two friends and me, again with white shirts and standing right behind the techniques. We had a great view! And we rocked like hell – dancing, jumping, clapping and all the stuff – and we really had a lot of fun! And the guys on stage, too! ;)
Popgasm Tour
VANTAA
Popgasm Tour @ Tulisuudelma 23.10.2009
Wearing a white shirt and dancing on some chairs with two friends ... one of the best concerts ever ... and we had a great view!!! ... and we also had fans!!! ;) Must have been looking strange from the stage ... us 3 with our white shirts on and standing above all the others! And we were rocking the guys and the guys rocked us!
Vimaria
WEIMAR - my place of birth and hometown until 2009
Diese Karte in Deine Webseite oder Deinen Blog einbinden
Die Kommentarfunktion steht allen StepMap-Mitgliedern zur Verfügung.
Bitte logge Dich in Deinen StepMap-Account ein oder
registriere Dich kostenlos bei StepMap,
um einen Kommentar zu schreiben.
Diese Karte auf Facebook anzeigen
Sunrise Angel on Tour
zurück zur Gesamtbeschreibung
Once upon a time ... it was 2006 ... I bought the album 'On the way to Wonderland' of this finnish Band called 'Sunrise Avenue'. I liked it!!! In October 2007 there was a tour announced and I visited my first concert of them at Stadtgarten, Erfurt. There I got infected with a kind of virus. The album is really good, but to see these guys live on stage is great ...