function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function writeJS(){
var str='';
str+='<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">';
str+='        <tr>';
str+='          <td width="280" valign="top"><img src="images/aig_logo.gif" width="320" height="80"></td>';
str+='          <td width="528" align="left" valign="bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">';
str+='         <tr>';
str+='       <td width="72%">&nbsp;</td>';
str+='         <td width="28%"><img src="images/top_right_logo.jpg" width="106" height="26"></td>';
str+='    </tr>';
str+='        <tr>';
str+='          <td height="8"></td>';
str+='   <td></td>';
str+='       </tr>';
str+='         </table></td>';
str+='          </tr>';
str+='     </table>';
document.write(str);
}
writeJS();

