// JavaScript For BestWeb Corp Home Page Copyright 2007

function contactBestWeb() {
					var b = '@';
					document.write('<a href="mail'+'to:support'+b+'bestweb.net">');
					document.write('Contact Us By Email');
					document.write('</a>');
}


