e='@';
x='vonsternsche';
y='druckerei'
z='.';
xyz='de';
var ee=e+x+y+z+xyz;
xxx='ma';
yyy="ilto";
zzz=":";
ff=xxx+yyy+zzz;
fff='<a href="'+ff;
ggg='">';
hhh='</a>';


function popup(URL) {
w = window.open(URL, "", "toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=900,height=600,left = 390,top = 225");
}

