if(preloadImages) {
	preloadImages(['images/nav/dc_on', 
						'images/nav/wb_on', 
						'images/nav/filmratings_on', 
						'images/nav/parentalguide_on', 
						'images/nav/mpaa_on']);
};

out_footer = '<table  width="777" height="42" border="0" cellpadding="0" cellspacing="0">                              ' + 
		'<tr>                                                                                                            ' + 
		'	<td rowspan="2"><img src="images/spacer.gif" width="278" height="42" alt=""></td>                             ' + 
		'<td>                                                                                                            ' + 
		'	<img src="images/spacer.gif" width="123" height="42" alt=""></td>                                      ' + 
//		'	<img src="images/footer/rating.gif" width="123" height="42" alt=""></td>                                      ' + 
		'<td><img src="images/footer/copyright_wb.gif" width="590" height="42" border="0" usemap="#footer_Map"></td>                                ' + 
		'<td><a href="http://www.dccomics.com/" target="_blank"                                                          ' + 
		'			ONMOUSEOVER="changeImages(\'footer_dc\', \'images/footer/dc_on.gif\'); return true;"                    ' + 
		'			ONMOUSEOUT="changeImages(\'footer_dc\', \'images/footer/dc_off.gif\'); return true;"                    ' + 
		'	><img src="images/footer/dc_off.gif" width="35" height="42" name="footer_dc" border="0"></a></td>                        ' + 
		'<td><img src="images/footer/wb_off.gif" width="29" height="42" name="footer_wb" border="0"></td>                         ' + 
		'	<td rowspan="2"><img src="images/spacer.gif" width="279" height="42" alt=""></td>                             ' + 
		'	</tr> ' + 
		'</table><br>&nbsp;' + 
      '<map name="footer_Map">                                                                         ' + 
      '<area shape="rect" alt="" coords="280,0,510,42" href="http://www2.warnerbros.com/main/privacy/privacy.html?fromsite=batmanbegins_PL" target="_blank">                             ' + 
      '<area shape="rect" alt="" coords="50,0,250,42" href="http://www2.warnerbros.com/" target="_blank">                             ' + 
      '</map>';

document.write(out_footer);