function lithgow_footer(wide)

// Inserts standard, charity-related text, displayed as a table of width 'wide' // pixels; formulation is intended to match that used in the majority of the // // calling pages.

// PG:21.01.2009.

{	document.write('<table align=\"center\" border=\"0\" cellpadding=\"5\"' + 			'cellspacing=\"0\" width=' + wide + '>' + 
 		'<tr height=\"20\">' + 
      	'<td> </td>' +
		'</tr>' +
		'<tr bgcolor=\"#C6B5DE\" height=\"15\">' + 
		'<td align=\"right\" valign=\"center\">' +
		'<font color=\"white\" size=-1><em>St Peter\'s Scottish ' + 				'Episcopal Church Linlithgow is a registered Scottish Charity, no. ' 		+ 'SC 023190</em></font></td>' +
		'</tr>' +													'</table>');
	}



// End of file lithgow_footer.js.





