document.write('<div id="arthorname">By <a href="mailto:' + arthoremail + '?subject=Ask the expert">' + arthorname + '</a></div>')
if (arthorpic == 'none') {
	document.write('<div id="arthorpic"></div>')
} else {
	document.write('<div id="arthorpic"><img src="' + arthorpic + '" align="left" hspace="10" width="80" height="109"></div>')
}
