if (arthoremail.search(/@/i) > 0) {
   document.write('<div id="arthorname">By <a href="mailto:' + arthoremail + '?subject=DITY">' + arthorname + '</a>')
} else {
   document.write('<div id="arthorname">By <a href="http://' + arthoremail + '" target="_blank">' + arthorname + '</a>')
}

if (typeof arthordesc != 'undefined') {
   document.write('<br>' + arthordesc);
}
document.write('</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>')
}
if (typeof arthorpic2 != 'undefined') {

if (arthorpic2 == 'none') {
	document.write('<div id="arthorpic2"></div>')
} else {
	document.write('<div id="arthorpic2"><img src="' + arthorpic2 + '" align="left" hspace="10" width="80" height="109"></div>')
}
}
