// write the banner

var colon1 = (other_pt1 == "" || other_ph1 =="")?"":":";
var colon2 = (other_pt2 == "" || other_ph2 =="")?"":":";

if ((typeof otspecial == "undefined")||(! otspecial)) {
var temp  = '<div align="center">\n' +
'  <center>\n' +
'  <img src="/images/pixel-gray.gif" width="165" height="1" border="0">\n' +
'  <table style="border: 2px solid red;" border="0" cellpadding="0" cellspacing="0" width="165" bgcolor="white">\n' +
'    <tr>\n' +
'      <td width="165"  height="101" align="center">\n' +
'        <span class="nm"><a href="' + other_webpage + '" style="text-decoration:none" target="_blank"><b>' + other_company + '</b></a><br></span>\n' +
'        <span class="sm"><a href="' + other_webpage + '" style="text-decoration:none" target="_blank"><b>' + other + '</b></a><br></span>\n' +
'        <span class="tn"><a href="' + other_webpage + '" style="text-decoration:none" target="_blank"><font color="#217AA6">' + other_address + '&nbsp;' + other_csz + '</font></a><br></span>\n'+
'        <span class="sm"><a href="' + other_webpage + '" style="text-decoration:none" target="_blank"><b>' + other_pt1 + colon1 + '</b><br>' + other_ph1 + '<br></a></span>\n' +
'        <span class="sm"><a href="' + other_webpage + '" style="text-decoration:none" target="_blank"><b>' + other_pt2 + colon2 + '</b><br>' + other_ph2 + '<br></a></span>\n' +
'        <span class="sm"><b>Email:</b><a href="mailto:' + other_email + '">' + other + '</a></span></td>\n' +
'      <td width="3" rowspan=2>&nbsp;</td>\n' +
'    </tr>\n' +
'    <tr>\n' +
'      <td valign="middle" align="center"><a href="' + other_webpage + '" style="text-decoration:none" target="_blank"><img border="0" src="' + other_logo + '" ></a></td>\n' +
'    </tr>\n' +
'  </table>\n' +
'  </center>\n' +
'</div><br>\n';
} else {
	var temp = otspecialBanner();
}
document.write(temp);
