<% Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") objXMLHTTP.Open "GET", "http://www2.dadeschools.net/global_templates/top_bilingual.htm", False objXMLHTTP.Send strPageText = objXMLHTTP.responseText Response.Write(strPageText) Set objXMLHTTP = Nothing %>
<% Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") objXMLHTTP.Open "GET", "http://www2.dadeschools.net/global_templates/nav.htm", False objXMLHTTP.Send strPageText = objXMLHTTP.responseText Response.Write(strPageText) Set objXMLHTTP = Nothing %>

 

"We would like to inform you that the deadline for the NABE 2007 Bilingual Student of the Year Competition deadline has been extended to December 4, 2007".

To download the form, please click on the link below:

http://www.nabe.org/documents/conference/Bilingual%20Student%20Writing%20Contest%202007.pdf

 

<% Set objXMLHTTP = Server.CreateObject("Microsoft.XMLHTTP") objXMLHTTP.Open "GET", "http://www2.dadeschools.net/global_templates/footer.htm", False objXMLHTTP.Send strPageText = objXMLHTTP.responseText Response.Write(strPageText) Set objXMLHTTP = Nothing %>