var x = 'info'
 x = x + '@'
 x = x + 'pitman-bristolnorth'
 x = x + '.co.uk'
document.write(x)