function echoTags(inTags) {
document.write(inTags.replace(/&gt;/g,'>').replace(/&lt;/g,'<'));
}

