Future StudentsCurrent StudentsFaculty and StaffAlumniParents
ParentsMiddle of Top Bar
About ACIAdmissionAcademicsCatalogAthleticsOffices and ServicesSearch

<% 'LOAD XSL SET xsl = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xsl.async = false xsl.load("c:\\inetpub\wwwroot\media\xml\NavSideBar.xsl") 'add parameters to the xsl Set XSLTemplate = Server.CreateObject("MSXML2.XSLTemplate") Set XSLTemplate.stylesheet = xsl Set proc = XSLTemplate.createProcessor ' Set the source of the data proc.input = xml proc.addParameter "pageurl", pageurl proc.addParameter "pageid", pageid 'more parameters... proc.Transform Response.Write proc.output SET proc = Nothing SET xsl = Nothing %> <% If Request.QueryString("ID") = "" Then Response.Write("
") Else %>
<% End If %>

Admission Office

The Office of Admission is responsible for managing the admission process for current students and prospective Albertson students. Admission is granted on a selective basis. The admission committee, consisting of college administrators, faculty, and staff strives to admit students who show promise of success at the college. In its selection process, the admission committee may review past academic performance, participation in school and community activities, recommendations, writing samples and standardized test scores. The college does not discriminate on the basis of sex, race, age, color, national origin, or sexual orientation in administration of its admission and financial aid policies.

Information regarding admission is also available at http://www.collegeofidaho.edu.

<% 'LOAD XSL SET xsl = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") xsl.async = false xsl.load("c:\\inetpub\wwwroot\media\xml\NavTopMenu.xsl") Response.Write(xml.transformNode(xsl)) SET proc = Nothing SET xsl = Nothing SET xml = Nothing %>