
function writeJS(){
var str='';
//str+='<form method="POST" action="http:\/\/www.sandpointmedia.com\/cgi-bin\/discoverMrf.pl" name="Relocation Information">';
str+='<form method="POST" action="modules\/forms\/contact_process.php" name="Contact Us Information">';
str+='        <p>';
str+='		  <input type="hidden" name="required" value="name,email">';
str+='        <input type="hidden" name="redirect" value="thanks.html">';
str+='        <input type="hidden" name="recipient" value="coolinidaho@msn.com">';
str+='        <input type="hidden" name="subject" value="Contact Us">';
str+='        <\/p>';
str+='        <div align="left">';
str+='        <p><font face="Verdana,Arial,Helvetica"><span class="welcome_body">Please send me some information on the following:<\/span><\/font><\/p>';
str+='         <blockquote>';
str+='        <p><font face="Verdana,Arial,Helvetica" size="-1"><span class="welcome_body">';
str+='         <input type="checkbox" value="yes" name="daily bee">';
str+='          Current issue of Priest River Times newspaper<br>';
str+='          <input type="checkbox" value="yes" name="map">';
str+='          Map of North Idaho<br>';
str+='          <input type="checkbox" value="yes" name="community information">';
str+='          Community information<br>';
str+='          <input type="checkbox" value="yes" name="brochures">';
str+='           Brochures from local Attractions<br>';
str+='           <\/span><\/font><\/p>';
str+='           <\/blockquote>';
str+='           <\/div>';
str+='           <div align="center">';
str+='           <table border="0" cellpadding="0" cellspacing="2" width="476">';
str+='               <tr>';
str+='                   <td><span class="welcome_body">Name<\/span><\/td>';
str+='                   <td><input type="text" name="name" size="24"><\/td>';
str+='                <\/tr>';
str+='                <tr>';
str+='                    <td><span class="welcome_body">Address<\/span><\/td>';
str+='                                  <td><input type="text" name="address" size="24"><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">City<\/span><\/td>';
str+='                                  <td><input type="text" name="city" size="24"><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">State<\/span><\/td>';
str+='                                  <td><input type="text" name="state" size="24"><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">Zip<\/span><\/td>';
str+='                                  <td><input type="text" name="zip" size="24"><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">Phone:<\/span><\/td>';
str+='                                  <td><input type="text" name="phone" size="24"><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><b><font color="white">email:*<\/font><\/b><\/td>';
str+='                                  <td><input type="text" name="email" size="24"><\/td>';
str+='                                <\/tr>';
str+='                              <\/table>';
str+='                            <\/div>';
str+='                            <div align="left">';
str+='                              <p><font face="Verdana,Arial,Helvetica"><span class="welcome_body">Property Information<br>';
str+='                              <\/span><\/font><\/p>';
str+='                            <\/div>';
str+='                            <div align="center">';
str+='                              <table border="0" cellpadding="0" cellspacing="2" width="476">';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">Property<\/span><\/td>';
str+='                                  <td><select name="propery" size="1">';
str+='                                      <option value="Commercial">Commercial<\/option>';
str+='                                      <option value="Residential" selected>Residential<\/option>';
str+='                                      <option value="Land_only">Land Only<\/option>';
str+='                                  <\/select><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">Price Range<\/span><\/td>';
str+='                                  <td><select name="price range" size="1">';
str+='                                      <option value="10k-49k">10k-49k<\/option>';
str+='                                      <option value="50k-100k">50k-100k<\/option>';
str+='                                      <option value="100k-200k" selected>100k-200k<\/option>';
str+='                                      <option value="200k-499k">200k-499k<\/option>';
str+='                                      <option value="500k+">500k+<\/option>';
str+='                                  <\/select><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">Area<\/span><\/td>';
str+='                                  <td><select name="area" size="1">';
str+='                                      <option value="in_PriestLake">In Priest Lake<\/option>';
str+='                                      <option value="within_10mi">within 10 mi<\/option>';
str+='                                      <option value="within_30mi">within 30 mi<\/option>';
str+='                                  <\/select><\/td>';
str+='                                <\/tr>';
str+='                                <tr>';
str+='                                  <td><span class="welcome_body">Acres<\/span><\/td>';
str+='                                  <td><select name="acreage" size="1">';
str+='                                      <option value="under_1_acre">under 1 acre<\/option>';
str+='                                      <option value="1-5_acres" selected>1-5 acres<\/option>';
str+='                                      <option value="5-20acres">5-20 acres<\/option>';
str+='                                      <option value="20+acres">20+<\/option>';
str+='                                  <\/select><\/td>';
str+='                                <\/tr>';
str+='                              <\/table>';
str+='                            <\/div>';
str+='                            <div align="left">';
str+='                              <p><font face="Verdana,Arial,Helvetica" size="-1"><span class="welcome_body">Comments or Requests<\/span><\/font><\/p>';
str+='                            <\/div>';
str+='                            <div align="center">';
str+='                              <p>';
str+='                                <textarea name="comments or requests" cols="40" rows="4"><\/textarea>';
str+='                              <\/p>';
str+='                              <p>';
str+='                                <input type="submit" name="Submit" value="Submit">';
str+='                                <input name="reset" type="reset">';
str+='                              <\/p>';
str+='                            <\/div>';
str+='                            <div align="left">';
str+='                              <p><br>';
str+='                              <\/p>';
str+='                            <\/div>';
str+='                          <\/form>';
document.write(str);
}
//writeJS();
