home *** CD-ROM | disk | FTP | other *** search
/ mcgregor.k12.mn.us / www.mcgregor.k12.mn.us.tar / www.mcgregor.k12.mn.us / _baks / immunizations.php.0001.7eb6.bak < prev    next >
Text File  |  2011-01-24  |  4KB  |  88 lines

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>McGregor Area School ISD#4</title>
  6.  
  7. <link href="style.css" rel="stylesheet" type="text/css" />
  8. <link href="dropStyle.css" rel="stylesheet" type="text/css" />
  9. <link rel="icon" href="/favicon.ico" type="image/x-icon">
  10.  
  11.     <script src="jquery-1.2.1.min.js" type="text/javascript"></script>
  12.  <script src="jquery.url.js" type="text/javascript"></script>
  13.       <script src="menu-collapsed.js" type="text/javascript"></script>
  14.  
  15.     <link rel="stylesheet" type="text/css" href="collapsed_style.css" />
  16.     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  17.   
  18.  
  19.   
  20.       <!--[if lt IE 8]>
  21.    <style type="text/css">
  22.    li a {display:inline-block;}
  23.    li a {display:block;}
  24.    </style>
  25.    <![endif]-->
  26.    
  27. <?php include("scriptHead.php"); ?>
  28.  
  29. <?php include("dropJava.php"); ?>
  30.  
  31. </head>
  32.  
  33. <center><body class="body">
  34.  
  35. <table width="760" border="3px" bordercolor="#FFFFFF">
  36.   <tr id="header">
  37.     <td colspan="3"><?php include("header.php"); ?></td>
  38.   </tr>
  39.   
  40.   <tr id="dropMenu">
  41.     <td colspan="3" class="menuBg" border="1px" bordercolor="#FFFFFF"><?php include("dropMenu.php"); ?></td>
  42.   </tr>
  43.   
  44.   <tr valign="top" bgcolor="#FFFFFF">
  45.   
  46.       <td width="120" height="75" class="leftMenu" id="leftMenu">
  47.        <?php include("ourschool_collapsed.php"); ?>
  48.         
  49.     </td>
  50.     
  51.     <td width="653" id="pageContenet">
  52.         <p>IMMUNIZATIONS <br />
  53.         </p>
  54.         <p>Forms<br />
  55.           Pupil Health Immunization Record - for recording a student's immunizations. <br />
  56.           (Note: Change the orientation on your printer to "Landscape" before printing.)</p>
  57.         <p><br />
  58.           No Shots, No School!<br />
  59.           In order to attend school, students must show they're in compliance with Minnesota State Immunization Requirements (see Minnesota Department of Health for more).<br />
  60.           A copy of the student's current immunization record must be on file, at school.</p>
  61.         <p><br />
  62.           Immunization Requirements<br />
  63.           The table on the document below outlines the immunization requirements.<br />
  64.           Are Your Kids Ready for School? (Immunization Table)<br />
  65.            </p>
  66.         <p>Scheduling Immunizations<br />
  67.           It is recommended that you call your child's physician to schedule immunization appointments. Aitkin County Public Health offers low cost immunizations. Dates and times of community immunization clinics can be obtained by calling Aitkin County Public Health at (800) 328-3744. Additional information may be obtained by calling the Minnesota Immunization Hotline at 1-800-657-3950.<br />
  68.            </p>
  69.         <p>Legal Exemptions</p>
  70.         <p>Students may receive legal exemption from the immunization law for medical reasons or conscientiously held belief. It is necessary to provide a notarized exemption form to the health office in order fullfill state requirements. Exemption forms are available in the health office.</p>
  71.         <p>Immunization Information Links</p>
  72.         <ul>
  73.           <li>            Center for Disease Control (CDC) Immunization Information Page</li>
  74.           <li>            Institute for Vaccine Safety at Johns Hopkins University</li>
  75.           <li>            Minnesota Department of Health - Immunizations</li>
  76.       </ul></td>
  77.     
  78.  
  79.   
  80.   </tr>
  81.   <tr bgcolor="#FFFFFF">
  82.       <td colspan="3"><?php include("footer.php"); ?></td>
  83.   </tr>
  84. </table>
  85.  
  86. </body></center>
  87. </html>
  88.