CINXE.COM

Houghton Mifflin College - Online Catalog - Contact Us

<!-------------------------------------------------------------------- -- -- Page Name: ContactUs.jsp -- Author: Bjorn Hakansson -- Description: Contact Us form. -- ---------------------------------------------------------------------- -- Copyright 2001 by Houghton Mifflin -- College ---------------------------------------------------------------------> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://college.hmco.com:80/CollegeCatalog/CollegeServiceController?cmd=Service&amp;subcmd=contactUS","20080613044502","https://web.archive.org/","web","/_static/", "1213332302"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>Houghton Mifflin College - Online Catalog - Contact Us</title> <script language="JavaScript" src="/web/20080613044502js_/http://college.hmco.com/shared/javascript/common_functions.js"></script> <script language="JavaScript" src="/web/20080613044502js_/http://college.hmco.com/shared/javascript/platform.js"></script> <link rel="stylesheet" type="text/css" href="/web/20080613044502cs_/http://college.hmco.com/shared/css/hm_text_alt.css"> <link href="/web/20080613044502cs_/http://college.hmco.com/shared/css/hm_structure.css" rel="stylesheet"> </head> <body bgcolor="#FFFFFF"> <script language="JavaScript"> // Validate input for email to friend on browse, match, search function CheckInputsWU(obj) { CheckThis = false; DiscOrWeb = "c"; //Get Value into variables if(obj.elements[3].checked == true) { DiscOrWeb = "a"; } else if(obj.elements[4].checked == true) { DiscOrWeb = "b" } if(obj.elements[5].checked == true) { Regarding = "Book"; } else if(obj.elements[6].checked == true) { Regarding = "Website"; } //else if(obj.elements[7].checked == true) //{ // Regarding = "CurrentConflict"; //} else if(obj.elements[7].checked == true) { Regarding = "Other"; } Discipline = obj.discipline.value; Title = obj.booktitle.value Author = obj.author.value Comments = obj.comments.value System = obj.system.value; Name = obj.name.value School = obj.school.value State = obj.state.value Zip = obj.zip.value Country = obj.country.value; Email = obj.email.value if(obj.elements[19].checked == true) { AreYouA = "Student"; } else if(obj.elements[20].checked == true) { AreYouA = "Professor"; } else if(obj.elements[21].checked == true) { AreYouA = "Teacher"; } else if(obj.elements[22].checked == true) { AreYouA = "Professional"; } else if(obj.elements[23].checked == true) { AreYouA = "Other"; } //New, to check CurrentConflict if(Regarding == "CurrentConflict") { CheckThis = true; } //End check CurrentConflict if(CheckThis == false) { if(DiscOrWeb == "a") { ret_value = checkDisc(Discipline); if( ret_value == false) { return false; } } } if(CheckThis == false) { if(Regarding == "Book") { ret_value = CheckRegarding(Title,Author); if(ret_value == false) { return false; } } } if(CheckThis == false) { if(Regarding == "ImgAsset") { ret_value = checkDisc(Discipline); if(ret_value == false) { return false; } } } if(Comments == "") { showBlank("Your Message:",obj.comments); return false; } if (Name == "") { showBlank("Your Name",obj.name); return false; } if (Email == "") { showBlank("Your Email",obj.email); return false; } // Check email address to make sure it atleast looks like a valid one if( !checkEmail(obj.email.value) ) { obj.email.select(); obj.email.focus(); return false; } // obj.submit(); return true; } function checkDisc(Discipline) { missinginfo = ""; alertinfo = ""; if(Discipline == "#") { missinginfo += "\n - Discipline"; } if(missinginfo != "") { alertinfo = "You forgot to select a discipline"; alert(alertinfo); ret_value = false; } else if(missinginfo == "") { ret_value = true; } return ret_value; } function CheckRegarding(Title, Author) { if(Title == "") { infoAlert = "Since you are commenting on one of our books, please tell us the title of the book"; alert(infoAlert); return false; } if(Author == "") { infoAlert = "Since you are commenting on one of our books, please tell us the author of the book"; alert(infoAlert); return false; } } // Display message function showBlank(field, obj) { msg = "You have missed one of the mandatory fields.\n" + field + " was left blank or not selected.\n"; alert(msg) obj.focus(); } function checkEmail(obj) { var objstring = obj; if ( objstring.indexOf(",") == -1 ) { if (objstring.length < 6) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if (objstring.indexOf("@") == -1) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if (objstring.indexOf(".") == -1) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if (objstring.indexOf(".@") != -1) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if (objstring.indexOf("@.") != -1) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } indxofat = objstring.indexOf("@"); lenghtofstring = ( objstring.length - 1 ); tempstring = objstring; tempstring2 = tempstring.substr(indxofat); indxofdot = objstring.indexOf("."); afterdot = lenghtofstring - indxofdot; if(afterdot < 2) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if( tempstring2.indexOf("@") > tempstring2.indexOf(".") ) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } } else { var indxofcomma, lenghtofstring, tempstring, tempstring2; indxofcomma = obj.indexOf(","); lenghtofstring = ( obj.length - 1 ); tempstring = obj; tempstring2 = tempstring.substr(indxofcomma + 1); tempstring = tempstring.substr(0, indxofcomma); tempstring2.replace(" ", ""); tempstring.replace(" ", ""); if ( tempstring.indexOf(",") == -1 ) { if (tempstring.length < 6) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if (tempstring.indexOf("@") == -1) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if (tempstring.indexOf(".") == -1) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if ( tempstring.indexOf(".@") != -1 ) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } if ( tempstring.indexOf("@.") != -1 ) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } indxofat = tempstring.indexOf("@"); lenghtofstring = ( tempstring.length - 1 ); tempstring3 = tempstring tempstring4 = tempstring3.substr(indxofat); if( tempstring4.indexOf("@") > tempstring4.indexOf(".") ) { alert("The Email Address you entered was found to be invalid.\nPlease enter a valid Email Address."); return false; } } if( !checkEmail(tempstring2) ) { return false; } } return true; } </script> <!-- =================================================================================== H E A D E R A N D I N C L U D E S E C T I O N ==================================================================================== --> <!-- Include the header page to get the top and left navbar--> <script language="JavaScript"> function StartBug() { page = "/CollegeCatalog/CatalogController?cmd=LP&nextPage=BugReport.jsp"; OpenWin = this.open(page, "CtrlWindow", "toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes,width=600,height=300"); } </script> <!--start global navigation--> <div id="GLOBALNAV"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="https://web.archive.org/web/20080613044502/http://college.hmco.com/"><img alt="Houghton Mifflin" border="0" height="64" src="/web/20080613044502im_/http://college.hmco.com/shared/images/tnav_hmbanner.gif" width="273"></a></td> <!--<TD><A HREF="javascript:StartBug()"><IMG alt="Houghton Mifflin" border="0" height="64" src="/shared/images/tnav_hmbanner.gif" width="273"></A></TD>--> <td width="100%" background="/web/20080613044502im_/http://college.hmco.com/shared/images/tnav_hmbanner_tile_bg.gif">&nbsp;</td> <td><img alt="College Division" border="0" height="64" src="/web/20080613044502im_/http://college.hmco.com/shared/images/tnav_hmbanner_collegediv.gif" width="295"></td> </tr> </table> </div> <!--end global navigation--> <!--start top navigation--> <div id="TOPNAV"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td><a onmouseout="if (document.images) document.how_tnav_instructors_bt_off.src= '/shared/images/how_tnav_instructors_bt_off.gif';" onmouseover="if (document.images) document.how_tnav_instructors_bt_off.src= '/shared/images/how_tnav_instructors_bt_on.gif';" href="/web/20080613044502/http://college.hmco.com/instructors/index.html"><img name="how_tnav_instructors_bt_off" alt="instructors" border="0" width="102" height="31" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_instructors_bt_off.gif"></a></td> <td><a onmouseout="if (document.images) document.how_tnav_students_bt_off.src= '/shared/images/how_tnav_students_bt_off.gif';" onmouseover="if (document.images) document.how_tnav_students_bt_off.src= '/shared/images/how_tnav_students_bt_on.gif';" href="/web/20080613044502/http://college.hmco.com/students/index.html"><img name="how_tnav_students_bt_off" alt="students" border="0" width="77" height="31" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_students_bt_off.gif"></a></td> <td><a onmouseout="if (document.images) document.how_tnav_reviewauthors_bt_off.src= '/shared/images/how_tnav_reviewauthors_bt_off.gif';" onmouseover="if (document.images) document.how_tnav_reviewauthors_bt_off.src= '/shared/images/how_tnav_reviewauthors_bt_on.gif';" href="/web/20080613044502/http://college.hmco.com/reviewers_authors/index.html"><img name="how_tnav_reviewauthors_bt_off" alt="reviewers &amp; authors" border="0" width="153" height="31" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_reviewauthors_bt_off.gif"></a></td> <td><a onmouseout="if (document.images) document.how_tnav_bookseller_off.src= '/shared/images/how_tnav_bookseller_off.gif';" onmouseover="if (document.images) document.how_tnav_bookseller_off.src= '/shared/images/how_tnav_bookseller_on.gif';" href="/web/20080613044502/http://college.hmco.com/booksellers/index.html"><img name="how_tnav_bookseller_off" alt="Booksellers" border="0" width="96PX" height="31PX" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_bookseller_off.gif"></a></td> <td background="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_bluebar_tile_bg.gif" width="100%">&nbsp;</td> <td><img alt="Contact Us" border="0" width="117" height="31" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_how_bt_sel.gif"></td> </tr> <tr> <td align="RIGHT" width="100%" colspan="6"><img alt="" border="0" width="168" height="15" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_tnav_bannerhanger.gif"></td> </tr> </table> </div> <!--end top navigation--> <!--start left navigation--> <div id="LEFTNAV"> <table border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#C6B6F7" width="6" height="24">&nbsp;<img alt="" border="0" width="1" height="3" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> <td width="150" height="24" valign="CENTER" colspan="3"><a onmouseout="if (document.images) document.how_lnav_helphome_off.src= '/shared/images/how_lnav_helphome_off.gif';" onmouseover="if (document.images) document.how_lnav_helphome_off.src= '/shared/images/how_lnav_helphome_on.gif';" href="/web/20080613044502/http://college.hmco.com/how/index.html"><img name="how_lnav_helphome_off" alt="How Can I Home" border="0" width="150" height="24" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_lnav_helphome_off.gif"></a></td> </tr> <tr> <td width="156" colspan="4"><img alt="" border="0" width="156" height="1" src="/web/20080613044502im_/http://college.hmco.com/shared/images/lnav_divider.gif"></td> </tr> <tr> <td width="6"><img alt="" border="0" width="6" height="7" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_lnav_purple_barend.gif"></td> <td width="150" height="7" colspan="3"><img alt="" border="0" width="150" height="7" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_lnav_top.gif"></td> </tr> <tr> <td bgcolor="#ffffff" width="6"></td> <td align="MIDDLE" width="150" valign="CENTER" colspan="3"><img alt="" border="0" width="150" height="51" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_lnav_end.gif"></td> </tr> <tr> </tr> </table> </div> <!--end left navigation--> <!--end left navigation--> <!--Body Starts here--> <div id="BODY"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td><img width="165" height="1" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> <td width="100%"> <!--Top section table --> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td align="left" width="90%" valign="bottom"><img alt="Distance/Distribution Learning" border="0" src="/web/20080613044502im_/http://college.hmco.com/shared/images/how_write_to_us_hd.gif">&nbsp;</td> <td align="right" width="151" valign="top"> <table> <tr> <td align="left" width="151" height="4"><img alt="" border="0" width="3" height="4" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> <tr> <td align="left" width="151" valign="top"> <a class="headinglinks" href="/web/20080613044502/http://college.hmco.com/how/how_reqperm.html">Return to Request Permissions</a> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td background="/web/20080613044502im_/http://college.hmco.com/shared/images/ruleline_tile.gif" height="2" colspan="3"><img alt="" border="0" width="10" height="1" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> <tr> <td align="LEFT" height="5" valign="TOP" colspan="4"><img alt="" border="0" width="10" height="5" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> <tr> <td align="LEFT" height="5" valign="TOP" colspan="4"><img alt="" border="0" width="10" height="5" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> </table> <!--End Top section--> <!-- Start Main table section--> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td background="/web/20080613044502im_/http://college.hmco.com/shared/images/ruleline_tile.gif" width="100%" height="1" colspan="2"><img alt="" border="0" width="1" height="3" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> <tr> <td width="100%" height="7" colspan="2"><img alt="" border="0" width="2" height="7" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> </table> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td> <span class="bodytext">Please send us your comments and suggestions using this form.<br> All information collected here will be kept private unless you specifically give us permission to<br> use it in our advertising/promotional material. See our <a href="https://web.archive.org/web/20080613044502/http://www.hmco.com/hmco/Copyright.html#privacy">Privacy Policy</a> for details.</span> </td> </tr> <!-- Check the ErrorList --> <tr> <td> <span class="bodytext"><br>If you have a question about <b>password or passkey, click here:</b></span><br> <a href="/web/20080613044502/http://college.hmco.com/how/how_stu_password_help.html">Student</a> <br> <a href="/web/20080613044502/http://college.hmco.com/how/how_ins_password_help.html">Instructor</a><br> </td> </tr> </table> <form name="WriteUs" action="/web/20080613044502/http://college.hmco.com/CollegeCatalog/CollegeServiceController?cmd=Service" method="post" onsubmit="return CheckInputsWU(document.WriteUs);"> <input type="HIDDEN" name="cmd" value="Service"> <input type="HIDDEN" name="subcmd" value="SendForm"> <input type="HIDDEN" name="formName" value="ContactUs"> <table cellspacing="2" cellpadding="0" border="0"> <!-- BEGINNING OF CONTENT --> <tr> <td valign="top" align="left" width="40%" nowrap> <input type="radio" name="radio_contact" value="a" checked> <span class="bodytextbold">Write to the <i>Editors</i> to let them<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;know your thoughts, concerns, or<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;suggestions about our materials.</span> </td> <td width="30"> <img src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif" width="30" height="1" border="0" alt=""> </td> <td valign="top" align="left" nowrap> <input type="radio" name="radio_contact" value="b"> <span class="bodytextbold">Write to the <i>Webmaster</i> if you have questions<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;or comments about our website.</span> <br> </td> </tr> </table> <table cellspacing="2" cellpadding="0" border="0"> <tr> <td width="32%"> <span class="bodytextbold">I am commenting on a:</span> </td> <td> <input type="radio" name="regarding" value="book" checked><span class="bodytext">&nbsp;book</span> </td> </tr> <tr> <td></td> <td> <input type="radio" name="regarding" value="website"><span class="bodytext">&nbsp;website</span> </td> </tr> <!-- <tr> <td></td> <td> <input type="radio" name="regarding" value="CurrentConflict"><span class="bodytext">&nbsp;Guide to Current Conflict</span> </td> </tr> --> <tr> <td></td> <td> <input type="radio" name="regarding" value="other"><span class="bodytext">&nbsp;other</span> </td> </tr> <tr> <td> <span class="bodytextbold"><br>Discipline:</span> </td> <td> <select name="discipline" size="1"> <option value="#" selected>select</option> <option value="#" selected>select</option> <option value="1010">accounting</option> <option value="1030">business</option> <option value="1040">chemistry</option> <option value="1063">counseling</option> <option value="1065">dev eng</option> <option value="1070">economics</option> <option value="1080">education</option> <option value="1090">english</option> <option value="1100">french</option> <option value="1105">geology</option> <option value="1110">german</option> <option value="1120">history</option> <option value="1130">italian</option> <option value="1135">japanese</option> <option value="1140">math</option> <option value="1160">physics/ phys sci</option> <option value="1170">pol sci</option> <option value="1180">psychology</option> <option value="1200">spanish</option> <option value="1210">stu success</option> </select> </td> </tr> <tr> <td> <span class="bodytextbold">Title:</span> </td> <td> <input type="text" name="booktitle" size="40" value=""> </td> </tr> <tr> <td> <span class="bodytextbold">Author:</span> </td> <td> <input type="text" name="author" size="40" value=""> </td> </tr> <tr> <td colspan="2" width="100%"><span class="bodytext"><br>If appropriate, please tell us what URL or section on the web site your comment<br> pertains to. For example: http://college.hmco.com</span> </td> </tr> <tr> <td width="32%" valign="top" align="left" nowrap> <span class="bodytextbold"><br>Comments:</span> </td> <td> <textarea cols="50" rows="10" name="comments"></textarea> </td> </tr> <!-- --> <tr> <td> <span class="bodytextbold">What platform and operating system are you using:</span> </td> <td> <select name="system"> <option selected value="NONE"></option> <option value="Macintosh OS 8.x">Macintosh OS 8.x</option> <option value="Mactinosh OS 9.x">Mactinosh OS 9.x</option> <option value="Macintosh OS 10.x">Macintosh OS 10.x</option> <option value="Windows 95">Windows 95</option> <option value="Windows 98">Windows 98</option> <option value="Windows 2000">Windows 2000</option> <option value="Windows ME">Windows ME</option> <option value="Windows CE">Windows CE</option> <option value="Windows NT 4.0">Windows NT 4.0</option> <option value="Windows XP">Windows XP</option> <option value="Linux">Linux</option> <option value="Unix">Unix</option> <option value="Other">Other</option> <option value="Dont know">Don't know</option> </select> </td> </tr> <!-- --> <tr> <td> <span class="bodytextbold">Your name:</span> </td> <td> <input type="text" name="name" size="40" value=""> </td> </tr> <tr> <td> <span class="bodytextbold">School / Affiliation:</span> </td> <td> <input type="text" name="school" size="40" value=""> </td> </tr> <tr> <td> <span class="bodytextbold">State / Province:</span> </td> <td> <input type="text" name="state" size="40" value=""> </td> </tr> <tr> <td> <span class="bodytextbold">Zip / Postal code:</span> </td> <td> <input type="text" name="zip" size="40" value=""> </td> </tr> <tr> <td> <span class="bodytextbold">Country:</span> </td> <td> <select name="country"> <option selected value="US">United States</option> <option value="AF">Afghanistan</option> <option value="AL">Albania</option> <option value="DZ">Algeria</option> <option value="AS">American Samoa</option> <option value="AD">Andorra</option> <option value="AO">Angola</option> <option value="AI">Anguilla</option> <option value="AQ">Antarctica</option> <option value="AG">Antigua and Barbuda</option> <option value="AR">Argentina</option> <option value="AM">Armenia</option> <option value="AW">Aruba</option> <option value="AU">Australia</option> <option value="AT">Austria</option> <option value="AZ">Azerbaijan</option> <option value="BS">Bahamas</option> <option value="BH">Bahrain</option> <option value="BD">Bangladesh</option> <option value="BB">Barbados</option> <option value="BY">Belarus</option> <option value="BE">Belgium</option> <option value="BZ">Belize</option> <option value="BJ">Benin</option> <option value="BM">Bermuda</option> <option value="BT">Bhutan</option> <option value="BO">Bolivia</option> <option value="BA">Bosnia and Herzegovina</option> <option value="BW">Botswana</option> <option value="BV">Bouvet Island</option> <option value="BR">Brazil</option> <option value="IO">British Indian Ocean Territory</option> <option value="BN">Brunei Darussalam</option> <option value="BG">Bulgaria</option> <option value="BF">Burkina Faso</option> <option value="BI">Burundi</option> <option value="KH">Cambodia</option> <option value="CM">Cameroon</option> <option value="CA">Canada</option> <option value="CV">Cape Verde</option> <option value="KY">Cayman Islands</option> <option value="CF">Central African Republic</option> <option value="TD">Chad</option> <option value="CL">Chile</option> <option value="CN">China</option> <option value="CX">Christmas Island</option> <option value="CC">Cocos (Keeling) Islands</option> <option value="CO">Colombia</option> <option value="KM">Comoros</option> <option value="CG">Congo</option> <option value="CK">Cook Islands</option> <option value="CR">Costa Rica</option> <option value="CI">Cote d'Ivoire</option> <option value="HR">Croatia (local name: Hrvatska)</option> <option value="CU">Cuba</option> <option value="CY">Cyprus</option> <option value="CZ">Czech Republic</option> <option value="DK">Denmark</option> <option value="DJ">Djibouti</option> <option value="DM">Dominica</option> <option value="DO">Dominican Republic</option> <option value="TP">East Timor</option> <option value="EC">Ecuador</option> <option value="EG">Egypt</option> <option value="SV">El Salvador</option> <option value="GQ">Equatorial Guinea</option> <option value="ER">Eritrea</option> <option value="EE">Estonia</option> <option value="ET">Ethiopia</option> <option value="FK">Falkland Islands (Malvinas)</option> <option value="FO">Faroe Islands</option> <option value="FJ">Fiji</option> <option value="FI">Finland</option> <option value="FR">France</option> <option value="FX">France, Metropolitan</option> <option value="GF">French Guiana</option> <option value="PF">French Polynesia</option> <option value="TF">French Southern Territories</option> <option value="GA">Gabon</option> <option value="GM">Gambia</option> <option value="GE">Georgia</option> <option value="DE">Germany</option> <option value="GH">Ghana</option> <option value="GI">Gibraltar</option> <option value="GR">Greece</option> <option value="GL">Greenland</option> <option value="GD">Grenada</option> <option value="GP">Guadeloupe</option> <option value="GU">Guam</option> <option value="GT">Guatemala</option> <option value="GN">Guinea</option> <option value="GW">Guinea-Bissau</option> <option value="GY">Guyana</option> <option value="HT">Haiti</option> <option value="HM">Heard and McDonald Islands</option> <option value="VA">Holy See (Vatican City State)</option> <option value="HN">Honduras</option> <option value="HK">Hong Kong</option> <option value="HU">Hungary</option> <option value="IS">Iceland</option> <option value="IN">India</option> <option value="ID">Indonesia</option> <option value="IR">Iran (Islamic Republic of)</option> <option value="IQ">Iraq</option> <option value="IE">Ireland</option> <option value="IL">Israel</option> <option value="IT">Italy</option> <option value="JM">Jamaica</option> <option value="JP">Japan</option> <option value="JO">Jordan</option> <option value="KZ">Kazakhstan</option> <option value="KE">Kenya</option> <option value="KI">Kiribati</option> <option value="KP">Korea, Democratic People's Republic of</option> <option value="KR">Korea, Republic of</option> <option value="KW">Kuwait</option> <option value="KG">Kyrgyzstan</option> <option value="LA">Lao People's Democratic Republic</option> <option value="LV">Latvia</option> <option value="LB">Lebanon</option> <option value="LS">Lesotho</option> <option value="LR">Liberia</option> <option value="LY">Libyan Arab Jamahiriya</option> <option value="LI">Liechtenstein</option> <option value="LT">Lithuania</option> <option value="LU">Luxembourg</option> <option value="MO">Macau</option> <option value="MK">Macedonia, the Former Yugoslav Republic of</option> <option value="MG">Madagascar</option> <option value="MW">Malawi</option> <option value="MY">Malaysia</option> <option value="MV">Maldives</option> <option value="ML">Mali</option> <option value="MT">Malta</option> <option value="MH">Marshall Islands</option> <option value="MQ">Martinique</option> <option value="MR">Mauritania</option> <option value="MU">Mauritius</option> <option value="YT">Mayotte</option> <option value="MX">Mexico</option> <option value="FM">Micronesia, Federated States of</option> <option value="MD">Moldova, Republic of</option> <option value="MC">Monaco</option> <option value="MN">Mongolia</option> <option value="MS">Montserrat</option> <option value="MA">Morocco</option> <option value="MZ">Mozambique</option> <option value="MM">Myanmar</option> <option value="NA">Namibia</option> <option value="NR">Nauru</option> <option value="NP">Nepal</option> <option value="NL">Netherlands</option> <option value="AN">Netherlands Antilles</option> <option value="NC">New Caledonia</option> <option value="NZ">New Zealand</option> <option value="NI">Nicaragua</option> <option value="NE">Niger</option> <option value="NG">Nigeria</option> <option value="NU">Niue</option> <option value="NF">Norfolk Island</option> <option value="MP">Northern Mariana Islands</option> <option value="NO">Norway</option> <option value="OM">Oman</option> <option value="PK">Pakistan</option> <option value="PW">Palau</option> <option value="PA">Panama</option> <option value="PG">Papua New Guinea</option> <option value="PY">Paraguay</option> <option value="PE">Peru</option> <option value="PH">Philippines</option> <option value="PN">Pitcairn</option> <option value="PL">Poland</option> <option value="PT">Portugal</option> <option value="PR">Puerto Rico</option> <option value="QA">Qatar</option> <option value="RE">Reunion</option> <option value="RO">Romania</option> <option value="RU">Russian Federation</option> <option value="RW">Rwanda</option> <option value="KN">Saint Kitts and Nevis</option> <option value="LC">Saint Lucia</option> <option value="VC">Saint Vincent and the Grenadines</option> <option value="WS">Samoa</option> <option value="SM">San Marino</option> <option value="ST">Sao Tome and Principe</option> <option value="SA">Saudi Arabia</option> <option value="SN">Senegal</option> <option value="SC">Seychelles</option> <option value="SL">Sierra Leone</option> <option value="SG">Singapore</option> <option value="SK">Slovakia (Slovak Republic)</option> <option value="SI">Slovenia</option> <option value="SB">Solomon Islands</option> <option value="SO">Somalia</option> <option value="ZA">South Africa</option> <option value="GS">South Georgia and the South Sandwich Islands</option> <option value="ES">Spain</option> <option value="LK">Sri Lanka</option> <option value="SH">St. Helena</option> <option value="PM">St. Pierre and Miquelon</option> <option value="SD">Sudan</option> <option value="SR">Suriname</option> <option value="SJ">Svalbard and Jan Mayen Islands</option> <option value="SZ">Swaziland</option> <option value="SE">Sweden</option> <option value="CH">Switzerland</option> <option value="SY">Syrian Arab Republic</option> <option value="TW">Taiwan, Province of China</option> <option value="TJ">Tajikistan</option> <option value="TZ">Tanzania, United Republic of</option> <option value="TH">Thailand</option> <option value="TG">Togo</option> <option value="TK">Tokelau</option> <option value="TO">Tonga</option> <option value="TT">Trinidad and Tobago</option> <option value="TN">Tunisia</option> <option value="TR">Turkey</option> <option value="TM">Turkmenistan</option> <option value="TC">Turks and Caicos Islands</option> <option value="TV">Tuvalu</option> <option value="UG">Uganda</option> <option value="UA">Ukraine</option> <option value="AE">United Arab Emirates</option> <option value="GB">United Kingdom</option> <option value="UM">United States Minor Outlying Islands</option> <option value="UY">Uruguay</option> <option value="UZ">Uzbekistan</option> <option value="VU">Vanuatu</option> <option value="VE">Venezuela</option> <option value="VN">Viet Nam</option> <option value="VG">Virgin Islands (British)</option> <option value="VI">Virgin Islands (U.S.)</option> <option value="WF">Wallis and Futuna Islands</option> <option value="EH">Western Sahara</option> <option value="YE">Yemen</option> <option value="YU">Yugoslavia</option> <option value="ZR">Zaire</option> <option value="ZM">Zambia</option> <option value="ZW">Zimbabwe</option> </select> </td> </tr> <tr> <td> <span class="bodytextbold">Email:</span> </td> <td> <input type="text" name="email" size="40" value=""> </td> </tr> <tr> <td> <span class="bodytextbold">Are you a:</span> </td> <td> <input type="radio" name="AreYou" value="student" checked><span class="bodytext">&nbsp;Student</span><br> </td> </tr> <tr> <td></td> <td> <input type="radio" name="AreYou" value="professor"><span class="bodytext">&nbsp;Professor</span><br> </td> </tr> <tr> <td></td> <td> <input type="radio" name="AreYou" value="teacher"><span class="bodytext">&nbsp;Teacher</span> </td> </tr> <tr> <td></td> <td> <input type="radio" name="AreYou" value="professional"><span class="bodytext">&nbsp;Professional</span> </td> </tr> <tr> <td></td> <td> <input type="radio" name="AreYou" value="other"><span class="bodytext">&nbsp;Other</span> </td> </tr> <tr> <td></td> <td> <input type="image" src="/web/20080613044502im_/http://college.hmco.com/shared/images/send_form_bt.gif" alt="Send Form" align="left" border="0"> </td> </tr> </table> </form> </td> </tr> </table> <!-- Include the header page to get the top and left navbar--> <!--Footer, will go in an include file --> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td><img width="165" height="1" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> <td width="100%"> <table border="0" width="100%" cellpadding="0" cellspacing="0"> <tr> <td><br><br></td> </tr> <tr> <td background="/web/20080613044502im_/http://college.hmco.com/shared/images/ruleline_tile.gif"><img alt="" border="0" width="1" height="3" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> <tr> <td><img border="0" width="1" height="4" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> <tr> <td class="footer"><a class="footer" href="/web/20080613044502/http://college.hmco.com/how/how_sitemap.html">Site Map</a> I <a class="footer" href="/web/20080613044502/http://college.hmco.com/how/how_partners.html">Partners</a> I <a class="footer" href="https://web.archive.org/web/20080613044502/http://ir.hmco.com/ireye/ir_site.zhtml?ticker=HTN&amp;script=400">Press Releases</a> I <a class="footer" href="https://web.archive.org/web/20080613044502/http://www.hmco.com/">Company Home</a> I <a class="footer" href="/web/20080613044502/http://college.hmco.com/CollegeCatalog/CollegeServiceController?cmd=Service&amp;subcmd=contactUS">Contact Us</a> <br>Copyright Houghton Mifflin Company. All Rights Reserved.<br><a class="footer" href="https://web.archive.org/web/20080613044502/http://www.hmco.com/hmco/Copyright.html">Terms and Conditions of Use</a>, <a class="footer" href="https://web.archive.org/web/20080613044502/http://www.hmco.com/privacy.html">Privacy Statement</a>, and <a class="footer" href="https://web.archive.org/web/20080613044502/http://www.hmco.com/hmco/Trademark.html">Trademark Information</a> </td> </tr> <tr> <td><img alt="" border="0" width="1" height="7" src="/web/20080613044502im_/http://college.hmco.com/shared/images/spacer.gif"></td> </tr> </table> </td> </tr> </table> </div> </body> </html><!-- FILE ARCHIVED ON 04:45:02 Jun 13, 2008 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 10:47:17 Dec 01, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.677 exclusion.robots: 0.033 exclusion.robots.policy: 0.019 esindex: 0.013 cdx.remote: 6.178 LoadShardBlock: 128.127 (3) PetaboxLoader3.datanode: 119.733 (4) PetaboxLoader3.resolve: 132.683 (2) load_resource: 142.059 -->

Pages: 1 2 3 4 5 6 7 8 9 10