function writeJS(){
var str='';
str+='<form name="bclsMrof" action="forms\/process.php" method="post">';
//str+='<form name="bclsMrof" action="forms\/test.php" method="post">';
str+='            <input type="hidden" name="redirect" value="http:\/\/www.bonnercountylandscaping.com\/thanks.html">';
str+='            <input type="hidden" name="recipient" value="1">';
str+='            <!--<input type="hidden" name="exclude" value="city,phone">-->';
str+='            <input type="hidden" name="subject" value="Send me information about you">';
str+='            <input type="hidden" name="required" value="realname,email">            ';
str+='            <input type="hidden" name="salutation" value="Bonner County Landscaping">            ';
str+='            <table width="590" border="0" align="center" cellpadding="4" cellspacing="0" bgcolor="#f3efd4">';
str+='              <tr>';
str+='                <td colspan="2"><h3 align="center">Information<\/h3><\/td>';
str+='                <\/tr>';
str+='              <tr>';
str+='                <td width="333"><p>';
str+='                  <label>*Full Name<br>';
str+='                    <input type="text" name="realname" id="realname">';
str+='                    <\/label>';
str+='                <\/p><\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td><p>';
str+='                  <label>Address<br>';
str+='                    <input type="text" name="address" id="address">';
str+='                    <\/label>';
str+='                <\/p><\/td>';
str+='                <td><p>';
str+='                  <label>City<br>';
str+='                    <input type="text" name="city" id="city">';
str+='                    <\/label>';
str+='                <\/p><\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td><p>';
str+='                  <label>Phone<br>';
str+='                    <input type="text" name="phone" id="phone">';
str+='                    <\/label>';
str+='                <\/p><\/td>';
str+='                <td><p>';
str+='                  <label>*Email<br>';
str+='                    <input type="text" name="email" id="email">';
str+='                    <\/label>';
str+='                <\/p><\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td colspan="2"><p>';
str+='                  <label>Comments\/Interests<br>';
str+='                    <textarea name="comments" id="comments" cols="67" rows="5"><\/textarea>';
str+='                    <\/label>';
str+='                <\/p><\/td>';
str+='                <\/tr>';
str+='              <tr>';
str+='                <td height="10" colspan="2">';
str+='                  <div align="center"><\/div>';
str+='                <\/td>';
str+='                <\/tr>';
str+='              <tr>';
str+='                <td>';
str+='                  ';
str+='                    <div align="right">';
str+='                      <input type="submit" name="Submit" id="Submit" value="Submit">';
str+='                      <\/div><\/td>';
str+='                <td> <\/td>';
str+='              <\/tr>';
str+='              <tr>';
str+='                <td colspan="2" bgcolor="#FFFFFF"><div align="right">';
str+='                  <p align="right">*required fields <\/p>';
str+='                <\/div><\/td>';
str+='                <\/tr>';
str+='            <\/table>';
str+='            <div align="left"><\/div>';
str+='            <\/form>';
document.write(str);
}
//writeJS();
