CINXE.COM

TIME Pacific | Subscriptions

<html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("http://www.time.com:80/time/pacific/subs/","20010602042200","https://web.archive.org/","web","/_static/", "991455720"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <title>TIME Pacific | Subscriptions</title> <!-- The following seven lines are the error catching routine and should only be necessary on flat pages. When used, the body tag should address P_checkUnload rather than P_closeDown --> <script language="JavaScript"> <!-- var P_isLoaded = false; function P_checkUnload() { if(P_isLoaded && (document.layers||document.all))P_closeDown(); } // --> </script><!-- Vignette StoryServer 4 Tue May 09 13:44:45 2000 --> <!-- the following is the main script, to be placed in the includes. If it is divided into three segments as listed below, it will be more flexible in the future, but it is not necessary--> <!-- section 1: initialize --> <script language="JavaScript1.2"> <!-- if(!document.cookie) { document.cookie = "PopUpCalls=0;path=/;"; } if ((document.layers || document.all) && document.cookie) { var P_showPop=true; } else { var P_showPop=false; } if (P_showPop) { P_Rules = new Array(); // section 2: magazine rules P_Mag="Time"; P_Rules[0] = "~time.com/"; // rules array contains definitions of internal links (links that will not get a popup). "~" means contains and "!" means does not contain. Rules can be combined with logical "and" using "&&": ~time.com/&&!/digital/ is one way of combining these tools. P_Rules[1] = "~pathfinder.com/time/"; // each rule in the rule array is a logical "or" P_Rules[2] = "~pathfinder.com:8080/time/"; P_Rules[3] = "~magsubs/cc/sub"; P_Rules[4] = "~secure.customersvc.com"; P_Hours = 24; // number of hours till next popup P_Source = "https://web.archive.org/web/20010602042200/http://www.pathfinder.com/time/interstitials/inter.html"; // URL of popup P_Height = 240; // height of popup window P_Width = 350; // width of popup window P_cookieDomain = false; // if you want to specify a domain for this cookie, add it here, e.g. ".pathfinder.com"; // section 3: program. minimal comments follow P_today = new Date(); P_todayNum = P_today.valueOf(); var P_LeftChip=""; var P_RightChip=""; var P_Chip=""; var P_DocCookie = unescape(document.cookie); if(P_DocCookie.length>0) { P_begin=P_DocCookie.indexOf("PopUpCalls="); if(P_begin != -1) { P_begin += 11; // 11 is length of string "PopUpCalls=" P_end=P_DocCookie.indexOf(";", P_begin); if (P_end==-1) P_end=P_DocCookie.length; P_Cookie=P_DocCookie.substring(P_begin, P_end); P_ChipStart=P_Cookie.indexOf(P_Mag+"="); if(P_ChipStart>-1) { P_LeftChip=P_Cookie.substring(0,P_ChipStart); P_ChipStart+=1+P_Mag.length P_ChipEnd=P_Cookie.indexOf("|",P_ChipStart); if(P_ChipEnd==-1) P_ChipEnd = P_Cookie.length; P_Chip=P_Cookie.substring(P_ChipStart,P_ChipEnd); P_RightChip=P_Cookie.substring(P_ChipEnd); if(P_todayNum < parseInt(P_Chip)) P_showPop = false; } else { P_LeftChip=P_Cookie; P_RightChip=""; } } } } function P_checkClick(ev) { // onClick function if(P_showPop) { P_Link=""; if(document.layers) { P_Test=ev.target.toString().toLowerCase(); if(P_Test.substring(0,6)=="<input") { P_showPop = false; } else { P_Link=P_Test; } } else if (document.all) { P_myElement = window.event.srcElement; while(P_myElement.tagName.toLowerCase()!="a" && P_myElement.tagName.toLowerCase()!="body" && P_myElement.tagName.toLowerCase()!="input" && P_myElement.tagName.toLowerCase()!="area" ) { P_myElement = P_myElement.parentElement; } P_tag = P_myElement.tagName.toLowerCase(); if (P_tag=="a" || P_tag=="area") { P_Link=P_myElement.href; } else if(P_tag=="input") { P_showPop=false; } } P_Link=P_Link.toLowerCase(); var P_ToReplace = /\x2F/g; P_URL = self.location.pathname; P_URL = P_URL.replace(P_ToReplace, "\[\/\]"); var P_ToMatch = new RegExp(P_URL + "[/]{0,1}(index.|default.){0,1}[^.]*#", "i"); var P_RV = P_Link.search(P_ToMatch); if(P_Link!="" && (P_RV==-1) && (P_Link.substring(0,4)=="http")) { if(P_isInternal(P_Link)) { P_showPop=false; } } if(document.layers) { routeEvent(ev); return true; } } } function P_isInternal(P_URL) { // function to evaluate whether a URL is internal (should not get a popup) for (i=0;i < P_Rules.length;i++) { P_Parts = P_Rules[i].split("&&"); P_Result = true; for (j=0;j < P_Parts.length;j++) { P_Search = P_URL.indexOf(P_Parts[j].substring(1)); P_Call = P_Parts[j].charAt(0); if ((P_Search==-1 && P_Call=="~") || (P_Search>-1 && P_Call=="!")) { P_Result = false; break; } } if(P_Result) return true; } return false; } function P_closeDown() { // onunload function if(P_showPop) { popupWin = window.open(P_Source, "POPUP", "height=" + P_Height + ",width=" + P_Width + ","); P_Chip = P_todayNum + (P_Hours * 60 * 60 * 1000); P_today.setTime(P_today.getTime() + (31 * 24 * 60 * 60 * 1000)); document.cookie = "PopUpCalls=" + escape(P_LeftChip + P_Mag + "=" + P_Chip + (P_RightChip.charAt(0)=="|"?"":"|") + P_RightChip) + ";path=/; expires=" + P_today.toGMTString()+(P_cookieDomain?";domain="+P_cookieDomain:"")+";"; // } } function P_popupoff() { // added by JQ 3/27/00 to disable popup P_showPop = false; } function P_NSform (ev) { // Netscape 4.x form submit capture P_showPop = false; routeEvent(ev); return true; } if (P_showPop) { // setting up click capture if(document.layers) { window.captureEvents(Event.CLICK | Event.SUBMIT); window.onClick=P_checkClick; window.onSubmit=P_NSform; } if(document.all) { document.onclick=P_checkClick; } } // code (vanity plate): Gary Poster, with essential assists from Galyn Norwood, Phiroon Phihakendr, Jose Quijada, Pavandeep Kalra. Copyright 2000 Time Inc. // note: we tried to eliminate the need for all body tag event handlers but onunload proved to be necessary because otherwise Netscape produces security errors when the cookie is set (even when the unload event is captured). // --> P_isLoaded=true; </script> <script language="JavaScript1.2" src="/web/20010602042200js_/http://www.time.com/time/include/clickability/scripts/top.js"></script> <script language="JavaScript"> function newWindow(name, width, height) { var isNet = navigator.appName.indexOf("Netscape") != -1; var isVer2 = navigator.appVersion.indexOf("2.") != -1; open(name, 'comments','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,menubar=no,width=' + width + ',height=' + height); if (isNet && isVer2) // fix Netscape 2 peculiarity open(name, 'comments', ''); } </script> <style type="text/css"> <!-- .hilite {color:#FFFFFF;} --> </style> </head> <body onunload="P_checkUnload()" bgcolor="#FFFFFF" text="#000000" link="#003399" alink="#990000" vlink="#6699CC"> <a name="top"></a> <table border="0" cellpadding="0" cellspacing="0" width="602"> <tr align="LEFT"> <td> <!-- ID: STYLE list: --> <!--*****BANNER ADS - MEDIA KIT - SUBS INCLUDE*****--> <!--*****Banner Ads*****--> <!--DynamicContent--><!-- /pfinclude@pfadspace/time/pacific/subs/index.html --> <noindex> <table border="0" cellpadding="0" cellspacing="0" width="600"> <tr valign="TOP"> <td valign="TOP" align="LEFT" width="468" height="60" nowrap> <nobr><!-- AdSpace ^/html.ng/spacedesc=timepacificbans&pagepos=1^--><a href="https://web.archive.org/web/20010602042200/http://adremote.pathfinder.com/event.ng/Type=click&amp;ProfileID=4395&amp;RunID=20022&amp;AdID=13983&amp;GroupID=308&amp;FamilyID=1935&amp;TagValues=550.1637&amp;Redirect=http:%2F%2Ftimepacific.com" target="new"><img src="https://web.archive.org/web/20010602042200im_/http://a1516.g.akamaitech.net/7/1516/606/511016845/image.pathfinder.com/sponsors3/timepacific/timepacific004_091900_time_banner2._ban.gif" height="60" width="468" alt="Time Pacific" border="0"></a></nobr><br> </td> <td valign="TOP" align="LEFT" width="10" height="60" nowrap> <a href="https://web.archive.org/web/20010602042200/http://www.time-planner.com/planner/editorial/timecom.html/" target="_top"><img border="0" src="https://web.archive.org/web/20010602042200im_/http://a1016.g.akamai.net/f/1016/606/1d/image.pathfinder.com/shared/images/ad/adinfo1260.gif" width="12" height="60"></a><br> </td> <td valign="TOP" align="LEFT" width="120" height="60" nowrap> <!-- AdSpace ^/html.ng/spacedesc=timepacificbans&pagepos=6^--><a href="https://web.archive.org/web/20010602042200/http://adremote.pathfinder.com/event.ng/Type=click&amp;ProfileID=4204&amp;RunID=18915&amp;AdID=13237&amp;GroupID=1&amp;FamilyID=1854&amp;TagValues=961.1637&amp;Redirect=http:%2F%2Fcgi.pathfinder.com%2Fcgi-bin%2Fmagsubs%2Fcc%2Fsubscribe%2Fmoneyab2%3FEFFORTKEY%3DMOA4541" target="new"><img src="https://web.archive.org/web/20010602042200im_/http://a1516.g.akamaitech.net/7/1516/606/511016834/image.pathfinder.com/shared/images/marketing/mofree.gif" height="66" width="88" alt="" border="0"></a><br> </td> </tr> </table> </noindex> <!--*****Banner Ads End*****--> <table width="602" border="0" cellspacing="0" cellpadding="0"> <tr align="LEFT" valign="TOP"> <td width="596" height="10" colspan="4" align="LEFT" valign="TOP" bgcolor="#CC0000"><img src="https://web.archive.org/web/20010602042200im_/http://a740.g.akamai.net/f/740/606/1d/image.pathfinder.com/shared/images/spacers/10x1.gif" width="10" height="1" border="0" align="TOP" alt="spacer gif"><br></td> </tr> <tr align="LEFT" valign="TOP"> <!-- SPACER --> <td width="141" height="3" align="LEFT" valign="TOP" bgcolor="#CC0000"><img src="https://web.archive.org/web/20010602042200im_/http://www.time.com/time/images/blank.gif" width="141" height="1" alt=""></td> <!-- SPACER --> <!-- SPACER --> <td width="461" height="3" colspan="3" align="LEFT" valign="TOP" bgcolor="#A6A6A6"><img src="https://web.archive.org/web/20010602042200im_/http://www.time.com/time/images/blank.gif" width="461" height="1" alt=""></td> <!-- SPACER --> </tr> <tr align="LEFT" valign="TOP"> <td width="141" align="LEFT" valign="TOP" bgcolor="#CC0000"> <!-- LEFT NAV TABLE 1 START--> <noindex> <!--TIME.COM NAV PROTECTED FROM SEARCH--> <!-- LEFT NAV TABLE 1 START--> <!--*****THIS IS WHERE THE NAVBAR / LOGO INCLUDE GOES*****--> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <!--Date code--> <script language="Javascript"><!-- // Array of day names var dayNames = new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"); // Array of month Names var monthNames = new Array( "January","February","March","April","May","June","July","August","September","October","November","December"); // --></FONT></script> <!--/End Date Code--> </head> <body bgcolor="#FFFFFF"> <table width="140" border="0" cellspacing="0" cellpadding="0" bgcolor="#CC0000"> <tr align="LEFT" valign="TOP"> <td colspan="2" align="LEFT" valign="TOP" bgcolor="#CC0000"> <a href="/web/20010602042200/http://www.time.com/time/pacific/"><img src="/web/20010602042200im_/http://www.time.com/time/pacific/nav/timelogo_pacific_990000_141.gif" width="141" height="90" border="0" alt="TIMEpacific" align="top"></a><br> </td> </tr> <tr align="LEFT" valign="TOP"> <!-- SPACER --> <td width="5" align="LEFT" valign="TOP"><!-- SPACER --><img src="https://web.archive.org/web/20010602042200im_/http://a740.g.akamai.net/f/740/606/1d/image.pathfinder.com/pathfinder/images/dot.gif" width="5" height="1" border="0"><br></td> <td width="135" align="LEFT" valign="TOP"> <p> <font face="Arial,Helvetica,sans-serif" size="1" color="#FFFFFF"> <!--doc date code--> <script language="Javascript" type="Text/Javascript"> var now = new Date(); document.write(dayNames[now.getDay()] + ", " + monthNames[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear()); </script> <!--doc date code end--></font></p> <!-- Search code --> <form action="/web/20010602042200/http://www.time.com/search/venue/1,3990,time,00.html" method="GET"> <font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="2"><b>Search TIMEpacific.com</b></font><br> <input type="HIDDEN" name="venue" value="time"> <input type="hidden" name="summaries" value="yes"> <input type="hidden" name="search_type" value="simple"> <nobr><input type="Text" name="all_words" size="10">&#160;<input type="Image" name="x2" src="https://web.archive.org/web/20010602042200im_/http://image.pathfinder.com/time/images/navigation/timego2.gif" border="0" width="23" height="14"> </nobr> </form> <!--End Search Code --> <p><br> <font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="2"> <strong> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/"><font color="#FFFFFF">TIME Pacific Home</font></a><br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/magazine/20010604/"><font color="#FFFFFF">From TIME Pacific</font></a><br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/archives/"><font color="#FFFFFF">Magazine Archive</font></a><br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/web_feats/"><font color="#FFFFFF">Web Features</font></a><br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/photo_essays/"><font color="#FFFFFF">Photo Essays</font></a><br> <br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/subs/"><font color="#FFFFFF">Subscribe to TIME</font></a><br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/subs/subs_serv.html"><font color="#FFFFFF">Customer Service</font></a><br> <a class="hilite" href="/web/20010602042200/http://www.time.com/time/pacific/about_us/"><font color="#FFFFFF">About Us</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/mailto:time.letters@time.com.au"><font color="#FFFFFF">Write to TIME Pacific</font></a></strong></font><font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="2"><strong><br> <br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.time.com/"><font color="#FFFFFF">TIME.com</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.timeasia.com/"><font color="#FFFFFF">TIME Asia</font></a><br> <a href="https://web.archive.org/web/20010602042200/http://www.canoe.ca/TimeCanada/home.html"><font color="#FFFFFF">TIME Canada</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.timeeurope.com/"><font color="#FFFFFF">TIME Europe</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.timepacific.com/"><font color="#FFFFFF">TIME Pacific</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.timedigital.com/"><font color="#FFFFFF">TIME Digital</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.asiaweek.com/"><font color="#FFFFFF">Asiaweek</font></a><br> <a class="hilite" href="https://web.archive.org/web/20010602042200/http://www.cnn.com/asia/"><font color="#FFFFFF">Latest CNN News</font></a><br> <!--Insert for Tile Ads--> </strong></font></p> <p><font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="2"><strong><a href="https://web.archive.org/web/20010602042200/http://ads.link4ads.com/bin/wadredir?req=clickthru&amp;siteid=5246&amp;pageid=1.1&amp;time=code_here" target="new"><img src="https://web.archive.org/web/20010602042200im_/http://ads.link4ads.com/bin/wadredir?req=ad&amp;siteid=5246&amp;pageid=1.1&amp;mode=via&amp;time=code_here" width="88" height="60" border="0" alt="iomega"></a></strong></font><strong><font face="Arial, Helvetica, sans-serif" color="#FFFFFF" size="2"> </font></strong> <p>&nbsp; <p>&nbsp; <p><br> </td> </tr> </table> </body> </html> </noindex> <!-- LEFT NAV TABLE 1 END--> <br> <br> </td> <!-- SPACER --> <td width="3" align="LEFT" valign="TOP" bgcolor="#A6A6A6"><img src="https://web.archive.org/web/20010602042200im_/http://a740.g.akamai.net/f/740/606/1d/image.pathfinder.com/shared/images/spacers/3x1.gif" width="3" height="1" border="0" align="TOP" alt="spacer gif"></td> <!-- SPACER --> <!-- SPACER --> <td width="10" align="LEFT" valign="TOP"><img src="https://web.archive.org/web/20010602042200im_/http://a740.g.akamai.net/f/740/606/1d/image.pathfinder.com/shared/images/spacers/10x1.gif" width="10" height="1" border="0" align="TOP" alt="spacer gif"></td> <!-- SPACER --> <td align="LEFT" valign="TOP"> <!--*****ALL CONTENT INCLUDES IN HERE*****--> <html> <head> <script language="JavaScript"> <!-- function MM_jumpMenu(targ,selObj,restore){ //v3.0 eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'"); if (restore) selObj.selectedIndex=0; } //--> </script> </head> <body bgcolor="#FFFFFF"> <table width="448" border="0" cellspacing="0" cellpadding="0" align="left"> <tr align="left" valign="top"> <td colspan="4"> <div align="left"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr align="left" valign="top"> <td rowspan="2"><img src="/web/20010602042200im_/http://www.time.com/time/pacific/img/straps/subs.gif" width="137" height="50"></td> <td rowspan="2"> <div align="right"><img src="/web/20010602042200im_/http://www.time.com/time/pacific/img/straps/subs_nav.gif" width="150" height="50" usemap="#Subs_nav" border="0"><map name="Subs_nav"><area shape="rect" coords="95,2,146,11" href="index.html" alt="Subscribe" title="Subscribe"><area shape="rect" coords="44,13,149,24" href="subs_serv.html"><area shape="rect" coords="59,25,148,36" href="gift_subs.html"><area shape="rect" coords="125,36,147,49" href="faq.html"></map></div> </td> </tr> <tr align="left" valign="top"> </tr> </table> </div> </td> </tr> <tr align="center" valign="top"> <td colspan="4"><br> <font face="Arial, Helvetica, sans-serif"><b><font size="4">Subscribe to TIME Magazine<br> </font></b></font> <p align="center"><font face="Arial, Helvetica, sans-serif"><b><font size="4"><font size="2"><b><img src="/web/20010602042200im_/http://www.time.com/time/pacific/magazine/20010205/cover.gif" width="109" height="142" border="0"><br> <br> </b></font>and receive <font color="#CC0000">4 additional issues FREE</font></font></b></font></p> <p align="center"><font size="2"><font face="Arial, Helvetica, sans-serif">TIME Magazine is available in the South Pacific for <a href="#Subscribe">delivery to your home or office.</a> The cost of a subscription (or renewal) depends on the country where you live. Also available are <a href="gift_subs.html">gift subscriptions</a>.</font></font> <p align="center"><font size="3" face="Arial,Helvetica,sans-serif" color="#000000"><b><font color="#333333">Teacher/Student Discounts</font></b></font><br> <font face="Arial,Helvetica,sans-serif" size="2" color="#000000"><a href="ts_subs.html">Teachers and Students</a> can subscribe at a specially discounted rate.</font> <p align="center"><font face="Arial, Helvetica, sans-serif" size="4" color="#333333"><b><font size="3">Change your Contact Details</font></b></font><font size="2"><b><font face="Arial, Helvetica, sans-serif"><br> </font></b><font face="Arial, Helvetica, sans-serif">Existing subscribers can change their <a href="/web/20010602042200/http://www.time.com/time/pacific/subs/subs_serv.html">contact details</a> using our form.</font></font> <p align="center"><font face="Arial, Helvetica, sans-serif" size="3"><b><font color="#333333">Frequently Asked Questions</font></b></font><br> <font face="Arial,Helvetica,sans-serif" size="2" color="#000000">A list of <a href="/web/20010602042200/http://www.time.com/time/pacific/subs/faq.html">answers</a> to common subscription queries</font>. <p align="center"><font face="Arial,Helvetica,sans-serif" size="3" color="#666666"><strong><font color="#333333">International Subscriptions</font></strong></font><font face="Arial,Helvetica,sans-serif" size="2" color="#000000"><br> TIME is available wherever you live. If you live outside Australia and N.Z. please click here and we'll direct you to<a href="https://web.archive.org/web/20010602042200/https://secure.customersvc.com/servlet/Show?WESPAGE=td/international.html&amp;MSRSMAG=TD" target="new"> the correct order form</a>. </font> <hr noshade width="200"> <p>&nbsp;</p></td> </tr> <tr> <td> <table width="446" border="0" cellspacing="4" cellpadding="0" align="left" name="subs"> <tr align="left"> <td colspan="2"><font face="Arial, Helvetica, sans-serif" size="4"><b><a name="Subscribe"></a></b></font></td> </tr> <tr align="left"> <td colspan="2"><font face="Arial, Helvetica, sans-serif" size="4"><b><font size="3">SUBSCRIPTION FORM </font></b></font></td> </tr> <form action="https://web.archive.org/web/20010602042200/http://cgi.pathfinder.com/cgi-bin/mailform.cgi" method="POST"> <input type="hidden" name="to" value="customerservice@time.com.au"> <input type="hidden" name="subject" value="TIME Pacifc subscription"> <input type="hidden" name="environment" value="remote_host,http_user_agent,remote_addr"> <!-- *****<INPUT TYPE="hidden" NAME="required" VALUE="00_Type,01_Title,02_FirstName,04_LastName,05_Address,06_City,07_Country,09_HTelephone,11_Email,12_Card,13_CardNumber,14_CardDate,16_Term"> *****--> <input type="hidden" name="asis" value="GENERAL SUBSCRIPTION - Effort Key TSAB5K 9"> <input type="hidden" name="redirect" value="/time/pacific/subs/thankyou.html"> <tr align="left" valign="top"> <td colspan="2"> <p><font face="Arial, Helvetica, sans-serif" size="2"><font face="Verdana, Arial, Helvetica, sans-serif"><b>To subscribe to TIME Magazine, please complete the following form. Once complete, the form can be emailed direct to TIME. <br> <font color="#CC0000">Do not send any money. We'll bill you</font></b></font><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#CC0000">.</font></b></font></p> <p><b></b></p> </td> </tr> <tr valign="top" align="left"> <td colspan="2"> <div align="left"><font face="Arial, Helvetica, sans-serif" size="2" color="#000000"><b> </b></font></div> </td> </tr> <tr align="left"> <td colspan="2"> <div align="left"><font face="Verdana,Arial,Helvetica,sans-serif" size="2"><b><font face="Arial, Helvetica, sans-serif" color="#000000">NOTE:</font></b><font color="#CC0000"><b>Red text</b></font> denotes required information.</font><font face="Arial, Helvetica, sans-serif" size="2" color="#000000"><b> </b></font></div> </td> </tr> <tr align="left"> <td colspan="2">&nbsp;</td> </tr> <tr align="left"> <td colspan="2"><font face="Arial, Helvetica, sans-serif" size="3" color="#000000"><b>SUBSCRIPTION TYPE</b></font></td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>Order Type:</strong></font></td> <td valign="MIDDLE" nowrap width="305" align="LEFT"> <p> <input type="radio" name="01_ORDERTYPE" value="NewSubscription" checked> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>New subscription<br> </strong></font> <input type="radio" name="01_ORDERTYPE" value="Renewal"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>Renewal - Acc Num. (if known) <input type="text" name="02_RENEW_NUM" size="10"> <br> </strong></font> </p> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT">&nbsp;</td> <td valign="MIDDLE" nowrap width="305" align="LEFT">&nbsp;</td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"><font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>Term:</strong></font></td> <td valign="MIDDLE" nowrap width="305" align="LEFT"> <input type="radio" name="03_TERM" value="2 Years" checked> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>2 Years | 104 weeks + 4 free weeks<br> </strong></font> <input type="radio" name="03_TERM" value="1 Year"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>1 Year | 52 weeks + 4 free weeks<br> <input type="radio" name="03_TERM" value="26 Weeks"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>26 Weeks | 26 weeks + 4 free weeks</strong></font></strong></font></td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT">&nbsp;</td> <td valign="MIDDLE" nowrap width="305" align="LEFT">&nbsp;</td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"><font size="2"><b><font face="Verdana, Arial, Helvetica, sans-serif" color="#CC0000" size="1"><a name="cost"></a>Prices per issue</font></b></font></td> <td valign="MIDDLE" nowrap width="305" align="LEFT"><font size="2"><b><font face="Arial, Helvetica, sans-serif" size="3">:</font></b></font> <font size="2"><b><font face="Arial, Helvetica, sans-serif"> <select name="04_REGION"> <option value="2.27" selected>Australia........$2.27 (incGST)</option> <option value="2.57">New Zealand.$2.57 (incGST)</option> <option value="3.50">Aust Islands..$3.50</option> <option value="3.25">NZ Islands......$3.25</option> </select> </font></b></font></td> </tr> <!-- <TR BGCOLOR="#FFFFFF"><TD VALIGN=TOP NOWRAP WIDTH="120" ALIGN="RIGHT"> <FONT FACE="Verdana,Arial,Helvetica,sans-serif" SIZE="1" COLOR="#666666"><STRONG>Account Number:</STRONG></FONT></TD> <TD VALIGN=TOP NOWRAP width="305" ALIGN="LEFT"><INPUT TYPE="text" name=KEYLINE value="" SIZE=20 MAXLENGTH=20><BR><FONT FACE="Verdana,Arial,Helvetica,sans-serif" SIZE="1" COLOR="#666666">(only if renewal; <A HREF="#AN">click for sample</A>)</FONT></TD> </TR> --> <tr> <td align="CENTER" colspan="2">&nbsp;</td> </tr> <tr align="left"> <td colspan="2"><font face="Arial, Helvetica, sans-serif" size="3" color="#000000"><b>CONTACT DETAILS</b></font><font face="Verdana,Arial,Helvetica,sans-serif" size="1">&nbsp;</font></td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>Title:</strong></font></td> <td valign="MIDDLE" nowrap width="300" align="LEFT"> <input type="radio" name="05_SALUTATION" value="Mr"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>Mr.</strong></font> <input type="radio" name="05_SALUTATION" value="Mrs"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>Mrs.</strong></font> <input type="radio" name="05_SALUTATION" value="Ms"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>Ms.</strong></font> <input type="radio" name="05_SALUTATION" value="Dr"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>Dr.</strong></font><br> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"><font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong><font color="#666666">Company Name:<br> (If Applicable)</font></strong></font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <input type="text" name="06_BUS_NAME"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>First Name:</strong></font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <input type="text" name="07_FIRSTNAME" value="" size="30" maxlength="30"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong>Initials:</strong></font></td> <td valign="TOP" width="300" align="LEFT"> <input type="text" name="08_MIDDLEINITIALS" value="" size="10" maxlength="10"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>Surname:</strong></font></td> <td valign="TOP" width="300" align="LEFT"> <input type="text" name="09_LASTNAME" value="" size="30" maxlength="30"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong> Postal Address:</strong></font></td> <td valign="TOP" width="300" align="LEFT"> <input type="text" name="10_ADDRESS1" value="" size="30" maxlength="30"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong></strong></font></td> <td valign="TOP" width="300" align="LEFT"> <input type="text" name="11_ADDRESS2" value="" size="30" maxlength="30"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>City:</strong></font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <input type="text" name="12_CITY" value="" size="30" maxlength="30"> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><b>Country</b>:</font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <select name="13_COUNTRY" size="1"> <option selected>-- select --</option> <option value="Australia">Australia</option> <option value="New Caledonia">New Caledonia</option> <option value="Papua New Guinea">Papua New Guinea</option> <option value="Solomon Island">Solomon Island</option> <option value="Vanuatu">Vanuatu</option> <option value="Christmas Island">Christmas Island</option> <option value="Cocos Islands">Cocos Islands</option> <option value="Admiralty Island">Admiralty Island</option> <option value="Norfolk Island">Norfolk Island</option> <option value="Norfolk Island">Kiribati</option> <option value="Nauru">Nauru</option> <option value="New Zealand">New Zealand</option> <option value="Cook Island">Cook Islands</option> <option value="Tuvali">Tuvali</option> <option value="Fiji Islands">Fiji Islands</option> <option value="Tokelau Island">Tokelau Island</option> <option value="Pitcairn Island">Pitcairn Island</option> <option value="American Samoa">American Samoa</option> <option value="Samoa">Samoa</option> <option value="French Polynesia">French Polynesia</option> <option value="Tonga">Tonga</option> <option value="Fanning Island">Fanning Island</option> <option value="Nuie Island">Nuie Island</option> <option value="Ocean Island">Ocean Island</option> </select> </td> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#666666"><strong><font color="#CC0000">Post Code:</font></strong></font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <input type="text" name="14_POSTCODE" value="" size="10" maxlength="10"> </td> <input type="hidden" name="ZIPCODE" value="29609"> </tr> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>Day Telephone:</strong></font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <input type="text" name="15_DAYPHONE" value="" size="20" maxlength="12"> </td> </tr> <!-- <TR BGCOLOR="#FFFFFF"><TD VALIGN=MIDDLE NOWRAP WIDTH="120" ALIGN="RIGHT"> <FONT FACE="Verdana,Arial,Helvetica,sans-serif" SIZE="1" COLOR="#666666"><STRONG>Work Telephone:</STRONG></FONT></TD> <TD VALIGN=TOP NOWRAP width="305" ALIGN="LEFT"><INPUT TYPE="text" name=BPHONE value="" SIZE=20 MAXLENGTH=20></TD> </TR> --> <tr bgcolor="#FFFFFF"> <td valign="MIDDLE" nowrap width="120" align="RIGHT"> <font face="Verdana,Arial,Helvetica,sans-serif" size="1" color="#CC0000"><strong>E-mail Address:</strong></font></td> <td valign="TOP" nowrap width="300" align="LEFT"> <input type="text" name="16_EMAIL" value="" size="30" maxlength="30"> </td> </tr> <tr> <td align="CENTER" colspan="2"><br> </td> </tr> <tr align="left" valign="top"> <td colspan="2"> <div align="left"> <p><font face="Arial,Helvetica,sans-serif" size="2" color="#000000">Money-Back Guarantee:<br> If, for any reason, you are not completely satisfied, you may cancel your subscription and we will send you a refund for all unmailed issues.</font></p> <p><font face="Verdana,Arial,Helvetica,sans-serif" size="1"><font face="Arial, Helvetica, sans-serif"><font size="2"><font face="Arial,Helvetica,sans-serif" color="#000000">TIME is published weekly except for Occasional combined, extra or expanded issues. Offer valid in Australia only and is not available in conjunction with any other offer. <br> We do not actively sell our mailing list. However, occasionally&nbsp;we offer our customers other products or services from carefully screened and selected companies.</font></font></font></font></p> <p><font face="Arial,Helvetica,sans-serif" size="2" color="#000000"> Should you not wish to receive special mailings, please tick this box <input name="17_MAILINGLIST" type="CHECKBOX" value="Do NOT send special mail"> . </font></p> <p>&nbsp;</p> </div> </td> </tr> <tr align="left"> <td colspan="2"> <font face="Arial,Helvetica,sans-serif" size="2" color="#000000">To learn more about our information practices, read our <a href="/web/20010602042200/http://www.time.com/time/pacific/subs/privacy.html">Privacy Policy.</a></font></td> </tr> <tr> <td align="CENTER" colspan="2">&nbsp;</td> </tr> <!-- <TR BGCOLOR="#FFFFFF"><TD VALIGN=MIDDLE NOWRAP WIDTH="120" ALIGN="RIGHT"> <FONT FACE="Verdana,Arial,Helvetica,sans-serif" SIZE="1" COLOR="#666666"><STRONG>Fax:</STRONG></FONT></TD> <TD VALIGN=TOP NOWRAP width="305" ALIGN="LEFT"><INPUT TYPE="text" NAME="FAX" value="" SIZE=20 MAXLENGTH=20></TD> </TR> --> <tr> <td align="CENTER" colspan="2"> <input type="submit" value="Submit" name="submit"> <input type="reset" value="Clear" name="reset"> </td> </tr> <tr> <td align="CENTER" colspan="2"> <div align="left"></div> </td> </tr> <!-- <TR><TD ALIGN=CENTER COLSPAN="2"><FONT FACE="Verdana,Arial,Helvetica,sans-serif" SIZE="1"><A NAME="AN"></A><IMG src="https://image.pathfinder.com/subs/time/images/sublbl.gif" ALT="Customer I.D. number" VALIGN="TOP" ALIGN="MIDDLE" WIDTH="248" HEIGHT="90" BORDER="0"></FONT></TD></TR> --> <tr> <td align="CENTER" colspan="2"><font face="Verdana,Arial,Helvetica,sans-serif" size="1">[ <a href="#T1">TOP</a> ]<a href="https://web.archive.org/web/20010602042200/http://www.pathfinder.com/time/asia/customer_service/index.html"> </a></font></td> </tr> <tr> <td align="CENTER" colspan="2"><font face="Verdana,Arial,Helvetica,sans-serif" size="1">&nbsp;</font></td> </tr> </form> </table> </td> <td colspan="3">&nbsp;</td> </tr> </table> </body> </html> <br> </td> </tr> </table> <!-- MAIN BODY TABLE END --> <!-- MAIN BODY TABLE END --> </td> </tr> </table> </body> </html> <!-- FILE ARCHIVED ON 04:22:00 Jun 02, 2001 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 11:27:07 Nov 25, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.504 exclusion.robots: 0.024 exclusion.robots.policy: 0.015 esindex: 0.01 cdx.remote: 28.298 LoadShardBlock: 143.239 (3) PetaboxLoader3.datanode: 110.724 (4) load_resource: 138.522 PetaboxLoader3.resolve: 56.138 -->

Pages: 1 2 3 4 5 6 7 8 9 10