// **************************************************************************************************************
//  expertLogoV2close.js is the property of Round Table Group, Inc.   
// **************************************************************************************************************


// Close up the rest of the table
rtgTableCode = '</span>\n'
+ '           </a>\n       </td>\n    </tr>\n</table>';



// Write the table to the document.  
document.write(rtgTableCode);



