<!-- Begin
function NewWindow(mypage, myname, w, h, scroll) {
var winl = (screen.width - w) / 2;
var wint = (screen.height - h) / 2;
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
//  End -->

document.write("<table width=90% border=0 align=center cellpadding=5 cellspacing=0>")
document.write("<tr>")
document.write("<td width=100%><img src=../images/investor/placeholder.gif width=20 height=3></td>")
document.write("</tr>")
document.write("<tr bgcolor=BE2626>")
document.write("<td bgcolor=#FFFFFF><a href=http://www.mlionline.com/samuderamail/ onClick=\"NewWindow(this.href,'name','392','408','','');return false;\"><img src=../images/investor/subscribebutton.jpg width=137 height=39 border=0></a></td>")
document.write("</tr>")
document.write("<tr bgcolor=BE2626>")
document.write("<td bgcolor=#FFFFFF><font size=1>To ensure you're up-to-date ")
document.write("on all Samudera news, we invite you to sign up for our email ")
document.write("subscription service and we'll deliver Samudera news releases ")
document.write("directly to your email address. </font></td>")
document.write("</tr>")
document.write("</table>")