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