
function writeTags(theTags)
{
    document.write(theTags);
    //alert(theTags);
}
