function goLastProgURL(strUrl)
{
	if (strUrl != "0")
	{
		if (strUrl.lastIndexOf("::") > 0)
		{
			strMoveUrl = strUrl.split("::");
			window.open(strMoveUrl[0],"LastProgWin","toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=no,width=750,height=577");
		}
		else
		{
			window.location.href = strUrl;			
		}
	}
}


document.write(' <table cellpadding="0" cellspacing="0" border="0">');
document.write(' <tr>');
document.write(' <td>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="165" height="830">');
document.write('      <param name="movie" value="http://swf.imbc.com/broad/tv/drama/sindon/flashes/submenu.swf">');
document.write('      <param name="quality" value="high">');
document.write('      <embed src="http://swf.imbc.com/broad/tv/drama/sindon/flashes/submenu.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="165" height="830"></embed>');
document.write('    </object>');
document.write(' </td>');
document.write(' </tr>');
document.write(' <tr>');
document.write(' <td>');
fDramaProgramGo();
document.write(' </td>');
document.write(' </tr>');
document.write("   <tr height='10'><td></td></tr>");
document.write("   <tr>");
document.write("     <td align=center>");
writeMyFav('DRAMA00001774');
document.write("</td>");
document.write("   </tr>");
document.write(' </table>');


