<%@LANGUAGE="VBSCRIPT"%> <% ''''''''''''''''''''''''''''''''BEGIN: ASP login'''''''''''''''''''''''''''''''' 'Request all the values from the Lithium finalSuccessURL = FormatTextHTML(request.queryString("finalSuccessURL")) category = FormatTextHTML(request.queryString("category")) 'Check if category is kidsboard, kidschat or else(other). 'Each condition will set their own action and information. if instr(category,"kidBoards") or instr(category,"kidChats") or instr(category,"writingcommunity") or instr(category,"Teen_Readers_Club") then Response.redirect("http://my.scholastic.com/sps_my_account/accmgmt/FlashLogin.jsp?finalSuccessURL=" & Server.URLEncode(finalSuccessURL) & "&logout=true") else Response.redirect("http://my.scholastic.com/sps_my_account/accmgmt/GenericSignin.jsp?finalSuccessURL=" & Server.URLEncode(finalSuccessURL) &"&catType=adults") end if ''''''''''''''''''''''''''''''''END: ASP login'''''''''''''''''''''''''''''''''' %> Scholastic.com | Community <% doMenu %>
Message Boards
Enter YourScreen Name


Go
Scholastic does not collect or retain this information.

<% doFooter %>