<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
		<channel>
		<title>Nav</title>
		<link>http://www.nea.org/nav/</link>
		<description>Nav</description>
		<generator>XHEMS 20050506 RD</generator>
		<item><title>File Not Found</title><link>http://www.nea.org/nav/404redirectpage.html</link><guid isPermaLink="true">http://www.nea.org/nav/404redirectpage.html</guid><pubDate>Thu, 17 Aug 2006 04:00:00 GMT</pubDate><description><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- saved from url=(0057)http://nd.nea.org/effectivelocalprograms.html -->
<!-- layout page and is  www.nea.org/tiles/layout_ndeamain.jsp --><HTML><HEAD><TITLE>Check Out the NDEA Effective Locals Program</TITLE>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"><!-- www.nea.org/tiles/tile_javascript.jsp tile to include in header section with JavaScript functions --><LINK 
href="http://nd.nea.org/tiles/masterStyleSheet.css" 
type=text/css rel=stylesheet><LINK title=RSS href="feeds/rss.xml" 
type=application/rss+xml rel=alternate>
<SCRIPT language=JavaScript 
src="http://nd.nea.org/tiles/mm_menu.htm"></SCRIPT>

<SCRIPT language=Javascript>
  var axel = Math.random() + "";
  var ord = axel * 1000000000000000000;
</SCRIPT>

<SCRIPT language=JavaScript>
  function openNew ( url )
   {
    open ( url );
    }
  function MM_jumpMenu(targ,selObj,restore){ 
   eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
   if (restore) selObj.selectedIndex=0;
    }
  function MM_openBrWindow(theURL,winName,features) { 
       var newWindow = window.open(theURL,winName,features);
        newWindow.focus()
     }

  function WM_imageSwap(daImage, daSrc){
    var objStr,obj;
    // Check to make sure that images are supported in the DOM.
    if(document.images){
    // Check to see whether you are using a name, number, or object
      if (typeof(daImage) == 'string') {
      // This whole objStr nonesense is here solely to gain compatability
      // with ie3 for the mac.
      objStr = 'document.' + daImage;
      obj = eval(objStr);
      obj.src = daSrc;
       } else if ((typeof(daImage) == 'object') && daImage && daImage.src)  
       {
        daImage.src = daSrc;
      }
    }
  }



function mmLoadMenus() {
  if (window.mm_menu_1020111805_0) return;
      window.mm_menu_1020111805_0 = new Menu("root",200,22,"verdana, sans-serif",11,"#000000","#FFFFFF","#FFDF6B","#0C5D97","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
	mm_menu_1020111805_0.addMenuItem("&nbsp;&nbsp;Accountability&nbsp;&&nbsp;Testing","location='/accountability/'");
	mm_menu_1020111805_0.addMenuItem('&nbsp;&nbsp;No Child Left Behind/ESEA',"location='/esea/'");
	mm_menu_1020111805_0.addMenuItem("&nbsp;&nbsp;Special&nbsp;Ed/IDEA","location='/specialed/'");
	mm_menu_1020111805_0.addMenuItem("&nbsp;&nbsp;Teacher&nbsp;Quality","location='/teacherquality/'");
	mm_menu_1020111805_0.addMenuItem("&nbsp;&nbsp;Vouchers","location='/vouchers/'");
	mm_menu_1020111805_0.addMenuItem("&nbsp;&nbsp;Other&nbsp;Issues","location='/topics/'");
	mm_menu_1020111805_0.hideOnMouseOut=true;
	mm_menu_1020111805_0.bgColor='#FFFFFF';
	mm_menu_1020111805_0.menuBorder=1;
	mm_menu_1020111805_0.menuLiteBgColor='#FFFFFF';
	mm_menu_1020111805_0.menuBorderBgColor='#777777';
       
  window.mm_menu_1020132620_0 = new Menu("root",225,22,"verdana, sans-serif",11,"#000000","#FFFFFF","#FFDF6B","#0C5D97","left","middle",3,0,1000,-5,7,true,true,true,0,true,true);
  mm_menu_1020132620_0.addMenuItem("&nbsp;&nbsp;NEA's&nbsp;Read&nbsp;Across&nbsp;America","location='/readacross/'");
  mm_menu_1020132620_0.addMenuItem("&nbsp;&nbsp;American&nbsp;Education&nbsp;Week","location='/aew/'");
  mm_menu_1020132620_0.addMenuItem("&nbsp;&nbsp;National&nbsp;Teacher&nbsp;Day","location='/teacherday/'");
  mm_menu_1020132620_0.addMenuItem("&nbsp;&nbsp;Brown&nbsp;v.&nbsp;Board&nbsp;50th&nbsp;Anniversary","location='/brownvboard/'");
  mm_menu_1020132620_0.addMenuItem("&nbsp;&nbsp;NEA&nbsp;Annual&nbsp;Meeting","location='/annualmeeting/'");
  mm_menu_1020132620_0.addMenuItem("&nbsp;&nbsp;Other&nbsp;Events","location='/events/index.html#otherevents'");
   mm_menu_1020132620_0.hideOnMouseOut=true;
   mm_menu_1020132620_0.bgColor='#FFFFFF';
   mm_menu_1020132620_0.menuBorder=1;
   mm_menu_1020132620_0.menuLiteBgColor='#FFFFFF';
   mm_menu_1020132620_0.menuBorderBgColor='#777777';


mm_menu_1020132620_0.writeMenus();
}



function breadcrumbs(){
    sURL = new String;
    bits = new Object;
    var x = 0;
    var stop = 0;
    var output = "<A HREF=\"/\">Home</A> ";

    sURL = location.href;
    sURL = sURL.slice(8,sURL.length);
    chunkStart = sURL.indexOf("/");
    sURL = sURL.slice(chunkStart+1,sURL.length)

    while(!stop){
      chunkStart = sURL.indexOf("/");
      if (chunkStart != -1){
        bits[x] = sURL.slice(0,chunkStart)
        sURL = sURL.slice(chunkStart+1,sURL.length);
      }else{
        stop = 1;
      }
      x++;
    }

    for(var i in bits){
      output += " <img src='http://nd.nea.org/nav/images/arrow.png'> <A HREF=\"";

      for(y=1;y<x-i;y++){
        output += "../";
      }
         
        var dirtitle = bits[i];
		if(dirtitle == 'teachingandlearning'){
		  dirtitle="Teaching and Learning";
         }else if(dirtitle == 'membersonly'){
          dirtitle="Members Only";
		 }else if(dirtitle == 'events'){
          dirtitle="Calendar Of Events";
		 }else if(dirtitle == 'members'){
          dirtitle="For Members";
		 }else if(dirtitle == 'legislative'){
          dirtitle="Legislative News";
		 }else if(dirtitle == 'govdocuments'){
          dirtitle="Governance Documents";
		 }else if(dirtitle == 'leaderresources'){
          dirtitle="Local Leader Resources";
		 }else if(dirtitle == 'newteacher'){
          dirtitle="New Teacher Handbook";
		 }else if(dirtitle == 'espresources'){
          dirtitle="Support Professionals";
		 }else if(dirtitle == 'training'){
          dirtitle="Membership Advocacy Training";
		 }else if(dirtitle == 'news'){
          dirtitle="Whats New";
		 }else if(dirtitle == 'aboutndea'){
          dirtitle="Who Are We";
		 }else if(dirtitle == 'bargaining-info'){
          dirtitle="Negotiations Materials";
		 }else if(dirtitle == 'analysis'){
          dirtitle="Analysis of Salary Schedules";
		 }else if(dirtitle == 'contactus'){
          dirtitle="Contact Us";
		 }else if(dirtitle == 'lobbying-essentials'){
          dirtitle="Lobbying Essentials";
		 }else if(dirtitle == 'pr-resources'){
          dirtitle="PR Resources";
		 }


	   output += bits[i] + "/\">" + dirtitle + "</A> ";
    }
    document.write(output);
  }
</SCRIPT>

<SCRIPT language=JavaScript>
<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
/* Functions that swaps images. */
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

/* Functions that handle preload. */
function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

//-->
</SCRIPT>

<META content="Check Out the NDEA Effective Locals Program" name=DC.description>
<META content="" name=DC.subject.keyword>
<META content=2006-05-19 name=DC.date>
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY text=#000000 link=#0c5d97 leftMargin=0 
background="http://nd.nea.org/nav/images/mt_menu_back.jpg" 
topMargin=10 
onload="MM_preloadImages('http://nd.nea.org/nav/images/topnav_r1_c2_f2.gif',''http://nd.nea.org/nav/images/topnav_r1_c4_f2.gif','http://nd.nea.org/nav/images/topnav_r1_c6_f2.gif','http://nd.nea.org/nav/images/topnav_r1_c8_f2.gif','http://nd.nea.org/nav/images/topnav_r1_c10_f2.gif','http://nd.nea.org/nav/images/topnav_r1_c12_f2.gif','http://nd.nea.org/nav/images/topnav_r1_c14_f2.gif');">
<SCRIPT language=JavaScript1.2>mmLoadMenus();</SCRIPT>

<TABLE cellSpacing=0 cellPadding=0 width=780 align=center border=0>
  <TBODY>
  <TR vAlign=bottom>
    <TD vAlign=top width=780 colSpan=3><IMG 
      src="http://nd.nea.org/nav/images/logo.jpg" 
      align=middle> </TD></TR>
  <TR vAlign=top height=15>
    <TD vAlign=top width=780 colSpan=3>
      <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 valign="top">
        <TBODY>
        <TR>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c1.gif" 
            width=13 border=0 name=topnav_r1_c1></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c2','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c2_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="https://nd.nea.org/"><IMG height=15 
            alt="NDEA Home Page" 
            src="http://nd.nea.org/nav/images/topnav_r1_c2.gif" 
            width=39 border=0 name=topnav_r1_c2></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c3.gif" 
            width=37 border=0 name=topnav_r1_c3></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c4','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c4_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="http://nd.nea.org/events/"><IMG height=15 
            alt=Calendar 
            src="http://nd.nea.org/nav/images/topnav_r1_c4.gif" 
            width=58 border=0 name=topnav_r1_c4></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c5.gif" 
            width=33 border=0 name=topnav_r1_c5></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c6','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c6_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="https://nd.nea.org/members/jointoday.html"><IMG 
            height=15 alt=Join 
            src="http://nd.nea.org/nav/images/topnav_r1_c6.gif" 
            width=36 border=0 name=topnav_r1_c6></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c7.gif" 
            width=33 border=0 name=topnav_r1_c7></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c8','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c8_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="https://nd.nea.org/membersonly/"><IMG height=15 
            alt="Members-Only Login" 
            src="http://nd.nea.org/nav/images/topnav_r1_c8.gif" 
            width=129 border=0 name=topnav_r1_c8></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c9.gif" 
            width=34 border=0 name=topnav_r1_c9></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c10','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c10_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="https://nd.nea.org/aboutndea/contactus/"><IMG 
            height=15 alt="Contact Us" 
            src="http://nd.nea.org/nav/images/topnav_r1_c10.gif" 
            width=76 border=0 name=topnav_r1_c10></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c11.gif" 
            width=33 border=0 name=topnav_r1_c11></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c12','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c12_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="https://nd.nea.org/nav/changeprofile.html"><IMG 
            height=15 alt="Change your Name/Address" 
            src="http://nd.nea.org/nav/images/topnav_r1_c12.gif" 
            width=169 border=0 name=topnav_r1_c12></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c13.gif" 
            width=30 border=0 name=topnav_r1_c13></TD>
          <TD><A 
            onmouseover="MM_swapImage('topnav_r1_c14','http://nd.nea.org/nav/images/','http://nd.nea.org/nav/images/topnav_r1_c14_f2.gif',1);" 
            onmouseout=MM_swapImgRestore(); 
            href="http://nd.nea.org/sitemap/"><IMG height=15 
            alt=Sitemap 
            src="http://nd.nea.org/nav/images/topnav_r1_c14.gif" 
            width=53 border=0 name=topnav_r1_c14></A></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/topnav_r1_c15.gif" 
            width=7 border=0 name=topnav_r1_c15></TD>
          <TD><IMG height=15 alt="" 
            src="http://nd.nea.org/nav/images/spacer.gif" 
            width=1 border=0></TD></TR></TBODY></TABLE></TD></TR>
  <TR vAlign=top align=right width="780">
    <TD vAlign=top width=780 colSpan=3>
      <TABLE cellSpacing=0 cellPadding=0 width=780 bgColor=#ffffff border=0>
        <TBODY>
        <TR vAlign=bottom>
          <TD width="20%" colSpan=4></TD>
          <TD vAlign=bottom>
            <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 
            valign="top">
              <FORM name=form1 action=/app/search/performSearch.do>
              <TBODY>
              <TR vAlign=top>
                <TD vAlign=bottom align=right><BR><INPUT class=maintext 
                  onfocus='document.form1.queryText.value=""' size=16 
                  value="Search This Site" name=queryText><A 
                  onmouseover="WM_imageSwap('search', 'http://nd.nea.org/nav/images/blue_searchbtn_on.gif');" 
                  onmouseout="WM_imageSwap('search', 'http://nd.nea.org/nav/images/blue_searchbtn_off.gif');" 
                  href="javascript:document.form1.submit()"><IMG height=20 
                  alt=GO! 
                  src="http://nd.nea.org/nav/images/blue_searchbtn_off.gif" 
                  width=20 align=top border=0 name=search value?Go?></A> 
              </TD></TR></FORM></TBODY></TABLE></TD>
          <TD width="5%"></TD></TR>
        <TR vAlign=top>
          <TD vAlign=top align=left width="20%" bgColor=#ffffff>
            <TABLE cellSpacing=0 cellPadding=3 width="100%" align=left 
            bgColor=#ffffff border=0>
              <TBODY>
              <TR vAlign=top>
                <TD vAlign=top width=180>
                  <TABLE class=moduletable cellSpacing=0 cellPadding=0 
                  width="100%" border=0 valign="top">
                    <TBODY>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel 
                        href="http://nd.nea.org/aboutndea/">Who Are 
                        We</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel 
                        href="http://nd.nea.org/news/">What's 
                      New</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel 
                        href="http://nd.nea.org/teachingandlearning/">Teaching 
                        and Learning</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel 
                        href="http://nd.nea.org/legislative/">Legislative 
                        News</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel 
                        href="http://nd.nea.org/members/">For 
                        Members</A></TD></TR>
                    <TR align=left>
                      <TD><A class=mainlevel 
                        href="http://nd.nea.org/parents/">For 
                        Parents</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><SPAN class=mainlevel>- - - - - - -</SPAN></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel href="http://www.nea.org/" 
                        target=_blank>NEA Website</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><SPAN class=mainlevel>- - - - - - -</SPAN></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><A class=mainlevel 
                        href="http://www.nea.org/student-program/membership/index.html" 
                        target=_blank>Join the NEA Student Program 
                    Today</A></TD></TR>
                    <TR vAlign=top align=left>
                      <TD><SPAN class=mainlevel>- - - - - - 
                    -</SPAN></TD></TR></TBODY></TABLE></TD></TR>
              <TR></TR>
              <TR></TR>
              <TR></TR>
              <TR></TR>
              <TR></TR></TBODY></TABLE></TD>
          <TD align=left width=2 
          background="http://nd.nea.org/nav/images/e_dot.gif" 
          bgColor=#ffffff><IMG height=1 
            src="http://nd.nea.org/nav/images/e_dot.gif" 
            width=2 border=0></TD>
          <TD width=10>&nbsp;</TD>
          
<TD vAlign=top align=left width="75%" bgColor=#ffffff colSpan=2><!--content-starts-here-->
          <h2>File Not Found</h2>

<p>The page you are looking for is currently unavailable. If you typed the page address in the Address bar, make sure that it is spelled correctly.</p>

<p>Otherwise, the information you've requested is out of date and no longer available. If you are looking for information on a particular topic, you could also try the search function (see above, top of screen, upper-right).</p>

<!--content-ends-here--></td>
</tr>

<tr>
<td colspan="6"><br />
</td>
</tr>

<tr valign="top" align="left">
<td></td>
</tr>

<tr>
<td colspan="6"><br />
</td>
</tr>
</tbody>
</table>
</td>
<td valign="top" align="right" width="2" background="/nav/images/dot_dkgray.gif"><img height="1" alt="" src="http://nd.nea.org/nav/images/dot_dkgray.gif" width="1" align="center" border="0" /> </td>
<td align="middle">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<!--content-ends-here--><BR></TD>
          <TD>&nbsp;</TD></TR></TBODY></TABLE></TD></TR>
  <TR align=middle width="780">
    <TD width=780 colSpan=3>
      <TABLE cellSpacing=0 cellPadding=0 width=780 align=center border=0>
        <TBODY>
        <TR>
          <TD bgColor=#feeeca>
            <DIV align=center>
            <DIV align=center>Copyright 2006 - North Dakota Education 
            Association</DIV></DIV></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
]]></description></item><item><title>Test Test</title><link>http://www.nea.org/nav/testtest.html</link><guid isPermaLink="true">http://www.nea.org/nav/testtest.html</guid><pubDate>Mon, 14 Aug 2006 04:00:00 GMT</pubDate><description><![CDATA[<p>Test Test</p>
]]></description></item><item><title>Name, Adress change</title><link>http://www.nea.org/nav/changeprofile.html</link><guid isPermaLink="true">http://www.nea.org/nav/changeprofile.html</guid><pubDate>Thu, 10 Aug 2006 04:00:00 GMT</pubDate><description><![CDATA[<iframe name="addresschange" marginwidth="0" marginheight="0" src="http://www.nea.org/cx/servlet/viewsflash?cmd=showform&amp;pollid=ndea-forms!Address_change" frameborder="0" width="520" scrolling="no" height="1700"></iframe>&#160;
]]></description></item></channel>
		</rss>
