//=============================================================
// Balance
//=============================================================
// Changed By     Date     Description
//Chris North   19-3-01   First Version
//
//=============================================================

document.open();

document.write ('<font face=\"Arial, Helvetica, sans-serif\" size=\"2\" color=\"#000000\">');	
document.write('<p><b>');			//NEW Line
document.write('Mountshill Woodcraft and');	//WRITE Text
document.write('<br>');			//NEW Line
document.write('Design Website');	//WRITE Text
document.write('</b>');			//END Bold
document.write('<br>');			//NEW Line
document.write ('<br>');			//START Bold
document.write('Thank you for visiting our');
document.write('<br>');			//NEW Line
document.write('website, an introduction');
document.write('<br>');			//NEW Line
document.write('to our company.');
document.write('<br>');			//NEW Line
document.write('<br>');			//NEW Line
document.write('Please feel free to email');
document.write('<br>');			//NEW Line
document.write('us with your comments.');
document.write('<br>');			//NEW Line
document.write('<br>');			//NEW Line
document.write('We value your opinions and');
document.write('<br>');			//NEW Line
document.write('welcome your views on the');
document.write('<br>');			//NEW Line
document.write('service we offer.');
document.write('<br>');			//NEW Line
document.write('<br>');			//NEW Line
document.write('Contact us on:');
document.write('<br>');			//NEW Line
document.write('<b>');			//NEW Line
document.write('01580 715911');
document.write('</b>');			//NEW Line
document.write('<br>');			//NEW Line
document.write('or email us on:');
document.write('<br>');			//NEW Line
document.write('<b>');			//NEW Line
document.write('<a href="mailto:info@mountshill.com?subject=Info Request from the Mountshill Woodcraft and Design Website" >info@mountshill.com</a>');
document.write('</b>');			//NEW Line
document.write ('</font></p>');
document.close();