<!-- Begin footer.js
// ----------------------------------------------------------------------------	//
//										                               
//	This javascript program creates the copyright for each page. This saves  	                
// 	you time for editing.								                               
//										
//	Script created by:  Dianne Blake     January 02, 2005		
//			   		http://dianneblake.com	
//			    		writer@dianneblake.com			
//										
// ----------------------------------------------------------------------------	//

	   document.write('<tr>');
	   document.write('<td align=\"right\" class=\"grey78\">');
	   document.write('&copy; copyright 2006-2009 | Align CM &nbsp;| all rights reserved&nbsp;&nbsp;');
	   document.write('</td>');
	   document.write('</tr>');

// End -->
