<!--
var cText = ''
cText += '<table bgcolor="#edeeee" width="100%" cellspacing="0" cellpadding="0" border="0">'
cText += '<tr>'
cText += '<td width="28">'
cText += '&nbsp;</td>'
cText += '<td>'
cText += '<a href="index.html">'
cText += '<img src="images/javalogo.gif" width=140 height=46 border=0 alt="">'
cText += '</a>'
cText += '</td>'
cText += '<td valign="top" width="80%">'
cText += '&nbsp;</td>'
cText += '</tr>'
cText += '</table>'
cText += '<table width="100%" cellspacing="0" cellpadding="0" border="0">'
cText += '<tr>'
cText += '<td height="20" bgcolor="#4D51AB"><img src="images/spacer.gif" alt="" width="85" height="1" border="0"><a href="index.html"><img src="images/home.jpg" alt="" width="36" height="16" border="0"></a>'
cText += '</td>'
cText += '</tr>'
cText += '</table>'
cText += '<table width="100%" cellspacing="0" cellpadding="0" border="0">'
cText += '<tr>'
cText += '<td class="title_belowlogo" bgcolor="#6574ba"  valign="middle" height="25"><img src="images/spacer.gif" alt="" width="25" height="1" border="0"><img src="images/stljavagroup.jpg" alt="" width="158" height="19" border="0">'
cText += '</td>'
cText += '</tr>'
cText += '</table>'
document.write(cText)
//-->