function bathgate_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.

// CHECK bgcolor FOR BATHGATE!!!


// PG:02.08.2011.

{	document.write('<table align=\"center\" border=\"0\" cellpadding=\"5\"' + 			'cellspacing=\"0\" width=' + wide + '>' + 
 		'<tr height=\"20\">' + 
      	'<td> </td>' +
		'</tr>' +
		'<tr bgcolor=\"#660066\" height=\"15\">' + 
		'<td align=\"right\" valign=\"center\">' +
		'<font color=\"white\" size=-1><em>St Columba\'s Scottish ' + 				'Episcopal Church Bathgate is a registered Scottish Charity, no. ' 		+ 'SC 023269</em></font></td>' +
		'</tr>' +													'</table>');
	}



// End of file bathgate_footer.js.





