bplist00I_WebSubresources_WebMainResource $(,048=AE _WebResourceResponse_WebResourceData^WebResourceURL_WebResourceMIMETypeOKbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer_Proxy-Connection]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-Type_Sun-ONE-Web-Server/6.1UClose_Wed, 19 Jul 2006 18:04:26 GMTUbytes_Wed, 05 Mar 2008 14:32:00 GMTS259^"103-44be742a"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13mr{ ,:?NS`y  (-1ElSObody { background-image:none; } #printlogo img { /* legacy */ display:inline; } #header h1 img { display: inline; height: 52px; width: 225px; } #header h1, #header h2, #header h2 a, #header h2 a:hover { background-image: none; } _7http://www.collegeboard.com/common/shared/css/print.cssXtext/cssOdbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078G#A{g#Ak 1*+!-.WNS.base[NS.relative_9http://www.collegeboard.com/common/shared/js/p3_global.js1234X$classesZ$classname456UNSURLV%NSURLXNSObject_application/x-javascript9:;=>?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer_Proxy-Connection]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-Type_Sun-ONE-Web-Server/6.1UClose_Tue, 27 Nov 2007 10:25:22 GMTUbytes_Wed, 05 Mar 2008 14:32:00 GMTU15943_"3e47-474bf092"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13ot}  2@NSbgt"%AFJ^llO>G/* ----------------------------- BROWSER SNIFFING VARS ----------------------------- */ var agt = navigator.userAgent.toLowerCase(); var appVer = navigator.appVersion.toLowerCase(); var is_minor = parseFloat(appVer); var is_major = parseInt(is_minor); var is_opera = (agt.indexOf("opera") != -1); var is_safari = ((agt.indexOf('safari')!=-1)&&(agt.indexOf('mac')!=-1))?true:false; var iePos = appVer.indexOf('msie'); if (iePos !=-1) { is_minor = parseFloat(appVer.substring(iePos+5,appVer.indexOf(';',iePos))) is_major = parseInt(is_minor); } var is_ie = (iePos!=-1); var is_ie5 = (is_ie && is_major == 5); var is_win = ( (agt.indexOf("win")!=-1) || (agt.indexOf("16bit")!=-1) ); var is_mac = (agt.indexOf("mac")!=-1); var is_ie5up = (is_ie && is_minor >= 5); var is_ie6down = (is_ie && is_major<7); /* ----------------------------- NAVIGATION ----------------------------- */ function appendIndexToURL(url){ var re = /\/$/; if(re.test(url)){ url += 'index.html'; } return url; } function setCurrent(el){ el.className += (el.className=='') ? 'current' : ' current'; } function NavDisplay(){ this.lnav.style.display = 'block'; this.lnav.style.visibility = 'visible'; } function NavFindCurrent(el){ var loc = document.location.toString(); loc = appendIndexToURL(loc); anchors = el.getElementsByTagName('A'); for(var i=0;i=0){ return anchors[i]; } } // if we get here, no match found in container div for current page return null; } function setParents(el){ while(el.id != this.lnavId){ el = el.parentNode; if((el.tagName == 'LI') && (el.className != 'hidden')){ setCurrent(el); } } } function NavFormat(){ curr = el = NavFindCurrent(this.lnav); if(curr){ setCurrent(curr); } else{ // no match found return; } try { setParents(el); } catch(e){ return; } if(curr.parentNode.className == 'hidden'){ try { // this is for ie. ie doesn't return null if the object doesn't exist. if(curr.parentNode.parentNode.previousSibling.previousSibling){ setCurrent(curr.parentNode.parentNode.previousSibling.previousSibling); } } catch(e){ return; } } } function NavIsIndex(id){ el = document.getElementById(id); re = new RegExp('http:\/\/' + document.domain + '(.*)'); reRes = re.exec(document.location); rURL = reRes[1]; loc = appendIndexToURL(rURL); return (el.innerHTML.indexOf(rURL)>=0) ? true : false; } function NavTNavIs(id){ setCurrent(document.getElementById(id)); } function Nav(id) { // this object traverses a collection of nested lists that identify pages and urls used for navigating // across the site. altering the states (presentation of items in the list) based on whether the list // item's anchor tag matches the document.location or is related to that list item // write the hidden styles document.write('' ); // // PROPERTIES // // identifies the leftnav section to which this lnav belongs this.lnavId = id; // the left navigation container element this.lnav = document.getElementById(id); // hide the entire list prior to altering states of list items this.lnav.style.display = 'none'; this.lnav.style.visibility = 'hidden'; // // METHODS // this.pgIsIndex = NavIsIndex; this.format = NavFormat; this.findCurrent = NavFindCurrent; this.display = NavDisplay; this.tnavIs = NavTNavIs; } /* ----------------------------------------------------------------- toggleMyList() */ i = new Image(); i.src = '/common/shared/images/icon_contract.gif'; function toggleMyList(img,id){ var el = document.getElementById(id); if(el.className == 'hidden'){ el.className = ''; img.src = '/common/shared/images/icon_contract.gif'; } else { el.className = 'hidden'; img.src = '/common/shared/images/icon_expand.gif'; } } /* ------------------------------------------------------------------- cookieTime() */ function cookieTime(days){ var now = new Date(); var exp = new Date(); var x = Date.parse(now) + days*24*60*60*1000; exp.setTime(x); str = exp.toUTCString(); re = '/(\d\d)\s(\w\w\w)\s\d\d(\d\d))/'; return str.replace(re,"$1-$2-$3"); } /* ----------------------------------------------------------------------- popup() */ //popup function popup(url,title,w,h,r,s,m,t,l) { //if vars aren't provided, use these defaults if (title==null) { title = 'popup'; } if (w==null) { w=600; } if (h==null) { h=400; } if (r==null) { r='yes'; } if (s==null) { s='yes'; } if (m==null) { m='no'; } if (t==null) { t='no'; } if (l==null) { l='no'; } vars = 'width='+w+',height='+h+',resizable='+r+',scrollbars='+s+',menubar='+m+',toolbar='+t+',location='+l; var newWin = window.open(url,title,vars); newWin.focus(); return false; } /* ---------------------------------------------------------------- openInParent() */ //loads url in opener function openInParent(loc) { window.opener.location=loc; return false; } /* ------------------------------------------------------------- clearRadioGroup() */ //clears radio buttons in group function clearRadioGroup(formName,groupName){ var rb; for (i = 0; i < eval("document.forms[formName]." + groupName + ".length"); i++) { rb = eval("document.forms[formName]." + groupName + "[i];"); if (rb.checked) { rb.checked = false; } } } /* ------------------------------------------------------------- writeCurrentYr() */ function writeCurrentYr(){ var now = new Date(); document.write(now.getFullYear()); } /* ----------------------------- ID HOVER PSEUDO CLASS FIXES ----------------------------- */ /* Since PC IE versions 6 and below don't support the CSS :hover pseudo class on any element but we use these functions to apply onMouseOver and onMouseOut to the elements */ // mouse overs for form buttons function buttonhover() { for(i=0; i' + document.getElementById(divId).innerHTML + ''; } elRight = document.getElementById("right"); elMiddle = document.getElementById("middle"); if(elRight && elMiddle){ if(elRight.offsetHeight > elMiddle.offsetHeight){ elMiddle.style.height = elRight.offsetHeight; } } } } function isPopup(){ el = document.getElementById('outer'); return (el.className.indexOf("popup") >=0) ? true : false; } function setPageHeight(){ // executed by footer.js var c = null; if(is_ie) { var ar = document.getElementsByTagName('DIV'); for(var i=0;i'); } function writeProcessVisitorCall(){ document.write('

Apply to College

More Tools

Sign Up

My Organizer

Create a free account.

quiz

  • colleges
  • state governments
  • federal government
  • private sources

Submit

Real Deal

It may sound stupid, but I wish I had taken harder classes throughout high school. I'm a senior now with good grades and everything, but admission officers are asking why I didn't challenge myself more, like with AP courses.

Heather, TX, USA

Got a Real Deal to share?

Tell us