  
  
  function v5_related(argTitle,argContent) // send optional 3rd parameter for HTML to add here: <TD[your text here ...]>, eg "class=\"normal\"" or align=\"right\""
  {  
  var optionalTDText = ( arguments[2] || "");
  return('<table border="0" cellpadding="0" cellspacing="0">\
  <tr>\
  <td>\
      <table><tr><td class="promosHdr"><a onmouseout="icn_rltd.src=\'' + imgComGlob + '/icn_rltd_off.gif\'" onmouseover="icn_rltd.src=\'' + imgComGlob +'/icn_rltd_on.gif\'"><img src="' + imgComGlob + '/icn_rltd_off.gif" width="19" height="20" border="0" name="icn_rltd"><img src="' + imgComGlob + '/spacer.gif" width="4" height="2" border="0">' + argTitle + '</a></td></tr></table>\
  </td>\
  </tr>\
  <tr><td height="1" bgcolor="#999999"><img src="' + imgComGlob + '/spacer.gif" height="1" width="100" border="0"></td></tr>\
  <tr>\
  <td class=\"small\" ' + optionalTDText + '>' + argContent + '\
  </td>\
  </tr>\
  </table>');
  }
  