<html lang="en" dir="ltr">
<head>
  <title>Arthur's Pass - Mountaineering</title>
  <meta http-equiv="content-type" content="text/html; charset=utf-8">
  <meta http-equiv="expires" content="Tue, 18 Feb 2014 09:00:54 GMT">
  <meta name="description" content="Mountaineering and climbing conditions in Arthur's Pass National Park, New Zealand">
  <meta name="keywords" content="petition, intention, Arthur's, Pass, Arthurs, New Zealand, adventuresmart, mountaineering, webcam, web camera, climbing, rockclimbing, mountain conditions, weather, fire, fwi, avalanche, gallery, fire weather, software, snow, earthquake, forecast, sar, ice, guide, mountain guide, snow conditions, search and rescue">
  <script type="text/javascript" src="script/jquery-1.8.1.js"></script>
  <script type="text/javascript" src="script/jquery.flexslider-min.js"></script>
  <link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen">
  <script type="text/javascript" src="script/jquery.fancybox-1.3.4.js"></script>
  <link rel="stylesheet" type="text/css" href="script/jquery.fancybox-1.3.4.css" media="screen">
  <script type="text/javascript">
  //<![CDATA[
  $(document).ready(function() {
  $("a.grouped_elements").fancybox({
  'titlePosition'         : 'inside'
  });
  $("a.various5").fancybox({
        'width'                         : 970,
        'height'                        : 650,
        'margin'                        : 10,
  'autoScale'           : false,
  'transitionIn'                : 'none',
  'transitionOut'               : 'none',
        'type'                          : 'iframe'
  });
  });
  //]]>
  </script>
  <script type="text/javascript">
  //<![CDATA[
  jQuery().ready(function($) {
  $('.flexslider').flexslider({
  animation: "slide",
  animationLoop: true,
  animationSpeed: 600,
  move: 2,
  pauseOnHover: true,
  controlsContainer: '.flex-container',
  controlNav: true,
  directionNav: false,
  maxItems: 4,
  itemWidth: 133,
  itemMargin: 4
  });
  });
  //]]>
  </script>
  <link href="css/mcstyle.css" rel="stylesheet" type="text/css">
  <script type="text/javascript">
  //<![CDATA[
  <!-- HIDE SCRIPT      
  /***********************************************
  * Ultimate Fade-In Slideshow (v1.51): Dynamic Drive (http://www.dynamicdrive.com)
  * Modified by SoftRock (8/7/2009): Smooth fade cross-browser mods
  ***********************************************/

  var fadeimages=new Array()
  //SET IMAGE PATHS. Extend or contract array as needed
  fadeimages[0]=["http://softrock.co.nz/mg/images/banner/image22.jpg", "", ""]
  fadeimages[1]=["http://softrock.co.nz/mg/images/banner/image27.jpg", "", ""]
  fadeimages[2]=["http://softrock.co.nz/mg/images/banner/image26.jpg", "", ""]
  fadeimages[3]=["http://softrock.co.nz/mg/images/banner/image8.jpg", "", ""]
  fadeimages[4]=["http://softrock.co.nz/mg/images/banner/image20.jpg", "", ""]

  var fadebgcolor="#FFF9EB"

  var fadearray=new Array() //array to cache fadeshow instances
  var fadeclear=new Array() //array to cache corresponding clearinterval pointers

  var dom=(document.getElementById) //modern dom browsers
  var iebrowser=document.all

  function fadeshow(theimages, fadewidth, fadeheight, borderwidth, delay, pause, displayorder){
  this.pausecheck=pause
  this.mouseovercheck=0
  this.delay=delay
  this.degree=0 //initial opacity degree (0%)
  this.curimageindex=0
  this.nextimageindex=1
  fadearray[fadearray.length]=this
  this.slideshowid=fadearray.length-1
  this.canvasbase="canvas"+this.slideshowid
  this.curcanvas=this.canvasbase+"_0"
  if (typeof displayorder!="undefined")
  theimages.sort(function() {return 0.5 - Math.random();}) //thanks to Mike (aka Mwinter) :)
  this.theimages=theimages
  this.imageborder=parseInt(borderwidth)
  this.postimages=new Array() //preload images
  for (p=0;p<theimages.length;p++){
  this.postimages[p]=new Image(800,114) //put image size xy in here
  this.postimages[p].src=theimages[p][0]
  }

  var fadewidth=fadewidth+this.imageborder*2
  var fadeheight=fadeheight+this.imageborder*2

  if (iebrowser&&dom||dom) //if IE5+ or modern browsers (ie: Firefox)
  document.write('<div id="master'+this.slideshowid+'" style="position:relative;width:'+fadewidth+'px;height:'+fadeheight+'px;overflow:hidden;"><div id="'+this.canvasbase+'_0" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"><\/div><div id="'+this.canvasbase+'_1" style="position:absolute;width:'+fadewidth+'px;height:'+fadeheight+'px;top:0;left:0;filter:progid:DXImageTransform.Microsoft.alpha(opacity=0);opacity:0.1;-moz-opacity:0.1;-khtml-opacity:0.1;background-color:'+fadebgcolor+'"><\/div><\/div>')
  else
  document.write('<div><img name="defaultslide'+this.slideshowid+'" src="'+this.postimages[0].src+'"><\/div>')

  if (iebrowser&&dom||dom) //if IE5+ or modern browsers such as Firefox
  this.startit()
  else{
  this.curimageindex++
  setInterval("fadearray["+this.slideshowid+"].rotateimage()", this.delay)
  }
  }

  function fadepic(obj){
  if (obj.degree<100){
  obj.degree+=1
  if (obj.tempobj.filters&&obj.tempobj.filters[0]){
  if (typeof obj.tempobj.filters[0].opacity=="number") //if IE6+
  obj.tempobj.filters[0].opacity=obj.degree
  else //else if IE5.5-
  obj.tempobj.style.filter="alpha(opacity="+obj.degree+")"
  }
  else if (obj.tempobj.style.MozOpacity)
  obj.tempobj.style.MozOpacity=obj.degree/101
  else if (obj.tempobj.style.KhtmlOpacity)
  obj.tempobj.style.KhtmlOpacity=obj.degree/100
  else if (obj.tempobj.style.opacity&&!obj.tempobj.filters)
  obj.tempobj.style.opacity=obj.degree/101
  }
  else{
  clearInterval(fadeclear[obj.slideshowid])
  obj.nextcanvas=(obj.curcanvas==obj.canvasbase+"_0")? obj.canvasbase+"_0" : obj.canvasbase+"_1"
  obj.tempobj=iebrowser? iebrowser[obj.nextcanvas] : document.getElementById(obj.nextcanvas)
  obj.populateslide(obj.tempobj, obj.nextimageindex)
  obj.nextimageindex=(obj.nextimageindex<obj.postimages.length-1)? obj.nextimageindex+1 : 0
  setTimeout("fadearray["+obj.slideshowid+"].rotateimage()", obj.delay)
  }
  }

  fadeshow.prototype.populateslide=function(picobj, picindex){
  var slideHTML=""
  if (this.theimages[picindex][1]!="") //if associated link exists for image
  slideHTML='<a href="'+this.theimages[picindex][1]+'" target="'+this.theimages[picindex][2]+'">'
  slideHTML+='<img src="'+this.postimages[picindex].src+'" border="'+this.imageborder+'px">'
  if (this.theimages[picindex][1]!="") //if associated link exists for image
  slideHTML+='<\/a>'
  picobj.innerHTML=slideHTML
  }


  fadeshow.prototype.rotateimage=function(){
  if (this.pausecheck==1) //if pause onMouseover enabled, cache object
  var cacheobj=this
  if (this.mouseovercheck==1)
  setTimeout(function(){cacheobj.rotateimage()}, 100)
  else if (iebrowser&&dom||dom){
  this.resetit()
  var crossobj=this.tempobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
  crossobj.style.zIndex++
  fadeclear[this.slideshowid]=setInterval("fadepic(fadearray["+this.slideshowid+"])",70) //millisecond fade time 
  this.curcanvas=(this.curcanvas==this.canvasbase+"_0")? this.canvasbase+"_1" : this.canvasbase+"_0"
  }
  else{
  var ns4imgobj=document.images['defaultslide'+this.slideshowid]
  ns4imgobj.src=this.postimages[this.curimageindex].src
  }
  this.curimageindex=(this.curimageindex<this.postimages.length-1)? this.curimageindex+1 : 0
  }

  fadeshow.prototype.resetit=function(){
  this.degree=0
  var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
  if (crossobj.filters&&crossobj.filters[0]){
  if (typeof crossobj.filters[0].opacity=="number") //if IE6+
  crossobj.filters(0).opacity=this.degree
  else //else if IE5.5-
  crossobj.style.filter="alpha(opacity="+this.degree+")"
  }
  else if (crossobj.style.MozOpacity)
  crossobj.style.MozOpacity=this.degree/101
  else if (crossobj.style.KhtmlOpacity)
  crossobj.style.KhtmlOpacity=this.degree/100
  else if (crossobj.style.opacity&&!crossobj.filters)
  crossobj.style.opacity=this.degree/101
  }


  fadeshow.prototype.startit=function(){
  var crossobj=iebrowser? iebrowser[this.curcanvas] : document.getElementById(this.curcanvas)
  this.populateslide(crossobj, this.curimageindex)
  if (this.pausecheck==1){ //IF SLIDESHOW SHOULD PAUSE ONMOUSEOVER
  var cacheobj=this
  var crossobjcontainer=iebrowser? iebrowser["master"+this.slideshowid] : document.getElementById("master"+this.slideshowid)
  crossobjcontainer.onmouseover=function(){cacheobj.mouseovercheck=1}
  crossobjcontainer.onmouseout=function(){cacheobj.mouseovercheck=0}
  }
  this.rotateimage()
  }

  // STOP HIDING -->
  //]]>
  </script>
</head>
<body text="#000000" link="#CE5A13" vlink="#CE5A13">
<div id="dmbri" style="position: absolute;"><br /></div>
<script type="text/javascript">
  //<![CDATA[
  var rimPath=null;var rjsPath=null;var rPath2Root=null;function InitRelCode(){var iImg;var jImg;var tObj;if(!document.layers){iImg=document.images['dmbif'];jImg=document.images['dmbjs'];tObj=jImg;}else{tObj=document.layers['dmbri'];if(tObj){iImg=tObj.document.images['dmbif'];jImg=tObj.document.images['dmbjs'];}}if(!tObj){window.setTimeout("InitRelCode()",700);return false;}rimPath=_gp(iImg.src);rjsPath=_gp(jImg.src);rPath2Root=rjsPath+"../";return true;}function _purl(u){return xrep(xrep(u,"%%REP%%",rPath2Root),"\\","/");}function _fip(img){if(img.src.indexOf("%%REL%%")!=-1) img.src=rimPath+img.src.split("%%REL%%")[1];return img.src;}function _gp(p){return p.substr(0,p.lastIndexOf("/")+1);}function xrep(s,f,n){if(s) s=s.split(f).join(n);return s;}InitRelCode();
  //]]>
  </script>
<script type="text/javascript">


  /* <![CDATA[ */function LoadMenus() {if(!rjsPath){window.setTimeout("LoadMenus()", 10);return false;}var navVer = navigator.appVersion;
  if(navVer.substr(0,3) >= 4)
  if((navigator.appName=="Netscape") && (parseInt(navigator.appVersion)==4)) {
  ;} else {
  document.write('<' + 'script type="text/javascript" src="' + rjsPath + 'iemenu.js"><\/script\>');
  }return true;}LoadMenus();/* ]]> */
  </script>
<br clear="all" />
<table width="800" cellpadding="0" cellspacing="0" border="0" align="center" class="class001">
<tbody>
<tr bgcolor="#FFF9EB" valign="top">
<td colspan="3">
<div id="picpanel">
<script type="text/javascript">
          //<![CDATA[
          //new fadeshow(IMAGES_ARRAY_NAME, slideshow_width, slideshow_height, borderwidth, delay, pause (0=no, 1=yes), optionalRandomOrder)
          new fadeshow(fadeimages, 800, 114, 0, 5000, 0, "")
          //]]>
          </script>
<noscript></noscript></div>
</td>
</tr>
<tr bgcolor="#FFF9EB" valign="top">
<td colspan="3">
<table bgcolor="#CE5A13" border="0" width="100%" cellpadding="0" cellspacing="0" class="class001">
<tbody>
<tr style="height: 2px;">
<td><noscript> <font color="white"><b>Sorry no menu .. JavaScript must be enabled to see normal menu - go to base of page to view link options</b></font>
</noscript></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr bgcolor="#FFF9EB" valign="top">
<td colspan="3" height="30px">&nbsp;</td>
</tr>
<tr bgcolor="#FFF9EB" valign="top">
<td>&nbsp;</td>
<td>
<script language="JavaScript1.2" type="text/javascript">
        //<![CDATA[
        <!-- HIDE SCRIPT
        // Display Photo
        function openpicture(id)
        {
        var open_file = "mc182.php?id=" + id;
        var GalWin=window.open(open_file,'mywin',config='height=790,width=850,outerHeight=790,outerWidth=850,top=0,left=0,screenX=0,screenY=0,scrollbars=1,resizable=1,location=0');
        GalWin.self.focus();
        }
        // STOP HIDING -->
        //]]>
        </script>
<script language="javascript" type="text/javascript">
        //<![CDATA[


        <!-- HIDE SCRIPT
        var pausecontent=new Array();
        pausecontent[0]='16/02 - <b>Mt Rolleston - Otira Face (High Peak)<\/b> Otira Face High Peak Route (Hugh Logan, Roland Logan)';
        pausecontent[1]='09/02 - <b>Temple-Phipps-Temple<\/b> Traverse (Hugh Logan, Clare Logan)';
        pausecontent[2]='09/02 - <b>Mt Rolleston<\/b> Philistine-Rolle Traverse (Paul Corwin, Caden Buskist, david Glenny)';
        pausecontent[3]='09/02 - <b>Mt Rolleston<\/b> Otira Face (Alan Wood, David Santos.Martin, Sally Widdowson)';
        pausecontent[4]='06/02 - <b>Phipps - Temple<\/b> Traverse (Jason Watson)';
        pausecontent[5]='01/02 - <b>Mt Rolleston<\/b> Otria slide to middle peak (Jordan Watson Charles Ellis)';
        pausecontent[6]='29/01 - <b>Mt Oates<\/b> West ridge (Paul Corwin, Sally Widdowson)';
        pausecontent[7]='25/01 - <b>Mt Franklin<\/b> good luck creek (Simon bell)';
        pausecontent[8]='25/01 - <b>Mt Temple<\/b> Right Buttress in AM, Center Buttress in PM. (Matt Gilchrist)';
        pausecontent[9]='18/01 - <b>Mt Temple<\/b> Central Buttress (Craig H & Andy B)';
        // STOP HIDING -->
        //]]>
        </script>
<script language="javascript" type="text/javascript">
        //<![CDATA[


        <!-- HIDE SCRIPT
        function pausescroller(content, divId, divClass, delay){
        this.content=content
        this.tickerid=divId 
        this.delay=delay 
        this.mouseoverBol=0 
        this.hiddendivpointer=1 
        document.write('<div id="'+divId+'" class="'+divClass+'" style="position: relative; overflow: hidden"><div class="innerDiv" style="position: absolute; width: 100%" id="'+divId+'1">'+content[0]+'<\/div><div class="innerDiv" style="position: absolute; width: 100%; visibility: hidden" id="'+divId+'2">'+content[1]+'<\/div><\/div>')
        var scrollerinstance=this
        if (window.addEventListener) //run onload in DOM2 browsers
        window.addEventListener("load", function(){scrollerinstance.initialize()}, false)
        else if (window.attachEvent) //run onload in IE5.5+
        window.attachEvent("onload", function(){scrollerinstance.initialize()})
        else if (document.getElementById) //if legacy DOM browsers, just start scroller after 0.5 sec
        setTimeout(function(){scrollerinstance.initialize()}, 500)
        }
        pausescroller.prototype.initialize=function(){
        this.tickerdiv=document.getElementById(this.tickerid)
        this.visiblediv=document.getElementById(this.tickerid+"1")
        this.hiddendiv=document.getElementById(this.tickerid+"2")
        this.visibledivtop=parseInt(pausescroller.getCSSpadding(this.tickerdiv))
        this.visiblediv.style.width=this.hiddendiv.style.width=this.tickerdiv.offsetWidth-(this.visibledivtop*2)+"px"
        this.getinline(this.visiblediv, this.hiddendiv)
        this.hiddendiv.style.visibility="visible"
        var scrollerinstance=this
        document.getElementById(this.tickerid).onmouseover=function(){scrollerinstance.mouseoverBol=1}
        document.getElementById(this.tickerid).onmouseout=function(){scrollerinstance.mouseoverBol=0}
        if (window.attachEvent) //Clean up loose references in IE
        window.attachEvent("onunload", function(){scrollerinstance.tickerdiv.onmouseover=scrollerinstance.tickerdiv.onmouseout=null})
        setTimeout(function(){scrollerinstance.animateup()}, this.delay)
        }
        pausescroller.prototype.animateup=function(){
        var scrollerinstance=this
        if (parseInt(this.hiddendiv.style.top)>(this.visibledivtop+5)){
        this.visiblediv.style.top=parseInt(this.visiblediv.style.top)-5+"px"
        this.hiddendiv.style.top=parseInt(this.hiddendiv.style.top)-5+"px"
        setTimeout(function(){scrollerinstance.animateup()}, 50)
        }
        else{
        this.getinline(this.hiddendiv, this.visiblediv)
        this.swapdivs()
        setTimeout(function(){scrollerinstance.setmessage()}, this.delay)
        }
        }
        pausescroller.prototype.swapdivs=function(){
        var tempcontainer=this.visiblediv
        this.visiblediv=this.hiddendiv
        this.hiddendiv=tempcontainer
        }
        pausescroller.prototype.getinline=function(div1, div2){
        div1.style.top=this.visibledivtop+"px"
        div2.style.top=Math.max(div1.parentNode.offsetHeight, div1.offsetHeight)+"px"
        }
        pausescroller.prototype.setmessage=function(){
        var scrollerinstance=this
        if (this.mouseoverBol==1) 
        setTimeout(function(){scrollerinstance.setmessage()}, 100)
        else{
        var i=this.hiddendivpointer
        var ceiling=this.content.length
        this.hiddendivpointer=(i+1>ceiling-1)? 0 : i+1
        this.hiddendiv.innerHTML=this.content[this.hiddendivpointer]
        this.animateup()
        }
        }
        pausescroller.getCSSpadding=function(tickerobj){ 
        if (tickerobj.currentStyle)
        return tickerobj.currentStyle["paddingTop"]
        else if (window.getComputedStyle) 
        return window.getComputedStyle(tickerobj, "").getPropertyValue("padding-top")
        else
        return 0
        }
        // STOP HIDING -->
        //]]>
        </script>
<table style="width: 750px;" align="center" cellspacing="0" cellpadding="2" border="0" class="class001">
<tbody>
<tr valign="top">
<td align="center" colspan="3"></td>
</tr>
<tr valign="top" align="left">
<td><font color="#E9671A" class="class004"><b><u>Home</u></b></font></td>
<td>
<div id="mainscroller" style="position: relative; overflow: hidden;"><b>ASCENTS LOGBOOK (Click Here)</b>
<script type="text/javascript">
                //<![CDATA[


                <!-- HIDE SCRIPT
                new pausescroller(pausecontent, "pscroller1", "scrollerclass", 3000);
                // STOP HIDING -->
                //]]>
                </script>
</div>
</td>
<td valign="middle"></td>
</tr>
<tr valign="top">
<td colspan="3">
<table style="width: 750px;" class="roundcnr2" align="center" border="0" cellspacing="1" cellpadding="0">
<tbody>
<tr valign="top">
<td style="width: 230px;">
<table style="width: 230px;" cellpadding="2" cellspacing="0" border="0" class="roundcnr1">
<tbody>
<tr valign="top">
<td align="center" colspan="2"><font color="#FF0000" class="class006"><b>WEATHER<br />WARNINGS</b></font></td>
</tr>
<tr valign="top" bgcolor="#FF8040">
<td style="width: 41px;" align="center"></td>
<td>&nbsp;<br /><font color="yellow"><b>RIVERS ARE HIGH!</b></font></td>
</tr>
<tr valign="top" bgcolor="#FF8040">
<td style="width: 41px;"><font size="1"><b>Notes:</b></font></td>
<td><font size="1">A <u>River High/Flood Alert</u> is displayed if rivers have adversely reacted to heavy rainfalls in past 24 hours.</font><br /></td>
</tr>
<tr valign="top">
<td colspan="2"><font size="1">Click Here for more detail storm analysis.</font></td>
</tr>
</tbody>
</table>
<br />
<table style="width: 230px;" cellpadding="2" cellspacing="0" border="0" class="class001">
<tbody>
<tr valign="top">
<td align="center" class="roundcnr1"><font color="#000000"><b>Webcams</b></font></td>
</tr>
<tr valign="top">
<td align="center"><br clear="all" /><b>North Webcam</b><br clear="all" /><br clear="all" /><b>West Webcam</b><br /><br clear="all" />ALL Webcams - Click Here<br />A.P. Webcam Archive - Click Here</td>
</tr>
</tbody>
</table>
<br />
<table style="width: 230px;" cellpadding="2" cellspacing="0" border="0" class="class001">
<tbody>
<tr valign="top" align="center">
<td style="padding: 2px;" class="roundcnr1"><font color="#000000"><b>Weather&nbsp;Outlook&nbsp;(730m)</b></font></td>
</tr>
<tr valign="top" align="left">
<td>
<table align="left" width="100%" cellpadding="3" cellspacing="0" border="0" class="class001">
<tbody>
<tr valign="top">
<td colspan="2">
<div onclick="location.href='index.php?page=190'" style="width: 220px; background: #ffffff; overflow: auto; border: 1px solid #000000; margin: 0px; padding: 0px; cursor: pointer;">
<table border="0" cellpadding="5" cellspacing="0" class="class001">
<tbody>
<tr align="center" valign="top">
<td bgcolor="#FCB136"><b>Tuesday</b><br />18 Feb<br /><br />9&nbsp;/&nbsp;18&ordm;C</td>
<td><b>Wednesday</b><br />19 Feb<br /><img src="/mg/wx_icons/rain.gif" width="30" height="30" alt="" title="Rain" /><br />9&nbsp;/&nbsp;17&ordm;C</td>
<td><b>Thursday</b><br />20 Feb<br /><img src="/mg/wx_icons/clear.gif" width="30" height="30" alt="" title="Clear" /><br />9&nbsp;/&nbsp;20&ordm;C</td>
<td><b>Friday</b><br />21 Feb<br /><img src="/mg/wx_icons/mostlycloudy.gif" width="30" height="30" alt="" title="Mostly cloudy" /><br />9&nbsp;/&nbsp;18&ordm;C</td>
<td><b>Saturday</b><br />22 Feb<br /><img src="/mg/wx_icons/chancerain.gif" width="30" height="30" alt="" title="Chance of rain" /><br />4&nbsp;/&nbsp;14&ordm;C</td>
<td><b>Sunday</b><br />23 Feb<br /><img src="/mg/wx_icons/partlycloudy.gif" width="30" height="30" alt="" title="Partly cloudy" /><br />4&nbsp;/&nbsp;11&ordm;C</td>
<td><b>Monday</b><br />24 Feb<br /><img src="/mg/wx_icons/mostlycloudy.gif" width="30" height="30" alt="" title="Mostly cloudy" /><br />6&nbsp;/&nbsp;10&ordm;C</td>
<td><b>Tuesday</b><br />25 Feb<br /><img src="/mg/wx_icons/partlycloudy.gif" width="30" height="30" alt="" title="Partly cloudy" /><br />4&nbsp;/&nbsp;13&ordm;C</td>
<td><b>Wednesday</b><br />26 Feb<br /><img src="/mg/wx_icons/partlycloudy.gif" width="30" height="30" alt="" title="Partly cloudy" /><br />4&nbsp;/&nbsp;12&ordm;C</td>
<td><b>Thursday</b><br />27 Feb<br /><img src="/mg/wx_icons/partlycloudy.gif" width="30" height="30" alt="" title="Partly cloudy" /><br />5&nbsp;/&nbsp;14&ordm;C</td>
</tr>
<tr align="left" valign="top">
<td colspan="10"><font size="1" color="red">Click for further information</font>&nbsp;</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
<tr valign="top">
<td colspan="2"><center><b><u>Forecast Links</u></b></center><font color="#000000"><b>Arthur's&nbsp;Pass&nbsp;Forecast</b>&nbsp;(5&nbsp;day)</font><br /><font color="#000000"><b>Arthur's&nbsp;Pass&nbsp;Forecast</b>&nbsp;(10&nbsp;day)</font><br /><font color="#000000"><b>Canterbury&nbsp;High&nbsp;Country</b>&nbsp;(5&nbsp;day)</font><br /><font color="#000000"><b>SEVERE&nbsp;WEATHER&nbsp;ALERTS</b></font><br /><font color="#000000"><b>Severe&nbsp;Weather&nbsp;Outlook</b></font><br /><font color="#000000"><b>Weather&nbsp;Underground</b>&nbsp;(APNP)</font><br /><font color="#000000"><b>NZ&nbsp;METVUW&nbsp;SI&nbsp;CHARTS</b></font><br /><br /></td>
</tr>
<tr valign="top">
<td align="center" style="width: 86px;"><img src="/mg/wxstn/images/vws1157.jpg" width="83" height="89" alt="" /></td>
<td valign="top">Moonrise 21:18hrs<br />Moonset 9:55hrs<br />Sunrise 5:57hrs<br />Sunset 19:33hrs<br />(All times NZST)</td>
</tr>
<tr valign="top" align="center">
<td colspan="2"><br />Check out our partners if you like to <a href="https://conquestador.com/en-nz">play online casino games</a>.</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
<td style="width: 520px;">
<table style="width: 520px;" border="0" cellspacing="0" cellpadding="2" class="class001">
<tbody>
<tr valign="top">
<td align="center" class="roundcnr1"><font color="#000000"><b>General Conditions &amp; Avalanche Risk</b></font></td>
</tr>
<tr valign="top">
<td><b>Tuesday 18/02</b>: (Updated 0800hrs) Heavy rain has fallen overnight, some further heavy showers are possible until afternoon today. NW gales over the tops will ease from afternoon.<br /><br />Drizzle on western slopes clearing for tomorrow. Fine weather on Thursday though winds will strengthen over the tops. Rain developing on Friday with gales across tops. Showers on Saturday.<br /><br />
<table bgcolor="yellow" cellpadding="5">
<tbody>
<tr>
<td><font color="blue">Climbing conditions are <b><u>Poor</u></b> today about the Main Divide with some heavy showers expected accompanied by strong NW winds over the tops .<br /><br />Most ridge routes are now their "standard" summer choss! With the return of summer, non-permanent snow areas are now shrinking very rapidly.<br /><br />Glacial routes in the Park have been reported back as accessible - however rope-up for glacial travel as things are starting to open, and "bell-shaped features" or thin bridging can be common! Remnant gully ice is undermined by water.<br /><br /><b>Safe climbing!</b></font></td>
</tr>
</tbody>
</table>
<br clear="all" /><br />
<div class="flexslider">
<ul class="slides">
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">09/02<br />Mt Scott (2009m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">09/02<br />Mt Wilson (2035m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">08/02<br />Falling Mountain (1901m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">02/02<br />Mt Oates (2041m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">02/02<br />Mt Philistine (1967m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">02/02<br />Mt Rolleston (2275m) - Bealey Face</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">02/02<br />Mt Rolleston (2275m) - Rome Ridge</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">02/02<br />Mt Temple (1913m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">28/01<br />Mt Rolleston (2275m) - Crow Face</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">25/01<br />Mt Armstrong (2110m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">25/01<br />Mt Franklin (2145m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">25/01<br />Mt Rolleston (2275m) - Otira Face</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">25/01<br />Mt Rolleston (2275m) - Otira Slide</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">17/01<br />Mt Davie (2280m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">17/01<br />Mt Harper (2222m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">17/01<br />Mt Stewart (1934m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">11/01<br />Blimit (1921m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">11/01<br />Mt Rolleston (2275m) - High Peak Access</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">11/01<br />Phipps Peak (1965m) - South Face</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">13/12<br />Lyell Peak (1828m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">13/12<br />Mt Aicken (1858m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">13/12<br />Mt Cassidy (1850m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">13/12<br />Mt Guinevere (2042m)</div>
</li>
<li>
<div style="font-size: 12px; background-color: #ffffff; text-align: center; align: center; color: #000000; width: 130px;">13/12<br />Mt Lancelot (2112m)</div>
</li>
</ul>
</div>
<center>Click Here to view most recent 42 condition images.<br clear="all" /><br /></center>
<ul>
<li><b>Travel Advice:</b> Generally safe avalanche conditions. Watch for unstable snow on isolated terrain features.</li>
<li><b>Avalanche Activity:</b> Small avalanches in isolated areas or extreme terrain.</li>
</ul>
<b>More avalanche assessment detail - Click Here or visit www.avalanche.net.nz</b></td>
</tr>
<tr valign="top" align="center">
<td class="roundcnr1"><font color="#000000"><b>Park Shot</b></font></td>
</tr>
<tr valign="top" align="center">
<td><br clear="all" /><b>16/02: Arthur's Pass firefighters, Tom &amp; Gerald, race out hose at Bealey Spur wildfire - Bealey Spur</b><br />(photo provided by Hamish Reid with thanks)<br /><font color="blue">Click Image to open larger original in a Javascript window.</font><br />Click Here if it won't open!<br clear="all" /><br />If you'd like to submit a (non-commercial) <u>recent</u> scenic or interesting image for the "Park Shot" (Arthur's Pass, Craigieburn, Torlesse or Lewis Pass accepted - 800 pixels wide minimum) please email<br />
<script language="javascript" type="text/javascript">
                          //<![CDATA[

                          <!--
                          // AntiSpam - Copyright SoftRock
                          var LeadEmail = "frontpage"
                          var TrailEmail = "softrock.co.nz"
                          document.write("<a href=" + "\"mail" + "to:" + LeadEmail + "@" + TrailEmail + "\"" + "onmouseover=\"status='';return true;\"" + ">" + LeadEmail + "@" + TrailEmail + "<\/a>.")
                          //-->
                          //]]>
                          </script>
Click Here for a summary of Copyright Issues.</td>
</tr>
<tr valign="top" align="center">
<td class="roundcnr1"><font color="#000000"><b>Getting High</b></font></td>
</tr>
<tr valign="top" align="center">
<td><br clear="all" /><b>7/02: Campsite at Lake Mavis (1590m) enroute to a traverse of the Polar Range - APNP</b><br />(photo provided by Markus Milne with thanks)<br /><font color="blue">Click Image to open larger original in a Javascript window.</font><br />Click Here if it won't open!<br clear="all" /><br />If you'd like to submit a (non-commercial) <u>recent</u> mountaineering image for the "Getting High" photograph (images <u>must contain</u> climbers/trampers, and can be mountaineering/climbing from anywhere in the world - 800 pixels wide minimum) please email
<script language="javascript" type="text/javascript">
                          //<![CDATA[


                          <!--
                          // AntiSpam - Copyright SoftRock
                          var LeadEmail = "frontpage"
                          var TrailEmail = "softrock.co.nz"
                          document.write("<a href=" + "\"mail" + "to:" + LeadEmail + "@" + TrailEmail + "\"" + "onmouseover=\"status='';return true;\"" + ">" + LeadEmail + "@" + TrailEmail + "<\/a>.")
                          //-->
                          //]]>
                          </script>
Click Here for a summary of Copyright Issues.</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr valign="top" align="center">
<td colspan="2" style="padding: 2px;" class="roundcnr1"><font color="#000000"><b>Park News</b></font></td>
</tr>
<tr valign="top" align="left">
<td colspan="2">
<ul>
<li>Cass-Lagoon track has windfall trees between Hamilton &amp; West Harper Huts.</li>
<li>Taramakau River route has major landslips in headwater, Locke Stream hut no longer has a emergency radio, fallen trees &amp; slips on Otira flood-track, and emergency shelter at Taramakau/Otira junction has washed away.</li>
<li>POO POTS are great (sold at Arthur's Pass VC) but they cannot be disposed of in the Arthur's Pass sewerage systems; also DO NOT put them in our waste bins; YOU CAN put them in long drop toilets at one of the huts or campsites.</li>
<li>The Poulter Valley track between the Mt White Road and the Browns Creek (Park Boundary) has large washouts, very difficult access by 4WD to Park boundary (Note: Must enter the Poulter riverbed to access). Foot &amp; mountain bike OK access.</li>
<li><b>Lower Otehake swing-bridge has been removed permanently by DOC!</b></li>
<li>The lower Styx River route has severe damage - only accessible safely at low water (must cross).</li>
<li><font color="red"><b>The "bad boys" are back Both in Arthur's &amp; Lewis Pass areas - Vehicle breakins are common place at car parks / Park entry points, leave no valuables in vehicle or park vehicle securely elsewhere; notify Police of any suspicious activity (take registrations)!</b></font></li>
<li>The Otehake Valley has severe damage (very slow going).</li>
</ul>
<br /></td>
</tr>
<tr valign="top" align="center">
<td colspan="2">
<table width="100%" cellpadding="2" cellspacing="1" border="0" class="class001">
<tbody>
<tr valign="top" align="center">
<td colspan="2" class="roundcnr1"><font color="#000000"><b>Local Weather Station Data</b></font></td>
</tr>
<tr align="left" valign="top">
<td colspan="2">
<table border="0" width="100%" cellpadding="0" cellspacing="2" class="class001">
<tbody>
<tr valign="top">
<td><b><u>LATEST DAILY READINGS</u></b><br />Update:&nbsp;18/2/14&nbsp;19:00hrs NZST<br />Sunrise:&nbsp;5:57hrs<br />Sunset:&nbsp;19:33hrs<br />Temperature:&nbsp;15.0&ordm;C<br />Wind&nbsp;Chill:&nbsp;15.0&ordm;C<br />Humidity:&nbsp;100%<br />Barometer:&nbsp;1012.7mb&nbsp;(Rising)<br />Wind Speed:&nbsp;4.8km/h<br />Wind&nbsp;Direction:&nbsp;W<br />Wind&nbsp;Gust:&nbsp;120.7km/h&nbsp;(1:30hrs)<br />Cloud&nbsp;Base:&nbsp; 730m&nbsp;ASL<br />Freezing Level: 3338m<br />Daily Rainfall: 31.75mm<br />Hourly Rain: 0mm/hr<br /><br />
<h3><font color="red">RIVERS ARE HIGH!</font></h3>
</td>
<td><u><b>THIS&nbsp;STORM&nbsp;CYCLE</b></u>&nbsp;(14hrs)<br />Storm is currently in a lull period of 6hrs.<br />Rainfall:&nbsp;35.30mm<br />High&nbsp;Rain&nbsp;Rate:&nbsp; 6.4mm/hr&nbsp;@&nbsp;3:07hrs 18/02<br />Temp&nbsp;Low:&nbsp;12.3&ordm;C<br />Temp&nbsp;High:&nbsp;17.3&ordm;C<br />Wind&nbsp;Gust:&nbsp;120.7kmph&nbsp;@&nbsp;1:30hrs&nbsp;18/02<br />Dom.Wind&nbsp;Dir:&nbsp;West<br />Barometer&nbsp;Low:&nbsp;1005.6mb<br /><u><b>SNOW MODEL</b></u><br />Mt Rolleston (Goldney Ridge) 1800m<br />Alt. Temp: 8.6&ordm;C<br />Alt. Windspeed: 9.7kmph<br />Alt. Wind Chill: 7.1&ordm;C<br />Alt.&nbsp;3&nbsp;Day&nbsp;Rainfall:&nbsp;35.3mm (Today: 31.7mm)<br />Last Snowfall: 22 days ago<br />Snowpack Depth: 0.0cm<br />7 Day Snowfall: 0.0cm<br />Click Here for further snowfall data.<br /><br /><img src="http://www.wilddata.org.nz/fwicalc/graphs/fireboard.gif" border="0" alt="Fire Danger Board" /></td>
</tr>
</tbody>
</table>
<center><font color="#000000">Click Here to view full weather station details.</font></center></td>
</tr>
<tr valign="top" align="center">
<td colspan="2" class="roundcnr1"><font color="#000000"><b>General Information</b></font></td>
</tr>
<tr valign="top">
<td colspan="2">
<ul>
<li><b>Waimak Flood Route:</b> DoC has reinstated (and rerouted) the Waimakariri flood route from Anti-Crow River to Greenlaw Creek which was severely damaged in the 1994 earthquake. It still has some issues that may cause the waimak to cut it off!</li>
<li><b>Huts:</b>The New Hawdon Hut is located upstream of Discovery Creek confluence below Walker Pass incline. Sudden Valley, Pfeifer, Poulter and East Hawdon Bivouacs have also been replaced. Hallejulah, Thompson, Waterfall and Top Cox Bivouacs have been permanently removed. Upper Cox Hut has been removed. Mingha Biv is to remain, it will be maintained by the Coast to Coast Race.</li>
<li><b>AP Club Huts:</b> Please note that <b>NO ONE</b> in Arthur's Pass Village has the door codes or keys to the NZAC, CMC or WCAC club huts, please get them before your arrival!</li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<br /><br /></td>
<td>&nbsp;</td>
</tr>
<tr valign="top">
<td width="20"></td>
<td bgcolor="#FFF9EB">&nbsp;</td>
<td width="20"></td>
</tr>
</tbody>
</table>
<table width="70%" border="0" align="center" class="class002">
<tbody>
<tr valign="top">
<td><font color="#FFFFFF"><u>Note</u>: this website makes extensive use of Javascript for SPAM protection purposes (email) and more importantly to display "popup windows" for images, notes and feedback forms. Some modern browsers (especially Mozilla Firefox) allow the user to set whether a site has permission to create these windows. If you experience trouble viewing images this is probably the reason, go into your "tools/popup manager" menu and give permission to "softrock.co.nz".</font><br clear="all" /><br /><center><font color="#FFFFFF"><i>SoftRock supports M&eacute;decins Sans Fronti&egrave;res. Please consider doing likewise..</i></font><br clear="all" /><br /><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88" border="0" />&nbsp;</center></td>
</tr>
</tbody>
</table>
<br />
<table width="95%" border="0" align="center" class="class002">
<tbody>
<tr valign="top">
<td>
<p align="center"></p>
<p align="center">This site is designed for 800+ pixel width screen sizes.</p>
<hr size="4" width="75%" />
<p align="center"><br /><font color="#EDE0B1"></font></p>
</td>
</tr>
</tbody>
</table>
<script type="text/javascript" src="script/reloader.js"></script>
</body>
</html>