// JavaScript Document


//////////////////////////////////////////////////

function makefooter2(sSection){
	document.write('<div align="left" class="footer2">');
	document.write('© <strong>wizard web design</strong> 2010<br>');
	document.write('ABN 14 092 582 413</div>');
}