var tempHtml

tempHtml = '<table width="100%" cellpadding="0" cellspacing="0" border="0">';
tempHtml += '	<tr>';
tempHtml += '		<td style="padding-top:25px;"><img src="'+path+'images/common/shadow_btm.gif" width="760" height="9"></td>';
tempHtml += '	</tr>';
tempHtml += '	<tr>';
tempHtml += '		<td class="footer">&copy; 2009 Diocesan Girls\' School. All Rights Reserved. </td>';
tempHtml += '	</tr>';
tempHtml += '</table>';

document.write (tempHtml);
