document.writeln("<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.writeln("	<tr> ");
document.writeln("		<td height=7 colspan=3><img src='images/main/1p.gif' width=1 height=1></td>");
document.writeln("		<td width=23 rowspan=8></td>");
document.writeln("	</tr>");
var length = tempLauncherMarketLink.length;
for(var i=0;i<length;i++){
document.writeln("	<tr>");
	document.writeln("<td width='9' height='20'><img src='/images/main/notice_dot.gif' width='5' height='5'></td>") ; 
	document.writeln("<td width='54'>");
	document.write("<font color='FF6600'>" + tempLauncherMarketDate[i] + "</font>");	
	document.writeln("</td>");
	document.writeln("<td class=gray>") ; 
	document.write(tempLauncherMarketLink[i]);
	document.write(tempLauncherMarketSubject[i]);
	document.writeln("</a></td>");
	document.writeln("</tr>");
	document.writeln("<tr bgcolor='E5E5E5'>");
	document.writeln("<td colspan='3' height='1'><img src='/images/main/1p.gif' width='1' height='1'></td>");
	document.writeln("</tr>");
}
 document.writeln(" </table>");
