<!--
function epost () {
var a,b,c,d,e,f,g,h,i
a='<a href=\"ma'
b='receptionen'
c='\">'
a+='il'
b+='@'
a+='to:'
e='</a>'
f='receptionen@ryggcentrum.se'
b+='ryggcentrum.se'
g='<img src=\"'
h=''
i='\" alt="receptionen@ryggcentrum.se" border="0">'
if (f) d=f
else if (h) d=g+h+i
else d=b
document.write(a+b+c+d+e)
}
epost()
//-->
