bplist00hp_WebSubresources_WebMainResource_WebSubframeArchives#'+/37;?DHLPTX\`d _WebResourceResponse_WebResourceData^WebResourceURL_WebResourceMIMETypeO bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Tue, 30 Jan 2007 16:58:48 GMTUbytes_Wed, 05 Mar 2008 18:57:33 GMTT2758_"a0d11-ac6-45bf7948"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1]bkvz%*7>^d hO /* Copyright 2006 Time.com */ /* Begin Content Main styles */ .contentMain {padding:10px;} /* End Content Main styles */ /* Begin Consumer Marketing styles */ #topBanner {padding:5px 0px 10px 0px; margin:0 2px; margin-left:auto; margin-right:auto; width:728px;} /* Begin Consumer Marketing styles */ /* Begin Tout styles */ .tout1 {float:left; clear:both; padding:13px 0px 25px 0px; border:1px solid #E5E5E5; border-width:1px 0;} .tout1 .thumbnail {float:left; margin:0 23px 16px 0;} .tout1 .thumbnail img {border-style:none;} .tout1 h1 {font:bold 28px arial,sans-serif; color:#000; margin:0; padding:0; line-height:32px;} .tout1 p {clear:both; padding-bottom:9px; font:normal 15px georgia,arial,sans-serif; line-height:24px !important;} .tout1 a {font:normal 15px georgia,arial,sans-serif; color:#003366; text-decoration:underline;} .tout1 .find {clear:both; font:normal 15px georgia,arial,sans-serif;} .tout1 .find span {font-weight:bold;} /* Begin Tout styles */ /* Begin Common styles */ ul {list-style-type:none; margin:0; padding:0;} a img {border-style:none;} .credits {text-align:right; font:normal 9px arial,sans-serif; color:#666; padding:2px 5px 0 0; _padding:0 5px 0 0} .byline {font:bold 11px georgia,arial,sans-serif; color:#000; padding-top:5px;} .byline span {text-transform:uppercase;} .byline a {font:bold 11px georgia,arial,sans-serif;} .button {margin:0; padding:0;} .button li {display:inline;} .button a {font:bold 11px arial,sans-serif; color:#000; text-decoration:none;} .button .lt {float:left; background:url('http://img.timeinc.net/time/i/btn_lt.gif') no-repeat; width:5px; height:23px; padding:5px 0;} .button .ct {float:left; background:url('http://img.timeinc.net/time/i/btn_ct.gif') repeat-x; font:bold 11px arial,sans-serif; height:23px; padding:5px;} .button .rt {float:left; background:url('http://img.timeinc.net/time/i/btn_rt.gif') no-repeat; width:5px; height:23px; padding:5px;} .button .icon {float:left; background:url('http://img.timeinc.net/time/i/btn_ct.gif'); height:22px; padding:2px 0px 0 2px; margin:0;} .button .icon img {margin-top:2px;} #date2 {font:bold 11px georgia,arial,sans-serif; color:#000; padding:5px 0 1px 0;} /* End Common styles */ /* Begin Footer styles */ #footer {width:100%; float:left; _float:none; margin-top:15px;} .copyright {width:100%; font:normal 11px arial,sans-serif; color:#000; text-align:center;} #links {width:100%; padding:6px 0; margin:0; clear:both; text-align:center;} #links dd {display:inline; font:normal 11px arial,sans-serif; color:#000; margin:0;} #links a {font:normal 11px arial,sans-serif; padding:0px 8px; color:#003366; text-decoration:none;} #links a:hover {text-decoration:underline;} /* End Footer styles */ _)http://img.timeinc.net/time/css/print.cssXtext/css O)bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:55:51 GMTS280_"8578f-118-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1jox   "05DIV]}+h9O/***** TII Global Browser Sniffing Variables *****/ var tii_isopera = typeof window.opera != 'undefined'; var tii_isie = typeof document.all != 'undefined' && !tii_isopera && navigator.vendor != 'KDE'; var tii_issafari = navigator.vendor == 'Apple Computer, Inc.';_6http://img.timeinc.net/time/js/tii_browser_sniffing.js_application/x-javascript O bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:55:52 GMTT7593_"8335c-1da9-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1_dmx| %*9>KRrx "h0O/***** TII Global Functions *****/ /* Gets the total offset position of the element, assuming none of its ancestors have a float of left or right. Direction is 'x' for horizontal, and 'y' for vertical */ function tii_getTotalOffsetPosition (element, direction) { var pos = direction == 'x' ? element.offsetLeft : element.offsetTop; var tmp = element.offsetParent; while (tmp != null) { pos += direction == 'x' ? tmp.offsetLeft : tmp.offsetTop; tmp = tmp.offsetParent; } return pos; } /* Stops the default action for the event, such as jumping to an anchor when clicking on a hyperlink */ function tii_stopDefaultAction (event) { event.returnValue = false; if (typeof event.preventDefault != 'undefined') { event.preventDefault (); } } /* Create a new element node with attributes */ function tii_dom_createElement (nodeName, attributes) { var isopera = typeof window.opera != 'undefined'; var isie = typeof document.all != 'undefined' && !isopera && navigator.vendor != 'KDE'; var newElement; try { newElement = document.createElement (nodeName); } catch (error) { return null; } var attributesLength = attributes.length; for (var i = 0; i < attributesLength; i++) { var attribute = attributes [i] [0]; var value = attributes [i] [1]; newElement.setAttribute (attribute, value); switch (attribute) { case 'id': newElement.id = value; break; case 'class': if (isie) { newElement.setAttribute ('className', value); } newElement.className = value; break; case 'style': newElement.style.cssText = newElement.style.cssText + ' ' + value; break; case 'for': if (isie) { newElement.setAttribute ('htmlFor', value); } newElement.htmlFor = value; } } return newElement; } /* Removes all the unwanted whitespace text nodes from inside the tree (including tabs, spaces, and line breaks between list items) */ function tii_dom_removeWhitespaceTextNodes (node) { for (var x = 0; x < node.childNodes.length; x++) { var child = node.childNodes [x]; if (child.nodeType == 3 && !/\S/.test (child.nodeValue)) { node.removeChild (node.childNodes [x]); x--; } if (child.nodeType == 1) { tii_dom_removeWhitespaceTextNodes (child); } } } /***** ^^^ TII Global Functions Placed in >TII>Shared>JavaScript>TII LIB - JavaScript Event Listeners ^^^ *****/ /* Adds a function for the window load event */ function tii_callFunctionOnWindowLoad (functionToCall) { if (typeof window.addEventListener != 'undefined') { window.addEventListener ('load', functionToCall, false); } else if (typeof document.addEventListener != 'undefined') { document.addEventListener ('load', functionToCall, false); } else if (typeof window.attachEvent != 'undefined') { window.attachEvent ('onload', functionToCall); } else { var oldFunctionToCall = window.onload; if (typeof window.onload != 'function') { window.onload = functionToCall; } else { window.onload = function () { oldFunctionToCall (); functionToCall (); }; } } } /* Calls functionToCall as soon as the targetElement is loaded, even if the document hasn't completely loaded yet. Place the parameter list for functionToCall in order after tii_callFunctionOnElementLoad (targetId, functionToCall), e.g., tii_callFunctionOnElementLoad (targetId, functionToCall, parameter1, parameter 2, parameter 3, ...) */ function tii_callFunctionOnElementLoad (targetId, functionToCall) { var myArguments = arguments; tii_callFunctionOnWindowLoad (function () { window.loaded = true; }); var targetElement = document.getElementById (targetId); if (targetElement == null && !window.loaded) { var pollingInterval = setInterval (function () { if (window.loaded) { clearInterval (pollingInterval); } targetElement = document.getElementById (targetId); if (targetElement != null) { clearInterval (pollingInterval); var argumentsTemp = new Array (); var argumentsTempLength = myArguments.length - 2; for (var i = 0; i < argumentsTempLength; i++) { argumentsTemp [i] = myArguments [i + 2]; } functionToCall.apply (this, argumentsTemp); } }, 10); } } /* Attaches an event handling function to the targetElement as soon as the targetElement is loaded (even if the document hasn't completely loaded yet). */ function tii_addEventHandlerOnElementLoad (targetId, eventType, functionToCall, bubbleEventUpDOMTree) { tii_callFunctionOnWindowLoad (function () { window.loaded = true; }); var targetElement = document.getElementById (targetId); if (targetElement == null && !window.loaded) { var pollingInterval = setInterval (function () { if (window.loaded) { clearInterval (pollingInterval); } targetElement = document.getElementById (targetId); if (targetElement != null) { clearInterval (pollingInterval); tii_addEventHandler (targetElement, eventType, functionToCall, bubbleEventUpDOMTree); } }, 10); } } /* Attaches an event handling function to the targetElement. Examples of eventType values are 'mouseover' and 'keyup', as opposed to 'onmouseover' and 'onkeyup'. bubbleEventUpDOMTree is a boolean variable specifying whether the event should activate the event listeners of all the ancestors of the element (up to the window object) */ function tii_addEventHandler (targetElement, eventType, functionToCall, bubbleEventUpDOMTree) { if (!targetElement) { window.status = 'Warning: Tried to attach event to null object'; return false; } if (typeof targetElement.addEventListener != 'undefined') { targetElement.addEventListener (eventType, functionToCall, bubbleEventUpDOMTree); } else if (typeof targetElement.attachEvent != 'undefined') { targetElement.attachEvent ('on' + eventType, functionToCall); } else { eventType = 'on' + eventType; if (typeof targetElement [eventType] == 'function') { var oldListener = targetElement [eventType]; targetElement [eventType] = function () { oldListener (); return functionToCall (); } } else { targetElement [eventType] = functionToCall; } } return true; } /* Removes an event handling function from the targetElement. Examples of eventType values are 'mouseover' and 'keyup', as opposed to 'onmouseover' and 'onkeyup'. bubbleEventUpDOMTree is a boolean variable specifying whether the event should activate the event listeners of all the ancestors of the element (up to the window object) ***NOTE: This function does not support removing anonymous functions; a reference to the added function is needed */ function tii_removeEventHandler (targetElement, eventType, functionToRemove, bubbleEventUpDOMTree) { if (typeof targetElement.removeEventListener != "undefined") { targetElement.removeEventListener (eventType, functionToRemove, bubbleEventUpDOMTree); } else if (typeof targetElement.detachEvent != "undefined") { targetElement.detachEvent ("on" + eventType, functionToRemove); } else { targetElement ["on" + eventType] = null; } return true; }_+http://img.timeinc.net/time/js/tii_utils.js O@bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServerSX-N]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApacheQS_Mon, 03 Mar 2008 22:53:32 GMTUbytes_Wed, 05 Mar 2008 18:55:52 GMTU10111_"1dd77c1-277f-47cc816c"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13hmv   *8=LQ^eg"&:lHO'// TII Ads - Version 1.0.5 - 2007.09.14 function TiiAdConfig(sitename) { this.sitename = sitename; this.cmSitename = sitename; this.popups = true; this.useBehaviorTracking = false; this.setSitename = TiiAdConfigSetSitename; this.setCmSitename = TiiAdConfigSetCmSitename; this.setPopups = TiiAdConfigSetPopups; this.setBehaviorTracking = TiiAdConfigSetBehaviorTracking; this.useRevSciTracking = false; this.setRevSciTracking = TiiAdConfigSetRevSciTracking; } function TiiAdConfigSetSitename(value) { this.sitename = value; } function TiiAdConfigSetCmSitename(value) { this.cmSitename = value; } function TiiAdConfigSetPopups(value) { this.popups = value; } function TiiAdConfigSetRevSciTracking(value) { this.useRevSciTracking = value; } function TiiAdConfigSetBehaviorTracking(value) { this.useBehaviorTracking = value; } function TiiAdFactory() { // Detect if first agument is a string or an array var first = arguments[0]; if (typeof(first) == "string") { this.sitename = first; this.cmSitename = first; } else if (typeof(first) == "object") { this.config = first; this.sitename = first.sitename; this.cmSitename = first.cmSitename; } if (TiiAd_isSecure()) { this.adServer = "https://ad.doubleclick.net/"; } else { this.adServer = "http://ad.doubleclick.net/"; } this.randomNumber = TiiAdsGetRandomNumber(); this.tileCounter = 1; this.params = new Array(); this.zone = ""; this.dcopt = false; this.behaviorTracked = false; if (arguments.length == 2) { this.zone = arguments[1]; } this.createAd = TiiAdFactoryCreateAd; this.getAd = TiiAdFactoryGetAd; this.getCmAd = TiiAdFactoryGetCmAd; this.getMultiAd = TiiAdFactoryGetMultiAd; this.getTransitionalAd = TiiAdFactoryGetTransitionalAd; this.setArticleId = TiiAdFactorySetArticleId; this.setChannel = TiiAdFactorySetChannel; this.setChannelPage = TiiAdFactorySetChannelPage; this.setContentPage = TiiAdFactorySetContentPage; this.setContentType = TiiAdFactorySetContentType; this.setPackageId = TiiAdFactorySetPackageId; this.setParam = TiiAdFactorySetParam; this.setSubchannel = TiiAdFactorySetSubchannel; this.setZone = TiiAdFactorySetZone; this.trackBehaviour = TiiAdTrackBehavior; if (this.config.useBehaviorTracking || this.config.useRevSciTracking) { var revSciSegments = TiiAdGetRevSciSegments(); this.setParam("rsseg", revSciSegments) } } function TiiAdTrackRevSci() { if (typeof(DM_tag) == "function" && typeof(s_time) == "object") { rsCategory = s_time.channel + " > " + s_time.prop16 + " > " + s_time.prop11; DM_cat(rsCategory); DM_tag(); } } function TiiAdFactorySetParam(key, value) { if (typeof(value) == "object") { this.params[key] = value; } else { if (value.toString() != "") { this.params[key] = value; } } } function TiiAdFactoryCreateAd() { var width, height, zone, ad; if (arguments.length == 2) { width = arguments[0]; height = arguments[1]; } else { // Assume 3 arguments width = arguments[0]; height = arguments[1]; zone = arguments[2]; } ad = new TiiAd(this, width, height, this.tileCounter); if (null != zone) { ad.setZone(zone); } // Copy Factory params to this specific ad for (var key in this.params) { ad.setParam(key, this.params[key]); } ad.setParam("sz", width + "x" + height); var paths = window.location.pathname.split("/"); paths = paths.slice(1, paths.length - 1); ad.setParam("path", paths); ad.setParam("dcove", "d"); if (TiiAdsIsTestMode()) { ad.setParam("test", 1); } if (this.config.useBehaviorTracking && this.behaviorTracked == false) { this.trackBehaviour(); } this.tileCounter++; return ad; } function TiiAdFactoryGetAd() { var width, height, zone, ad; if (arguments.length == 2) { width = arguments[0]; height = arguments[1]; ad = this.createAd(width, height); } else { width = arguments[0]; height = arguments[1]; zone = arguments[2]; ad = this.createAd(width, height, zone); } if (this.dcopt == false) { ad.setParam("dcopt", "ist"); this.dcopt = true; } return ad; } function TiiAdFactoryGetCmAd(width, height, position, type) { ad = this.createAd(width, height); ad.setParam("cmpos", position); ad.setParam("cmtyp", type); ad.sitename = this.cmSitename; return ad; } function TiiAdFactoryGetTransitionalAd() { ad = this.getAd(0,0); return ad; } function TiiAdFactoryGetMultiAd(sizes) { var width = sizes[0].split("x")[0]; var height = sizes[0].split("x")[1]; var ad = this.getAd(width, height); var sizeValue = sizes.join(","); ad.setParam("sz", sizeValue); return ad; } function TiiAdFactorySetArticleId(articleId) { this.setParam("aid", articleId); } function TiiAdFactorySetChannel(channel) { this.setParam("ch", channel); } function TiiAdFactorySetPackageId(packageId) { this.setParam("pid", packageId); } function TiiAdFactorySetSubchannel(subchannel) { this.setParam("sch", subchannel); } function TiiAdFactorySetContentPage() { this.setParam("ptype", "content"); } function TiiAdFactorySetChannelPage() { this.setParam("ptype", "channel"); } function TiiAdFactorySetContentType(ctype) { this.setParam("ctype", ctype); } function TiiAdFactorySetZone(zone) { this.zone = zone; } function TiiAd(factory, width, height, tileNumber) { this.tileNumber = tileNumber; this.width = width; this.height = height; this.params = new Array(); // Methods this.setParam = TiiAdFactorySetParam; this.setMagicNumber = TiiAdSetMagicNumber; this.setPosition = TiiAdSetPosition; this.setZone = TiiAdSetZone; this.write = TiiAdWrite; // Private Methods this._formatParams = TiiAd_formatParams; this._getAdParams = TiiAd_getAdParams; this._getAdTag = TiiAd_getAdTag; this._getAdUrl = TiiAd_getAdUrl; this._getImageUrl = TiiAd_getImageUrl; this._getClickUrl = TiiAd_getClickUrl; this._getDebugHtml = TiiAd_getDebugHtml; this._getSecureAdTag = TiiAd_getSecureAdTag; // Copy factory settings this.randomNumber = factory.randomNumber; this.adServer = factory.adServer; this.tileNumber = factory.tileCounter; this.zone = factory.zone; this.sitename = factory.sitename; this.config = factory.config; } function TiiAdSetMagicNumber(mn) { this.setParam("mn", mn); } function TiiAdSetPosition(pos) { this.setParam("pos", pos); } function TiiAdSetZone(zone) { this.zone = zone; } function TiiAdWrite() { if (TiiAdsIsDebugMode()) { document.write(this._getDebugHtml() + "
"); } document.write(this._getAdTag()); } function TiiAd_formatParams() { var adParams = ""; for (var key in this.params) { var value = this.params[key]; if (typeof(value) == "function") { continue; } if (typeof(value) == "string" || typeof(value) == "number") { adParams += ";" + key + "=" + escape(value).toLowerCase(); } else { for (var i = 0; i < value.length; i++) { if (value[i] != "") { adParams += ";" + key + "=" + escape(value[i]).toLowerCase(); } } } } return adParams; } function TiiAd_getAdParams() { var adParams = this._formatParams(); var tileParam = ";tile=" + this.tileNumber; var secureParam = ""; if (TiiAd_isSecure()) { secureParam = ";sec=1"; } var puParam = ""; if (!this.config.popups) { puParam = ";pu=0"; } var ordParam = ";ord=" + this.randomNumber; var rhost = document.referrer.split("/")[2]; var rhostParam = ""; if (typeof(rhost) != "undefined") rhostParam = ";rhost=" + rhost; var pageParam = ";pgurl=" + escape(document.location); return this.sitename + "/" + this.zone.toLowerCase() + adParams + pageParam + rhostParam + tileParam + puParam + secureParam + ordParam + "?"; } function TiiAd_getAdTag() { var adTag; if (TiiAd_isSecure()) { adTag = this._getSecureAdTag(); } else { adTag = ''; } return adTag; } function TiiAd_getSecureAdTag() { return ''; } function TiiAd_getAdUrl() { return this.adServer + "adj/" + this._getAdParams(); } function TiiAd_getImageUrl() { return this.adServer + "ad/" + this._getAdParams(); } function TiiAd_getClickUrl() { return this.adServer + "jump/" + this._getAdParams(); } function TiiAd_getDebugHtml() { var output = ''; return output; } // Support Functions function TiiAdsIsDebugMode() { return window.location.search.indexOf("debugads") >= 0; } function TiiAdsIsTestMode() { return window.location.search.indexOf("testads") >= 0; } function TiiAdsGetRandomNumber() { return Math.ceil(1+1E12*Math.random()); } function TiiAd_isSecure() { return (document.location.protocol == "https:"); } // Behavior Targeting function TiiAdTrackBehavior() { if (typeof(DM_tag) == "function" && typeof(s_time) == "object") { rsCategory = s_time.channel + " > " + s_time.prop16 + " > " + s_time.prop11; DM_cat(rsCategory); DM_tag(); this.behaviorTracked = true; } } function TiiAdGetRevSciSegments() { var rsi_segs = []; var segs_beg = document.cookie.indexOf('rsi_segs='); if (segs_beg >= 0) { segs_beg = document.cookie.indexOf('=',segs_beg)+1; if (segs_beg > 0){ var segs_end = document.cookie.indexOf(';',segs_beg); if (segs_end == -1) segs_end=document.cookie.length; rsi_segs=document.cookie.substring(segs_beg,segs_end).split('|'); } } var segLen = 20 var segQS = "", segArr = new Array() if (rsi_segs.length < segLen){ segLen = rsi_segs.length } var segs = new Array(); for (var i = 0; i < segLen; i++){ segArr = rsi_segs[i].split("_") if (segArr.length > 1) { segs[i] = segArr[1]; segQS += ("rsi" + "=" + segArr[1] + ";") } } return segs; } // Redirect Functions function tiiAdSetType() {} function tiiAdSetTarget() {} function tiiHtmlAdWH(mn, width, height) { adFactory.getAd(width, height).write(); } _2http://img.timeinc.net/shared/static/js/tii_ads.js O5bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServerSX-N]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApacheQS_Thu, 20 Dec 2007 15:16:05 GMTUbytes_Tue, 04 Mar 2008 14:50:48 GMTT9500_"194b036-251c-476a8735"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13^clw{ .3BGT[]}/l=O%// Copyright 2007 Time.com tii_addEventHandlerOnElementLoad ('query', 'click', function (event){ var qBox = typeof event.target != 'undefined' ? event.target : window.event.srcElement; qBox.style.color = '#000'; }, false); var keyevent = tii_issafari || tii_isie ? 'keydown' : 'keypress'; tii_addEventHandlerOnElementLoad ('query', keyevent, function (event){ var qBox = typeof event.target != 'undefined' ? event.target : window.event.srcElement; qBox.style.color = '#000'; }, false); /*Initializes the primary navigation menu 125 milliseconds after the 'topnav' div is loaded */ tii_callFunctionOnElementLoad ('nav', function () { var delay = setTimeout (ew_initializeNav, 5); }); // Start the setMover on window load tii_callFunctionOnWindowLoad (function () { setMover (); }); // Most Popular Event handlers tii_addEventHandlerOnElementLoad ('tabChange1', 'click', function (event){tabChange(1);}, false); tii_addEventHandlerOnElementLoad ('tabChange2', 'click', function (event){tabChange(2);}, false); tii_addEventHandlerOnElementLoad ('tabChange3', 'click', function (event){tabChange(3);}, false); tii_addEventHandlerOnElementLoad ('tabChange4', 'click', function (event){tabChange(4);}, false); tii_addEventHandlerOnElementLoad ('tabChange5', 'click', function (event){tabChange(5);}, false); var keyevent = tii_issafari || tii_isie ? 'keydown' : 'keypress'; tii_addEventHandlerOnElementLoad ('tabChange1', keyevent , function (event){tabChange(1);}, false); tii_addEventHandlerOnElementLoad ('tabChange2', keyevent , function (event){tabChange(2);}, false); tii_addEventHandlerOnElementLoad ('tabChange3', keyevent , function (event){tabChange(3);}, false); tii_addEventHandlerOnElementLoad ('tabChange4', keyevent , function (event){tabChange(4);}, false); tii_addEventHandlerOnElementLoad ('tabChange5', keyevent , function (event){tabChange(5);}, false); // Date var arrayDayNames = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); var arrayMonthNames = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); function getDateCurrent () { var today = new Date() var day = (today.getDay()); var monthName_List = new Date() monthNumber = (today.getMonth()); dayNumber=today.getDate(); if(dayNumber < 10){ dayNumber="0" + dayNumber; } var yearNumber = today.getYear(); if(yearNumber < 1000) { yearNumber+=1900; } if (document.getElementById('print')) { document.write(arrayMonthNames[monthNumber] + " " + dayNumber + ", " + yearNumber); } else { document.write(arrayDayNames[day] + ", " + arrayMonthNames[monthNumber] + " " + dayNumber + ", " + yearNumber); } } // Clear field: Clears input text on focus and resets to default text if no text is entered function clearField(status) { var srch = document.getElementById('query'); if ((srch.value == srch.defaultValue) && (status == 'on')) { srch.value = ''; } if ((srch.value == '') && (status == 'off')) { srch.value = srch.defaultValue; } } /* Top Nav Drop-down */ function ew_initializeNav () { tii_pnav_initializeDropdownMenu.apply (this, new Array ('nav', ew_pnav_hideOrShowMenuFunction, ew_pnav_changeStateFunction)); } /* Hide/show Menu */ function ew_pnav_hideOrShowMenuFunction (menu, hideElseShow, menuParent) { menu.style.left = (hideElseShow ? '-999' : (menuParent.offsetLeft)) + 'px'; } /* Change/Clear Status */ function ew_pnav_changeStateFunction (element, isADropdownItem, state) { if (isADropdownItem) { switch (state) { case 0: element.className = ''; break; case 1: element.className = 'active'; break; } } else { var anchor = element.getElementsByTagName ('a').item (0); var li = anchor.parentNode; switch (state) { case 0: li.className = li.className.replace(/primactive/gi, ''); break; case 1: li.className += (li.className == '' ? '' : ' ') + 'primactive'; break; } } } // Go To Specials: Links the elements of the select tag to their specific URLs function gotoSpecials() { document.location.href = document.frmSpecials.selSpecials.options[document.frmSpecials.selSpecials.selectedIndex].value; } // Belt var moveTouts; // Sets the belt mover function setMover () { var toutsPerShow = 5; var moveDelay = 1; var widthTraversed = 0; var toutTracker = 0; var toutCount = 0; var directionChangeMultiplier; if (tii_isie) { directionChangeMultiplier = 20; } else { directionChangeMultiplier = 40; } var dotNumber = 2; var mover = document.getElementById ('mover'); if (!mover) { return false; } mover.style.left = '0px'; // The next line assumes that all the child nodes of mover are touts tii_dom_removeWhitespaceTextNodes (mover); var beltTouts = mover.childNodes; var beltToutsLength = beltTouts.length; var beltToutWidth; if (beltToutsLength > 0) { beltToutWidth = beltTouts.item (0).offsetWidth; } else { return false; } var visibleWidth = toutsPerShow * beltToutWidth; function moveBelt (event, directionChange) { if ((event.type == keyevent && event.keyCode != 13) || widthTraversed > 0) { return false; } function recirculateTouts () { if (directionChange > 0) { if (Math.ceil (toutTracker / beltToutWidth) > 0 ) { toutTracker = toutTracker - beltToutWidth; var clonedTout = beltTouts.item (beltToutsLength - 1).cloneNode (true); mover.insertBefore (clonedTout, mover.firstChild); mover.removeChild(beltTouts.item (beltToutsLength)); toutCount++; } } if (directionChange < 0) { if (Math.floor (toutTracker / beltToutWidth) > 0) { toutTracker = toutTracker - beltToutWidth; var clonedTout = mover.childNodes[0].cloneNode (true); mover.appendChild (clonedTout); mover.removeChild (mover.childNodes[0]); mover.style.left = '0 px'; toutCount++; } } } moveTouts = setInterval (function () { widthTraversed = widthTraversed + directionChangeMultiplier; toutTracker = toutTracker + directionChangeMultiplier; recirculateTouts (); if (toutCount >= toutsPerShow) { // Stop animation clearInterval (moveTouts); // Set active button if (dotNumber == 1) { dotNumber = 2; } else { dotNumber = 1; } var dot = document.getElementById ('dots') if (!tii_isie){ dot.style.background= 'url(http://img.timeinc.net/time/i/dots' + dotNumber + '.gif) 0px 0px no-repeat'; }else{ dot.style.backgroundPositionY = (dotNumber*13 -26) + ' px'; } // Reinitialize variables mover.style.left = '0px'; beltTouts = mover.childNodes; widthTraversed = 0; toutCount = 0; } }, moveDelay); tii_stopDefaultAction (event); } var leftArrow = document.getElementById ('leftArrow'); var rightArrow = document.getElementById ('rightArrow'); if (!leftArrow || !rightArrow) { return false; } leftArrow.href = 'javascript:{}'; rightArrow.href = 'javascript:{}'; var keyevent = tii_issafari || tii_isie ? 'keydown' : 'keypress'; tii_addEventHandler (leftArrow, 'click', function (event) { moveBelt (event, 1)}, false); tii_addEventHandler (leftArrow, keyevent, function (event) { moveBelt (event, 1)}, false); tii_addEventHandler (rightArrow, 'click', function (event) { moveBelt (event, -1)}, false); tii_addEventHandler (rightArrow, keyevent, function (event) { moveBelt (event, -1)}, false); } // Quigo function tiiQuigoSetEnabled(b) { _tiiQuigoEnabled = b; } function tiiQuigoIsEnabled() { if (typeof(_tiiQuigoEnabled) == "boolean") { return _tiiQuigoEnabled; } return true; } function tiiQuigoWriteAd(pid, placementId, zw, zh, ps) { if (tiiQuigoIsEnabled()) { qas_writeAd(placementId, pid, ps, zw, zh, 'ads.adsonar.com'); } } // Most Popular & Tools Module in Global Biz function tabChange(num) { tList = "tab"+num; tContent = "tabContent"+num; var ref = document.getElementById(tList).parentNode; if (ref.id == "mostPopular") { var j=1; var k=3; } else { var j=3; var k=6; //var k=7; } for (var i=j; i=4) ? "on" : ""; document.getElementById("tabCloudContent1").className = (num==1) ? "" : "off"; document.getElementById("tabCloudContent2").className = (num==2) ? "" : "off"; document.getElementById("tabCloudContent3").className = (num==3) ? "" : "off"; document.getElementById("tabCloudContent4").className = (num==4) ? "" : "off"; } // Ad Tag Migration var adConfig = new TiiAdConfig("3475.tim"); adConfig.setCmSitename("cm.tim"); adConfig.setBehaviorTracking(true); //For Tacoda var tcdacmd="dt"; _(http://img.timeinc.net/time/js/global.js !"Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:55:52 GMTS627_"85787-273-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1]bkvz#(7<IPpv h,Os function getRandomAd(adArray) { randomPercentage = Math.floor(Math.random()*100); adIndex = getAdInPercentage(adArray, randomPercentage); ad = adArray[adIndex]; if (ad != null) { adSetTarget(ad[0]); htmlAdWH(ad[1], ad[2], ad[3]); adSetType(''); } } function getAdInPercentage(adArray, randomPercentage) { ad = null; totalPercentage = 0; for (i = 0; i < adArray.length; i++) { ad = adArray[i]; adPercentage = ad[4]; totalPercentage += adPercentage; if (randomPercentage <= totalPercentage) { return i; } } return 0; } _)http://img.timeinc.net/time/js/ad_util.js $%&Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:57:33 GMTS494_"7f638-1ee-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1[`itx~!&5:GNnth*O/* Print Event handlers */ tii_addEventHandlerOnElementLoad ( 'print1', 'click', function (event){window.print();}, false); tii_addEventHandlerOnElementLoad ( 'print2', 'click', function (event){window.print();}, false); var keyevent = tii_issafari || tii_isie ? 'keydown' : 'keypress'; tii_addEventHandlerOnElementLoad ( 'print1', keyevent , function (event){window.print();}, false); tii_addEventHandlerOnElementLoad ( 'print2', keyevent , function (event){window.print();}, false); _'http://img.timeinc.net/time/js/print.js ()*Obplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?EKZNS.objectsWNS.keys@ABCD FGHIJ _Proxy-ConnectionTDate^Content-LengthWExpires\Content-TypeUClose_Wed, 05 Mar 2008 18:55:53 GMTU11116_Thu, 06 Mar 2008 18:55:53 GMT12VWWX6_NSMutableDictionary\NSDictionary12Z[[6_NSHTTPURLResponseInternal12]^^_6_NSHTTPURLResponse]NSURLResponse$)2DILbd|  ')+-W\eptz*0PVv{`O+lif (window.adsIn!=1){adsIn=1 function adsTacFn(){if (adsTacOK){ var i=document.createElement('iframe') if (!window.adsSaf)i.style.display="none" i.id="adTacFr" i.style.width='0px' i.style.height='0px' i.src="http://cdn.atwola.com/_media/uac/tcode.html" document.body.appendChild(i)}} function adsOnLdEvt(){var w=window if (w.addEventListener){ if (!window.adsSaf)w.addEventListener("DOMContentLoaded",adsTacFn,false) else w.addEventListener("load",adsTacFn,false)} else if (w.attachEvent)w.attachEvent("onload",adsTacFn)} function adsDisableTacoda(){adsTacOK=0} var adsCp=0,adsLo,adsTacOK=1 try {adsLo=top.location.href} catch (e){adsLo=document.referrer} adsLo = adsLo || "" var adsInd=adsLo.indexOf('atwCrPr=') if (adsInd>0)adsCp=1 var adsAJAX=0 var adsHt="http://ar.atwola.com",adsD=new Date(),adsTz="&TZ="+adsD.getTimezoneOffset(),adsScr=adsD.getTime()%0x3fffffff,adsTar='_top',adsTpSet=0,adsExt='aol',adsTp='J',adsSL="") }else{cF[k]=ca[i];cW[k]=ca[i+1];cH[k]=ca[i+2];cAd[k++]=ca[i+3]}} for (var i=0;i') adsCo[adsCN++]=s+"|T"} else if (t=='text'){adSetupDiv(w,h,s,divName,fName,'text') if (adsDel==0){adsDivs[adsDivs.length-1].LoadAd()}} else if (t=='ajax'){adsAJAX=1 adSetupDiv(w,h,s,divName,fName,dynSz) if (adsDel==0){adsDivs[adsDivs.length-1].LoadAd()}} else{if (adsTp=='F'){ adSetupDiv(w,h,s,divName,fName,dynSz) if (adsDel==0){adsDivs[adsDivs.length-1].LoadAd()}} else if (adsTp!='J'){ var x=""} else {var s1=s+"/bins=1" if (s.indexOf('rich=0')==-1)s1+="/rich=0" dw=""+alt+""} if (pNo){if (obj.popdelay)var t=setTimeout("document.write(dw)",obj.popdelay*1000) else document.write(dw)} window.ACE_KeyParm='' window.ACE_KeyParms='' window.ACE_FreqSiteMap='' ACE_AR=''} function ACE3setCk(nm,v,dt){document.cookie=nm+"="+escape(v)+((dt==null)?"":"; expires="+dt)+"; path=/;"} function ACE3getCk(nm){ var b=document.cookie.indexOf(nm+"=") if (b!=-1){var l=b+nm.length+1,e=document.cookie.indexOf(";",l) if (e==-1)e=document.cookie.length return unescape(document.cookie.substring(l,e))} else return ""} if (window.ACE_AR)ACE3_AdRequest(ACE_AR) _,http://uac.advertising.com/wrapper/aceUAC.js QRSObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN ]Cache-ControlTDate^Content-LengthZSet-CookieVPragma\Content-TypeSP3p_private, max-age=0_Wed, 05 Mar 2008 19:28:54 GMTS413_65656632=_47cef476,4359435920,734089^387268^1^-16,1_; domain=servedby.advertising.com; path=/click, ACID=bb410012047453340023!; domain=.advertising.com; path=/; expires=Monday, 4-Mar-2013 19:28:54 GMT, ASCID=bb410012047453340023!; domain=.advertising.com; path=/, BASE=s7tC8HPbUjFgtWI!; domain=.advertising.com; path=/; expires=Monday, 4-Mar-2013 19:28:54 GMT, F1=BYH9OfEBAAAABAAAAEAAgEQBAAAAEjeBAEAAgEA; domain=.advertising.com; path=/; expires=Monday, 4-Mar-2013 19:28:54 GMTXno-cache_ACP="NOI DSP COR LAW CURa DEVa TAIa PSAa PSDa OUR BUS UNI COM NAV"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1"'0;?ELUpwy{} ?C$-qvzhOtagtext="Click to learn more...<\/a>";document.write(tagtext);_http://servedby.advertising.com/site=734089/size=728090/u=1/bnum=65656632/hr=14/hl=50/c=3/scres=4/swh=1024x768/tile=1/f=0/optn=1/fv=9/dref=http%253A%252F%252Fwww.time.com%252Ftime%252Fprintout%252F0%252C8816%252C1191831%252C00.html UVWCOMbplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078iA?#AI>#A.bٶ*+!-.WNS.base[NS.relative_?http://cdn2.adsdk.com/CDN/98190/CSG_UPJ10816_728x90_BUTTONc.gif1234X$classesZ$classname456UNSURLV%NSURLXNSObjectYimage/gif9:;=>?HQZNS.objectsWNS.keys@ABCDEFGIJKLMNOP VServer_Proxy-Connection]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApacheUClose_Thu, 09 Aug 2007 18:43:32 GMTUbytes_Mon, 03 Mar 2008 12:52:57 GMTU16703_"68be1-413f-46bb6054"12bccd6_NSMutableDictionary\NSDictionary12fgg6_NSHTTPURLResponseInternal12ijjk6_NSHTTPURLResponse]NSURLResponse$)2DILbd!-/13uz   '5CHW\ipv */3GlUOA?GIF89aZd]R6 i]=o敄VϷwMD-rJ͵vTK1luhDY_`[bpcA81 kT E=(XzlF]en% +&ifZ;nv.)YO3PPPVVV{P"%B:&IO <5#xjEna?JA+xN0+]pw| F>RI/|Q҉ 4.}nH3-λleY:6:(#8=ntU ~U(,~JO:RY +.u15-2|$ǂZa@E CI*.u|'af/38n]@@@@9%PG. 000ѹx౜f```׾|Sȃppp̅шfӊ`U8ЈԊ͆;4"H?)ֽ{\·χmq?RWhl8eɃؿ}˄À]Āl?8%~RtgC«p_T7ӺzD<'~ռ{qdAǰswNҹy~ƯrȂaV8g^҉ŮqhA:&aʄMjìp[P4}cX9Իz.k^>60bsKi|mGȱtsfC>7$V70 ĭqиxŁCH _37PV %(|3NT ]şʨbNÝZSʳuj˴uƁqJwMreBLC,{{{ob@999bW9}RσtLuLvMɲtw{t]]]'c6ŵd\zQ:@YKQ[`(?EfnՋ! NETSCAPE2.0!2,Z H*\ȰÇ#JHŋ3jȱǏ CIɓ(S\ɲ˗0cʜI͛8sɳϟ@ JѣH*]zN6ߤ1)5Smyôׯ`Êfξ}nSo*.gցZ2M}q܎˷߿3gG7p W IMڭF93k辂'm`ix*A;v ĵX ܁n |GpKU5ibCߧF}ɧ}zӧY߈FOp(茶<;,plťV?iqWŅX?vq\gUYh fspՆhA]յAU1R׆0O$bmi_׏}q YhM·ߓN*IP2d[670!b:pq5Xag# w li 1Phdai豏Z}@v jF=B$v#^[Euh~5 *OX.i[OB9ej땸ze?#N#*lCqOi3VolA5cmhq]qdu- (ԩ1vQz:飦u8!Tlb?2ƬG,qLRYl}a%Z\%fiP;gu -k~qԭ%YEk;ephvZpzLPKjj U]`;dQ}z1Ǿ +w?,LơWE]z3,>\ "Wi VP;J`\AW1BU!>+r&*r]m}Zf.{"j `jD]/#aVqp顠ۯ]]XߏEzwu~voSM+JذS% dSBL;5{Ⱎ: *:Q\$'"ՁH:2eqTV<6D堨 Põfa&Dlo@-!!HsV![vvz mbD҃/S)GNXm#Yf8,Lpt Iȃhg2cIN򑐄]&IJZ̤&88agYnEFL*WV򕰌,gIZM.w^ 0IbL2f:Ќ4IjZ̦6n>S 8IrL:v|o @JЂf ];?JY x #X&zy&r;7?.{;l9[.wvi׹}\}h9.x>9v{ݍwk?<.o쎷. NHFPG)*P> 1\Ѐ B 8@ @Q~ 0vڄm3wxtwgxkx] y(؀usen聍ǀ(hcBG!wy'%؁(6+X_K kv CH@ !Kv{M`p  $ ۀ +@ ~2`&  A PL vt  ; H/ :0TK g |0`l P HK cK0y` ;TA 4ۨlfng3(/w*+yfׁh8I>G蓖x>}7_GFyr"D T gBGt+ !  d w (@i7%qP+ P5pf!K@0Pi&p(@|`cKh hxktӄ@)e& 2كSɋ88z॓U9hy yL)hƙ)ʉ^?Kb(&K 0~QKgf myti  lp@kp @ `}w -K # tl@MlpdNɚĉe-y׀x<ʒ9ړ?|oAyyA s>wMIa_(IjLZhNzyEK$, dK4KqnY%6pT At kd)@p`}Y;Ppp&)*MɢࢩDU9a٪Zo:cБdKFK+mxɆ{zA    Kpt ;0KPK>K` L(Kk{\ zAg@bk K7p0x7{kkr0){, bMzf:ٳS,dz-p.K#`0 hP |# ` } w p; ypP9xY Mu  ǚ:!#0R+rKA`xp)r@K7,A)" I \@L9Knf[^'R!K KbMl-0 P04  2@ A~1p I @M@i l @q  6$Qk(E[{[,zk01̋)bxй1K=K1l@tfWKK l p/L2LZ@lsC[v@ @D@@DŽ0 6 ? cu M0DKʰ\æ -çʾ̰A 5 Ý@-*TLь5Fc4!p!l2=1lhAg P A{ϻ\=A@rPղæ9$˼)PO-2ȫ*)X4^- R D&n>@B>(:Kb@n|&; #` HP"P @H ) vp -°K *t F>^~ꨞꪾꦾK>^n뺾弴qG:;  -@  WH"0-ɿ3"0 f9K 6:p ` *DtzApPat K @pK"Ǫ @ kp@ tM||ؤ0M3֤jDUY5T_LUSSV\6 ^?dU`OtA03[Th4  uι+d 1@K)@2`K`;K;0t';MM_Xu5YVn`Yp V./ @5@ɽ$ 7@o -t KKF +p@;:tfNCLMDZS$XA .dСʎLڴ5nƈ+^XI&CRׯK0=X_Q0@L},!ZϮ[1R#C, mBD P o~Xj4(qΥ(gK6\&&kuyc]z//.PR eg"|eѤMC]€o'^qɕ/gN1,wn^uٵ~ŏ';KIa&6 :}8ɷi56~ai$8e~< bI '0gL؁?Jd5."/`  l AQEk/@R->4p Б1$ 2pւ #G5aD+oM6xssN:NsO>3=Lʽ4#(q&$I~8)dJf  6CƂ~dxK0A#,XUJEHGRT +1LGXv2aX#)ZhlZe [3Ӗ˟hV/qťZ_㤮OxO5^_~ϗJ|Ė,CBVp҉)6@!V)fc6ixpH)2Ŗ PßA*6! t@&Rp kwe)x/ ̥cͥ,أ XMR-td&4ܲ%4r١x}nnTf`l GWa#=XD @c GcJYa=I=OgichM:[1inV&e)>~OvҮ@rD6^vwͻ_ە\`6~qqE 'wF~=b #9lFX)G9Čb#/W]n_ ><БξT|"BHp+~B_8?#/Ie6 0Y"% 0fCy,x危hK'B_s x0Os#g"4&4@mtHHFRPrgEbq#O2'}̣w&Pc84+򕾑%{٥X ӄ9u0&K6Lh`bm%6R($gn HO~_TK$ o̳NpiKS^q~>z/Fa]l&;\>p&`[/2 "*|J=A)Rd ^ُwS{'ASIKU)PYY{1d?^ͺҨcڵۖadmAg|qݻyw>:+oܹwQm_?^zzßOvοsx' { X\x*`X ޵_>\7a={'z%X_&ua0!r_!V㑎h\;"`$^HvYey+Xe&&'ߊv()ݝl障t9xb*袶)褣9 )Re^gX Fj^6sU*무j뭸뮼믷 0aŲ6F+Vkf-3RHalpk覫k=T,l'  Ox)\W3&w4p39B&CLbfNP$ĶE+"D,zlZb_zhL6pH:1 .؂cC<Ꮐ IBL"Fr %(QHF̤&7Nz (GIJP!(,/7 H*\ȰÇ#.ŋ3jȱǏ CI#yQ"\ɲ˗ Tr͛8sɳϟ@ =,0*]zHJիXjʵׯ`F⢩ٳh*bH۷pʝKݻx˗n'd Lڶ}+^̸Lyǘ3kެ7rϠ^LiƞC^rװcMͺmeޭs;Ǒ-{oY ol\_cWyΘu͛?}=ݶO=Oٽ_|ɇ~h6܀&~U[hĭa}ryXq`%, b(J\":7H-ҋH<W> &c@ ieDDލg ;ܗQ8"5Vl2w [kiAoΩy砼 蝂(lfF㊎VZfdv:Gi=fꪬ꫰*무j뭯fvJd+k&6nQB Zfv+kզDC +k믽TsºFLW$ 7G,Wl?34L!$l(,0|2Gt|g`<@-DmH'_a8TWmX̴Ou`-Goݵ9l_mV~tp)|=6y߄>5W8-PяϓKst#~9kΏAyӛ 6٠7xB3z>n>Gy֭߮Ny?o=4w<|c}_lPwW域泏~^'Я~_>ok F_"8AMOy{W;a  ) ]Hþ0a w80:{&CLPgD QPZfUȢ.z` H2_A2BEրGH:x̣>#3 6$"F:򑐌$'IJZ4j!(, 7 H*\ȰÇ#JHŋ BFǏ CIɓ(S\ɒdj'2ʜI͛8s\aY+@ JѣH*]ʴSr8IիXbE&mڔ`ÊKٳhӪ]˶mʎhKݻWÀï߿ LÈ+^<1x#KL@|k̹~CL1^ͺĢQ˞M?կs9ͻ} _μLȣKoܹBxjgᅓ) 6ބ~(!8އZ(cVn!|,vg`wB Ic3&d^{P' aY%`ZTfOZ"fhai'Cc2` >(Y.Xޟp$ zF睌6*PMWh}-aBJit?g)&馤Ni^8jwjjvd8k9ZZkĞwkȮ TF+VkfR C2.$+nz p覫+kH!ŸZwL,l' 7F,q ؃Ogw ,$lP,EP!4l8<@=Xl4jNԣHL7PG-TWmXgQ``[#chlp-tddc]߀.}w{'nW߅7}xgWUo.褣z鬷Nn{ݰˮE^ݞy/Q7O7_?f=oϼc߼>Go>Bӷˋo=ÿ} IBL"{B#IJZ̤&7Nz e'!i!(, /7 H*\ȰÇ#.ŋ3jȱǏ CI#yQ"\ɲ˗ Tr͛8sɳϟ@ =,0*]zHJիXjʵׯ`F⢩ٳh*bH۷pʝKݻx˗n'd Lڶ}+^̸Lyǘ3kެ7rϠ^LiƞC^rװcMͺmeޭs/.W ^%;oY WrZ[{sϣ<=qwߦǜ_~>z ޷qV^_g܁&} `"y)a_Zl=v{7a~Q]}EX"#Aጂ ȗ n#\!(W*^ؠ)X4&钍{(a+#Dby"_H*eDLdUI|~#ޭ_R婞uiᩧr'$蠌vh.褆 IJ馤=ir**f~ed~O!무j뭸뮼⚅ [j*=Ò6F+VkBE %r+k覫z+JB 5T,lFP &2\!Wlgw cL4(2L3,0,4l8 a2a1?DmH'L7PG-^|!=\w`]tWc]blCMg t p{|xn8ہ >#78׉+!$@R8s.獃M[n:t.;߾z{OջO.7G?P'oy|͏׻o;#=޽m^~#??ٳ~p>}K` h PFccA zPmd:~-"$ MB0i @P8̡w@ IC$,0d `p+8PH*ZX̢E*2C RH"kE0hL6pF1& !(,/7EF*\ȰÇ#J0B2jȱǏ CIɓ(#,p˗0cʜI͛8s9Yg( JQȤM´ӧPJJիXjzBّ`Êk4 1Ҫ]˶۷pʝKݻo|C߿~͢KÈǐK VLuG̙d̠C>d?^ͺҨcڵۖadmf;?qݻy߅G~:oWWﲡ֞VZG}/?Fgx%7phz!X^ 2X`w`x߅xy=(va砈!Xy0n]#"]kya[H;hbahdX3 w:"9Y%wyD%y]'eqVInf/r)'X^rg |Tvڞ}џ&z6F bFi}^駊m霞j*qjF͜B*무j뭸뮼ꫭ0$ªĂV$6F+Vk2#Įzۆ+k覫뮺+ki ؃O,l'PŽBQgTlgw ,;qD=0,4l8<æ<",H'L7PG-TWtO!E[`-Ic\m4lRv]mx-G߀|'7cxG5Kgt_sהW#͹ ΑFh~?^{QHzon9㮻[|g }cNs#[=ˏz{IۈOF?{^(8.)A0`GH6 1"$ '&+LB# 0w@ LH"Hb\ƆK$H*ZX̢.z`JP' c$6pH:s !d,>8EF*\ȰÇ#J0BE±Ǐ CIɓ(S,3dҦMI͛8sɳϟ@  ٚKxYr],:bW`ORPѐ~L5iHytd/7ouܻ*>2-K]M1JT@qq6$SaDsh_J\h-(¾Cs^'pчujM<^'D?ATmOU"dZGVY* Cل XLT|IŃPP&!yؐ5X=|8PfYW3< 97"VcRX`@2c_Ihe_<)ONqY7^J\Vl'VW)"k[Hx?Uǃ %Ph%;qJn ? *(օ*!֗8یylB4g ]H)z k1G5V9څ@lXF*a؄8:z"u~zmZ+5 NR-p{YWoiSB5 E.Bݠk 7M҇ gƒc9["iHLPH*ZTtI@;_?http://cdn2.adsdk.com/CDN/98190/CSG_UPJ10816_728x90_BUTTONc.gif YZ[CO bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078ŪP#AI>R#Aj(I*+!-.WNS.base[NS.relative_+http://img.timeinc.net/time/i/btn_arrow.gif1234X$classesZ$classname456UNSURLV%NSURLXNSObjectYimage/gif9:;=>?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:57:35 GMTS195_"8571d-c3-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd *,.0^clw{',9@`f hOGIF89asss᧧ܨrrr䪪!,@@H4P \z%ǘaxe=@U)n Bbh 3eX(c!(gBDZ;_+http://img.timeinc.net/time/i/btn_arrow.gif ]^_CO bplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078ݽ|#AI>>#Aj(9̀*+!-.WNS.base[NS.relative_+http://img.timeinc.net/time/i/btn_print.gif1234X$classesZ$classname456UNSURLV%NSURLXNSObjectYimage/gif9:;=>?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:57:35 GMTS380_"85723-17c-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1_dmx|(-:AaghO|GIF89adddiiihhheeegggfff!,@@8tb 5 ЅH T4@M$2;y#TE} " ]Q""P"!!""z "!MMP"RP! A;_+http://img.timeinc.net/time/i/btn_print.gif abcCObplist00 Y$archiverX$versionT$topX$objects_NSKeyedArchiver _WebResourceResponse )/078׈%#AI>,#Aj(B*+!-.WNS.base[NS.relative_1http://img.timeinc.net/time/i/logo_time_print.gif1234X$classesZ$classname456UNSURLV%NSURLXNSObjectYimage/gif9:;=>?GOZNS.objectsWNS.keys@ABCDEFHIJKLMN VServer]Last-Modified]Accept-RangesTDate^Content-LengthTEtag\Content-TypeVApache_Thu, 18 Jan 2007 12:35:23 GMTUbytes_Wed, 05 Mar 2008 18:57:35 GMTT9611_"83330-258b-45af698b"12^__`6_NSMutableDictionary\NSDictionary12bcc6_NSHTTPURLResponseInternal12effg6_NSHTTPURLResponse]NSURLResponse$)2DILbd+-/1ejs~ .3@Ggmh%O%GIF89ajᑔ~ $vz>D@B갱Ѽ칹xymr]aDH꯳QT窫X[堡ptPT骭矣UXߋEI25DFqtNRAF13楦ae⏒ހ܂ہCJއ$#'hkpq@C`bej48갵♞춴_bvy܀tv w|䙝꺸㕘|坞48AD괵ᙛae),鰰硥굲{~z} ffۀ FGw|9=BC-1㡢ޅ䙛CGߎOQEK븼 AH컷JO@?@E밲|}xw?G߀gfglwy@C{zkoغx{߃rw⡟@G  餧ꥨ݁tr꼾!,j@H*\ȰÇ#JHqUȱǏ CnԨa?G˗.͂kUS V0W* &;(?VPK\FYhQBVzg*TGk~w*A6Oe堔YcgON8 XQ(QTI&7k-%G:'i2ԸA?S_ɃTqx){n;M~%3!WluRr ? s]{귰INY[@V/TߧȂJ,8]QB)$e.6Z99s-=2_6fcqiߝ$,Т\k4[} =,29-e 26iЏ*%J,Ĝ3nղVB۝vl"-y:"H+F'#}ؒ)8$TTEXi X<+%@ '/,?$TB.3=fK 5`?<ϧbC 4`Ne@MʰK*" 0.b\S2 I(TtI H6#pũr c(D ~c #aG'TA4 +v^ii\$xJi;L?TVⷋ ̔("9~+2] Ķ$ݦk˃FX̡{%1` 08Ab`N; %rp2M8ER1 (GIRL*!s hf3 JK)sЫOITEpoL2"eŗb!"J.ғ-48I"H` %zhΘ-bfxT)~D/~J?\ (@.l #oZt.rZK#+HSceHD+j q_f|78?Έb7lraACd:2=pY"p6zb/!J~C pE \VH07A,(']&Jb 6~x\0P=deW-i՗)p4{"~G,d!<h q =% Pi<2,կy?8R٤c(8 ]ϺXU֊N0MH> e7x6} Ȑ QNŠIq6.p.d X O*"q1uTZpI| 3Uʸ.Eu%('Bp/{Т81 .‰9qJ JA]>$ɡvHX\"[B;RiA.ŷNYTT% Irsߔ/64Rd'*v@>(˪W",ϜP "m3]""rN;Ke$ iprmQ;D$ ')!`(z|3Tp#hRxEGݝ 4DenliŰuhi2xî-1M彚ml27!rȸK_G"eI֐$CW ^$OӊbG 0(p$Zm+*DIkx@`իXmJ"4%Z5l IE a`rw4B94JC)p&H~ p! ܐhK*ٖn@g)ZX1],Xl+bp,hFɎ*SɄ-a"Vd+? = ol3ٓ+ )~pSȀ4,涉T"@E@ Y>#%R t TËxGOқOQ +ٚ.sr#6*fIY6h cXY;9O}ۜ&2ZF-9cE?tׁ:jKy+\q~Yb۱r҂/D|xW'S9DzGG -Gj8-eU:>-dV> JCq+ 47'2e?@ H60϶pBT1jUg  JCKX#HCBG `7c mv)E4&`b E P>duJrh0ae'T@KjU Y _Hk+`aU\٢3'X_pFdcuML$'91V̒@3cDT\DsTc&`s2qx x$B .@T0S(fRs >p3f_+87SeBsx"U8%s2 N$qk@i1PP8P ([T/EerPdL PW%ZER PtaO"d! uWG:P LٔM Sޠ@Wp ^K"B'')'U!V0f <X"2m7OE@ WSAjd5;\&ɉ`y\bp tf|922mn bS8 'P q0 SH3Ԙd{Yۖ9/ijRnjf ;+2%s{e m2V-uA3a#p9`p9%`]a`ZGb!}&kוUy+@@P?TTcMs!h 8Ny" A.H4&-[ #@;q_%/>,d|& PGD_GK eXV@ `avPś#}n@%) .Hhp9r<5 *(/$&ϸ'32kA^Km!}$$@8hP2b[  ,{,"LPb0u@@]gM18#`n ÐVI&G*2:aDpřG iF#8jb l{7YOO`4< gs4J "KD2v/`6i~RN.Sav_937U@SZ}(L Rq0@/,5bsA!{4 q%P v堰qc /CdF/ㆬ"qp0fA `aP]? t! %`  i`]$k ia1b"RT2 c,a`D+K{HS0ж<{.:;BS H|{us*&En@:i@B0$j ΁ @7ޔ,tC =] F/8QYK C" LCB=#IF}ԿJ=6n& &VJ~P1h0Wuc8!XBAP^KsQ2uk7Fu"A8Y:Մ %D R/kQ'~@ eQM71(\[, Hp` R9 +cE[ SN SAu MuS0 J)3#"ta1lX5縼d%;w@ @d[ nU/V 87:>PpD0^Nbfb@i#H@yDG$Q  4E tfs'Q vڜ3@N  W\aD æ u@) z AZ| 2& |Ei]y% W1 ' du kP)`A_rP4U?{OCu\&A 0 hF Xp6u<bf*X  f/V{^+%bNFhN~΁LTAk4{B CybxNDg3_s:. 6/n¹m'*~{%n%j Q uFB+*N!'%f$r b9!Ȉ@A+Rp,ZK( j{u"9h4'Dv R  +M*j*5E*junA)at@nx2%$l/8?.baD57FLR PMC}_!$8wpO(p=/X#6 B0[ ;ѯY"E_ςEfj_cBnTE!p׫!w-xp} W' ThCk\eT?!A[Ç>5+e|8MZ􇊧V9F7g*&6YU%TCN(񯪖 5*(dv+W_|>uđs2"d3't|QƿW"UR? U+zQBмp8(l9 `Nb#P"*کP"*G)0i V~TC 2tHV03~10\PAA[eVNN=DD:2 ")n(Z qU@ ~`q]@DjfiE~z$dg(84{*ԚTEB۬(AX^8oPz:0(ɤRN˟cfAEORoҴ@S*9AKT0YEuL3$WKC- |Rh9`:MYJ(AW9e`@9kmc0TL!8ՕNb4~j)+dQ؁:g\Y~ tRE-r' x'AVSSudVKvMAƓp8PJOf ^+'84{šcSEӬ+nێF/u~͙Uq P Rk`gRP#|hمYVI5ͤeriCPcv|rIN:*ow gRP]H@J3wHlᩌJUX z*U "m6kE rwj>(0BzR Z"x"ABW 2JѰ\2̘*" m⣿/; $=2YGemmm{g 뇂QĔ3;z0)оj UZrD-QQՄ( :~P |QXY>$iN2H6x-fz[P̲fFɨ O fp3.ޠ6R KhP#WzIL\1 fq$9X o i6XCtE*T5PQa@ըKfJ~e! @D2 8PyNlЧ4@l{RҊ|gPbCS$CpH  U\&_`]0X? h@ J c8Hn3"po!YDAJ(4Sl`1(j,0@30*ߠc7*qo&a+ {H oAX T(SQT0~hxY(Yڸ@0<OX58j@=e@?GK`9(T48,0@8sTȄP@BU؂,H%x yžCK9# ҄@.pXxxW0J^ bAq`)kWbU0@d@T[ 8@-5PѾ؂{LP @CX?3Px `c(X%H &Tbě(B6HT1'#ܠ Hi(MurW`At0)L $((S+ (157` ;@,)_pc)5)PX{1kȋy_bDᣇ1Y*`+q [Z0mx?1 9:!8TZ@(P, :x@ O9Q**0Q:  @Z#;jە~h0Wp(~,: @ fp@; c)Ȼ V9%-@_H@(\1G[3 OH8`";O3)"9J-Z^1 >rP6)@)Y!x168e #Qa UHؙ?vP&P{PFH>`{/!xE7pbA)b- QQ-Q=QMQ/W(v,Jxox !<`=ZOr@ L*Q@?EKZNS.objectsWNS.keys@ABCD FGHIJ _Proxy-ConnectionTDate^Content-LengthWExpires\Content-TypeUClose_Wed, 05 Mar 2008 18:56:12 GMTT1611_Thu, 06 Mar 2008 18:56:12 GMT12VWWX6_NSMutableDictionary\NSDictionary12Z[[6_NSHTTPURLResponseInternal12]^^_6_NSHTTPURLResponse]NSURLResponse$)2DILbd|  ')+-SXalpv}&,LQqvz`OKif (window.adsOne==0&&!window.adsOld){adsOne++ if (window.adsDel1>0||(window.adsN4&&window.adsLNm>0))adsEndF() if (window.adsCN>0)adsCFn()} function adsOnL(){var w=window if (w.adsPrO)w.adsPrO() adsDelFn()} function adsEndF(){var w=window if (w.adsDel!=2||adsN4||(adsIE&&adsAV<=4)){if (w.adsN4){adsDelFn()}else{setTimeout('adsDelFn()', '1')}}else{w.adsPrO=w.onload w.onload=adsOnL}} function adsDelFn(){var w=window,n=0,s,z,r=1 while (n")}} n++}} function adsCol(x){var o=eval('window.adsCol'+x),z='adsCo'+x,d=document if (o.indexOf("no content")==-1&&o.indexOf("no_ad")==-1&&o.indexOf("")==-1){ if (d.getElementById)q=d.getElementById(z) else if (d.all)q=d.all(z) adsCS=adsCo[x].split("|") if (adsCS[1]=='T'){q.innerHTML=o}else{if (o.indexOf('atwola_no_exp')==-1){q.width=adsCS[1] q.height=adsCS[2]} var y='try{q.src="javascript:parent.adsClFn('+x+')"}catch (err){}' eval(y)}}} function adsCFn(){for (var i=0;i') document.write('')}}_#http://ar.atwola.com/file/adsEnd.js ijklmno_WebResourceTextEncodingName_WebResourceFrameNameYtext/htmlO How to Combat Senioritis -- Printout -- TIME
Monday, May. 08, 2006

How to Combat Senioritis

Early symptoms of the disease--lethargy, lack of focus, difficulty making decisions--often appear in the fall. By spring the average, healthy high school senior may have completely succumbed. Senioritis attacks high-achieving, average and struggling students alike. By this time in the school year, most college-bound seniors have turned in their applications and received their acceptance letters. Many of them understandably feel entitled to a little downtime. The 30% of seniors who aren't headed for higher learning may not have figured out what they want to do after graduation, but they are pretty sure that it won't require algebra or Shakespeare.

In short, the second semester of the last year of high school is a kind of waiting room for the next stage of life. But over the past few years, high schools and colleges have begun experimenting with ways to keep students more engaged during the period between homecoming weekend and the senior prom. "Senior year in the U.S. has been based on the 19th century premise that 80% of students will go back to the farm after graduation," says Stanford University education professor Michael Kirst, who co-wrote the 2004 book From High School to College. "In small ways, people are starting to reclaim senior year." Those efforts include internships that keep seniors motivated by allowing them to explore their passions, dual-enrollment programs on college campuses that offer a sneak preview of the higher-education experience and tests designed to alert those likely to have trouble keeping up in college that they should buckle down.

Sara Maghen, 17, leaves school one period early this semester, but she isn't spending the time chatting online with friends or napping at the beach. Instead the senior at private Milken Community High School in Los Angeles commutes across town to intern at Los Angeles Superior Court. While she decides which University of California campus she will attend next fall, Maghen sorts courthouse mail, registers payments of parking tickets and observes trials. She witnesses things that few people outside the legal profession will ever see--like a private-settlement conference between two attorneys and a judge on a $600,000 personal-injury case. "My parents always told me I'd make a great lawyer, 'cause I love to debate," she says.

Maghen is one of 27 seniors at her school who take part in the Wise Individualized Senior Experience (WISE) program, a not-for-profit internship initiative in place in nearly 70 public and private high schools in California, New York, Florida and nine other states. Seniors in WISE earn class credit by completing unpaid internships in their areas of interest. "The students begin to see a connection between their academics and their life goals," says Nancy Schneider, who founded Milken's WISE program in 2000. "Their motivation soars, and they become very committed to meeting their responsibilities." This year Schneider's students are working with a chef and a surgeon, among others. "It's an opportunity to gain real-life experience," says Maghen, who is considering a career as a judge. "This is way more interesting than studying for my advanced-placement bio test."

For other seniors, it is not the academics of high school that fail to captivate; it's the social environment. By the end of her junior year, Sarah Ferszt, 17, of Wakefield, R.I., had already been to four proms. When most of her friends graduated, she began cutting class and losing focus. "High school was torture," says Ferszt. "I'd grown out of it. For some people, senior year just doesn't make sense." Kevin Quinn, Ferszt's counselor at South Kingstown High School, helped make her final year more meaningful by directing Ferszt to a dual-enrollment program at the local community college. There she is finishing earning her high school credits and beginning college-level classes. "Seniors need something to gravitate to and be re-energized by," says Quinn. When South Kingstown High began offering dual enrollment 10 years ago, it was primarily for top students who wanted the chance to take courses at nearby Brown University. Now 15 to 20 students each year, about 7% of the senior class, choose to enroll in a variety of institutions, including a culinary school and several technical academies. For Ferszt, who plans to transfer to Florida International University in Miami in August, the move was "a stepping stone," she says. "I wasn't ready to go away to college, but I was ready for more freedom."

The best cure for some cases of senioritis is a strong dose of reality. More than 50% of students entering college in the U.S. require remedial course work once on campus. Two years ago, the California State University system launched the Early Assessment Program (EAP), which encourages 11th-graders to take a test to gauge their college readiness in English and math. Some juniors who expect to coast to college find out they will have to work even harder their senior year to improve the skills they will need to thrive in a Cal State school. Other students who had not considered themselves college material discover that they are better equipped than they thought and are inspired to make the most of their final high school year and start thinking of college as a serious option. "A lot of students aren't using their senior year as effectively as they should," says Allison Jones, Cal State's vice chancellor of academic affairs. "We're trying to give them an early-warning signal so they take the courses they need to take, instead of taking it easy."

Andrew Halstead, 19, got the signal loud and clear when he didn't pass the math portion of the EAP test two years ago. "I was ready, essentially, to take senior year off," says Halstead, now finishing his freshman year at California State University, Fresno. "Then I learned that I was worse off in math than I thought." So although he didn't need the additional credits to graduate, Halstead took extra math and science classes that he thought would help better prepare him for college-level work. "When my friends were going out senior year, I was studying," he says. Next week Halstead, who is contemplating a history major, will take his math final. Since he has been scoring above the class average all semester, "I feel pretty confident," he says.

UUTF-8P_8http://www.time.com/time/printout/0,8816,1191831,00.htmlqr ijksmtuO WadTacFr_+http://cdn.atwola.com/_media/uac/tcode.html!3IclRmv7G7u7~;cEczcg0dɎɗj 5 i r$,x,,0KKLPA;mvK?IR~ ~OCLO 8A! LILLPQiQQUW1W_Wh[DMl8>?z|Ȋv