CINXE.COM

SunLive - Designer hired for new multisport skatepark - The Bay's News First

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="description" content=""> <meta name="author" content=""> <title>SunLive - Designer hired for new multisport skatepark - The Bay's News First</title> <link href="/assets/css/bootstrap/bootstrap.min.css?v=4.6" rel="stylesheet"> <link href="/assets/css/all.min.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"> <link href="/assets/css/sunlive.css?v=24" rel="stylesheet"> <link href="/assets/css/sweetalert2.min.css" rel="stylesheet"> <link href="/assets/css/bxslider/jquery.bxslider.min.css" rel="stylesheet"> <link rel="icon" type="image/ico" href="/favicon.png?v=1"> <script src="/assets/js/jquery/jquery.min.js"></script> <script src="/assets/js/bootstrap/bootstrap.bundle.min.js?v=4.6"></script> <script src="/assets/js/framework.js?v=1"></script> <script src="/assets/js/sweetalert2.all.min.js"></script> <script src="/assets/js/bxslider/jquery.bxslider.min.js"></script> <script type='text/javascript' src='//platform-api.sharethis.com/js/sharethis.js#property=594b085a5c01e300120d3c03&product=inline-share-buttons' async='async'></script> <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script> <script> window.googletag = window.googletag || {cmd: []}; googletag.cmd.push(function() { googletag.pubads().collapseEmptyDivs(); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_Skyscraper', [[160,600]], 'div-gpt-ad-2430518-1').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_Skins_Skins_Spark', [[1,1]], 'div-gpt-ad-2430518-2').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_Skins_EB', [[1,1]], 'div-gpt-ad-2430518-3').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MREC_Mobile2', [[300,250]], 'div-gpt-ad-2430518-4').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MREC_Mobile1', [[300,250]], 'div-gpt-ad-2430518-5').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MREC_MidArticle', [[300,250]], 'div-gpt-ad-2430518-6').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MREC_3', [[300,250]], 'div-gpt-ad-2430518-7').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MREC_2', [[300,250]], 'div-gpt-ad-2430518-8').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MREC_1', [[300,250]], 'div-gpt-ad-2430518-9').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_MobileBanner', [[300,50],[300,100],[320,50],[320,100]], 'div-gpt-ad-2430518-10').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_LeadBanner', [[728,90]], 'div-gpt-ad-2430518-11').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_ContentBanner2', [[468,60]], 'div-gpt-ad-2430518-12').addService(googletag.pubads()); googletag.defineSlot('/83069739/Sunlive/Sunlive_NZ_ContentBanner1', [[468,60]], 'div-gpt-ad-2430518-13').addService(googletag.pubads()); googletag.pubads().enableSingleRequest(); googletag.pubads().setTargeting("pt", "article"); googletag.pubads().setTargeting('Key', ['news', 'Designer hired for new multisport skatepark', '/news/355921-designer-hired-for-new-multisport-skatepark.html']); googletag.pubads().enableVideoAds(); googletag.companionAds().setRefreshUnfilledSlots(true); googletag.enableServices(); }); </script> <meta name="nzoa" content="pijf-0067"> <meta property="og:author" content="Laura Smith - Local Democracy Reporter"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':new Date().getTime(),event:'gtm.js'}); var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl; f.parentNode.insertBefore(j, f);})(window,document,'script','dataLayer','GTM-WQSNPQK'); </script> <!-- End Google Tag Manager --> <script> !function(){"use strict";function t(n){if(!n)throw new Error("No options passed to Waypoint constructor");if(!n.element)throw new Error("No element option passed to Waypoint constructor");if(!n.handler)throw new Error("No handler option passed to Waypoint constructor");this.key="waypoint-"+e,this.options=t.Adapter.extend({},t.defaults,n),this.element=this.options.element,this.adapter=new t.Adapter(this.element),this.callback=n.handler,this.axis=this.options.horizontal?"horizontal":"vertical",this.enabled=this.options.enabled,this.triggerPoint=null,this.group=t.Group.findOrCreate({name:this.options.group,axis:this.axis}),this.context=t.Context.findOrCreateByElement(this.options.context),t.offsetAliases[this.options.offset]&&(this.options.offset=t.offsetAliases[this.options.offset]),this.group.add(this),this.context.add(this),i[this.key]=this,e+=1}var e=0,i={};t.prototype.queueTrigger=function(t){this.group.queueTrigger(this,t)},t.prototype.trigger=function(t){this.enabled&&this.callback&&this.callback.apply(this,t)},t.prototype.destroy=function(){this.context.remove(this),this.group.remove(this),delete i[this.key]},t.prototype.disable=function(){return this.enabled=!1,this},t.prototype.enable=function(){return this.context.refresh(),this.enabled=!0,this},t.prototype.next=function(){return this.group.next(this)},t.prototype.previous=function(){return this.group.previous(this)},t.invokeAll=function(t){var e=[];for(var n in i)e.push(i[n]);for(var o=0,r=e.length;r>o;o++)e[o][t]()},t.destroyAll=function(){t.invokeAll("destroy")},t.disableAll=function(){t.invokeAll("disable")},t.enableAll=function(){t.Context.refreshAll();for(var e in i)i[e].enabled=!0;return this},t.refreshAll=function(){t.Context.refreshAll()},t.viewportHeight=function(){return window.innerHeight||document.documentElement.clientHeight},t.viewportWidth=function(){return document.documentElement.clientWidth},t.adapters=[],t.defaults={context:window,continuous:!0,enabled:!0,group:"default",horizontal:!1,offset:0},t.offsetAliases={"bottom-in-view":function(){return this.context.innerHeight()-this.adapter.outerHeight()},"right-in-view":function(){return this.context.innerWidth()-this.adapter.outerWidth()}},window.Waypoint=t}(),function(){"use strict";function t(t){window.setTimeout(t,1e3/60)}function e(t){this.element=t,this.Adapter=o.Adapter,this.adapter=new this.Adapter(t),this.key="waypoint-context-"+i,this.didScroll=!1,this.didResize=!1,this.oldScroll={x:this.adapter.scrollLeft(),y:this.adapter.scrollTop()},this.waypoints={vertical:{},horizontal:{}},t.waypointContextKey=this.key,n[t.waypointContextKey]=this,i+=1,o.windowContext||(o.windowContext=!0,o.windowContext=new e(window)),this.createThrottledScrollHandler(),this.createThrottledResizeHandler()}var i=0,n={},o=window.Waypoint,r=window.onload;e.prototype.add=function(t){var e=t.options.horizontal?"horizontal":"vertical";this.waypoints[e][t.key]=t,this.refresh()},e.prototype.checkEmpty=function(){var t=this.Adapter.isEmptyObject(this.waypoints.horizontal),e=this.Adapter.isEmptyObject(this.waypoints.vertical),i=this.element==this.element.window;t&&e&&!i&&(this.adapter.off(".waypoints"),delete n[this.key])},e.prototype.createThrottledResizeHandler=function(){function t(){e.handleResize(),e.didResize=!1}var e=this;this.adapter.on("resize.waypoints",function(){e.didResize||(e.didResize=!0,o.requestAnimationFrame(t))})},e.prototype.createThrottledScrollHandler=function(){function t(){e.handleScroll(),e.didScroll=!1}var e=this;this.adapter.on("scroll.waypoints",function(){(!e.didScroll||o.isTouch)&&(e.didScroll=!0,o.requestAnimationFrame(t))})},e.prototype.handleResize=function(){o.Context.refreshAll()},e.prototype.handleScroll=function(){var t={},e={horizontal:{newScroll:this.adapter.scrollLeft(),oldScroll:this.oldScroll.x,forward:"right",backward:"left"},vertical:{newScroll:this.adapter.scrollTop(),oldScroll:this.oldScroll.y,forward:"down",backward:"up"}};for(var i in e){var n=e[i],o=n.newScroll>n.oldScroll,r=o?n.forward:n.backward;for(var s in this.waypoints[i]){var l=this.waypoints[i][s];if(null!==l.triggerPoint){var a=n.oldScroll<l.triggerPoint,h=n.newScroll>=l.triggerPoint,p=a&&h,u=!a&&!h;(p||u)&&(l.queueTrigger(r),t[l.group.id]=l.group)}}}for(var d in t)t[d].flushTriggers();this.oldScroll={x:e.horizontal.newScroll,y:e.vertical.newScroll}},e.prototype.innerHeight=function(){return this.element==this.element.window?o.viewportHeight():this.adapter.innerHeight()},e.prototype.remove=function(t){delete this.waypoints[t.axis][t.key],this.checkEmpty()},e.prototype.innerWidth=function(){return this.element==this.element.window?o.viewportWidth():this.adapter.innerWidth()},e.prototype.destroy=function(){var t=[];for(var e in this.waypoints)for(var i in this.waypoints[e])t.push(this.waypoints[e][i]);for(var n=0,o=t.length;o>n;n++)t[n].destroy()},e.prototype.refresh=function(){var t,e=this.element==this.element.window,i=e?void 0:this.adapter.offset(),n={};this.handleScroll(),t={horizontal:{contextOffset:e?0:i.left,contextScroll:e?0:this.oldScroll.x,contextDimension:this.innerWidth(),oldScroll:this.oldScroll.x,forward:"right",backward:"left",offsetProp:"left"},vertical:{contextOffset:e?0:i.top,contextScroll:e?0:this.oldScroll.y,contextDimension:this.innerHeight(),oldScroll:this.oldScroll.y,forward:"down",backward:"up",offsetProp:"top"}};for(var r in t){var s=t[r];for(var l in this.waypoints[r]){var a,h,p,u,d,f=this.waypoints[r][l],c=f.options.offset,w=f.triggerPoint,y=0,g=null==w;f.element!==f.element.window&&(y=f.adapter.offset()[s.offsetProp]),"function"==typeof c?c=c.apply(f):"string"==typeof c&&(c=parseFloat(c),f.options.offset.indexOf("%")>-1&&(c=Math.ceil(s.contextDimension*c/100))),a=s.contextScroll-s.contextOffset,f.triggerPoint=Math.floor(y+a-c),h=w<s.oldScroll,p=f.triggerPoint>=s.oldScroll,u=h&&p,d=!h&&!p,!g&&u?(f.queueTrigger(s.backward),n[f.group.id]=f.group):!g&&d?(f.queueTrigger(s.forward),n[f.group.id]=f.group):g&&s.oldScroll>=f.triggerPoint&&(f.queueTrigger(s.forward),n[f.group.id]=f.group)}}return o.requestAnimationFrame(function(){for(var t in n)n[t].flushTriggers()}),this},e.findOrCreateByElement=function(t){return e.findByElement(t)||new e(t)},e.refreshAll=function(){for(var t in n)n[t].refresh()},e.findByElement=function(t){return n[t.waypointContextKey]},window.onload=function(){r&&r(),e.refreshAll()},o.requestAnimationFrame=function(e){var i=window.requestAnimationFrame||window.mozRequestAnimationFrame||window.webkitRequestAnimationFrame||t;i.call(window,e)},o.Context=e}(),function(){"use strict";function t(t,e){return t.triggerPoint-e.triggerPoint}function e(t,e){return e.triggerPoint-t.triggerPoint}function i(t){this.name=t.name,this.axis=t.axis,this.id=this.name+"-"+this.axis,this.waypoints=[],this.clearTriggerQueues(),n[this.axis][this.name]=this}var n={vertical:{},horizontal:{}},o=window.Waypoint;i.prototype.add=function(t){this.waypoints.push(t)},i.prototype.clearTriggerQueues=function(){this.triggerQueues={up:[],down:[],left:[],right:[]}},i.prototype.flushTriggers=function(){for(var i in this.triggerQueues){var n=this.triggerQueues[i],o="up"===i||"left"===i;n.sort(o?e:t);for(var r=0,s=n.length;s>r;r+=1){var l=n[r];(l.options.continuous||r===n.length-1)&&l.trigger([i])}}this.clearTriggerQueues()},i.prototype.next=function(e){this.waypoints.sort(t);var i=o.Adapter.inArray(e,this.waypoints),n=i===this.waypoints.length-1;return n?null:this.waypoints[i+1]},i.prototype.previous=function(e){this.waypoints.sort(t);var i=o.Adapter.inArray(e,this.waypoints);return i?this.waypoints[i-1]:null},i.prototype.queueTrigger=function(t,e){this.triggerQueues[e].push(t)},i.prototype.remove=function(t){var e=o.Adapter.inArray(t,this.waypoints);e>-1&&this.waypoints.splice(e,1)},i.prototype.first=function(){return this.waypoints[0]},i.prototype.last=function(){return this.waypoints[this.waypoints.length-1]},i.findOrCreate=function(t){return n[t.axis][t.name]||new i(t)},o.Group=i}(),function(){"use strict";function t(t){return t===t.window}function e(e){return t(e)?e:e.defaultView}function i(t){this.element=t,this.handlers={}}var n=window.Waypoint;i.prototype.innerHeight=function(){var e=t(this.element);return e?this.element.innerHeight:this.element.clientHeight},i.prototype.innerWidth=function(){var e=t(this.element);return e?this.element.innerWidth:this.element.clientWidth},i.prototype.off=function(t,e){function i(t,e,i){for(var n=0,o=e.length-1;o>n;n++){var r=e[n];i&&i!==r||t.removeEventListener(r)}}var n=t.split("."),o=n[0],r=n[1],s=this.element;if(r&&this.handlers[r]&&o)i(s,this.handlers[r][o],e),this.handlers[r][o]=[];else if(o)for(var l in this.handlers)i(s,this.handlers[l][o]||[],e),this.handlers[l][o]=[];else if(r&&this.handlers[r]){for(var a in this.handlers[r])i(s,this.handlers[r][a],e);this.handlers[r]={}}},i.prototype.offset=function(){if(!this.element.ownerDocument)return null;var t=this.element.ownerDocument.documentElement,i=e(this.element.ownerDocument),n={top:0,left:0};return this.element.getBoundingClientRect&&(n=this.element.getBoundingClientRect()),{top:n.top+i.pageYOffset-t.clientTop,left:n.left+i.pageXOffset-t.clientLeft}},i.prototype.on=function(t,e){var i=t.split("."),n=i[0],o=i[1]||"__default",r=this.handlers[o]=this.handlers[o]||{},s=r[n]=r[n]||[];s.push(e),this.element.addEventListener(n,e)},i.prototype.outerHeight=function(e){var i,n=this.innerHeight();return e&&!t(this.element)&&(i=window.getComputedStyle(this.element),n+=parseInt(i.marginTop,10),n+=parseInt(i.marginBottom,10)),n},i.prototype.outerWidth=function(e){var i,n=this.innerWidth();return e&&!t(this.element)&&(i=window.getComputedStyle(this.element),n+=parseInt(i.marginLeft,10),n+=parseInt(i.marginRight,10)),n},i.prototype.scrollLeft=function(){var t=e(this.element);return t?t.pageXOffset:this.element.scrollLeft},i.prototype.scrollTop=function(){var t=e(this.element);return t?t.pageYOffset:this.element.scrollTop},i.extend=function(){function t(t,e){if("object"==typeof t&&"object"==typeof e)for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i]);return t}for(var e=Array.prototype.slice.call(arguments),i=1,n=e.length;n>i;i++)t(e[0],e[i]);return e[0]},i.inArray=function(t,e,i){return null==e?-1:e.indexOf(t,i)},i.isEmptyObject=function(t){for(var e in t)return!1;return!0},n.adapters.push({name:"noframework",Adapter:i}),n.Adapter=i}(); </script> <!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=G-KMPWYT6VG0"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-KMPWYT6VG0'); function GridAD(sc,po) { $.post('/adserve/fetch',{sc,po}).done(function(response) { GridHandler(response); }); } </script> </script> <meta property="og:image" content="https://cdn.sunlive.co.nz/images/sunlive/241128-EIMA4ADP6BB5VCWNTI7EZCTEDM.jpg"> <meta property="og:description" content="Designer hired for new multisport skatepark"> <meta property="article:published_time" content="2024-11-28T11:15:00+13:00"> </head> <body onload="startTime();"> <div id="blackout"></div> <div id="page"></div> <div id="pp-banner"></div> <div class="container" style="background-color: #eee; padding:10px 35px 0px 35px;"> <div id="lclk" style="width: 0px; height: 0px; position: absolute;"></div> <div id="rclk" style="width: 0px; height: 0px; position: absolute;"></div> <nav class="row navbar navbar-expand-lg navbar-dark bg-dark fixed-top" style="height: 40px;"> <div class="container" width="100%"> <a class="navbar-brand"><img src="/assets/images/sunmedialogo-sm.png" width=60% /></a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarResponsive" style="background-color: #333;"> <a href="/register.html" class="top-button">JOIN FREE</a> <button type="button" class="top-button" data-toggle="modal" data-target="#loginModal"> LOGIN </button> <ul class="navbar-nav ml-auto"> <li class="nav-item active"> <a class="nav-link" href="https://www.sunlive.co.nz" target="_blank">SunLive <span class="sr-only">(current)</span> </a> </li> <li class="nav-item"> <a class="nav-link" href="https://www.rotoruanow.co.nz" target="_blank">Rotorua Now</a> </li> <li class="nav-item"> <a class="nav-link" href="https://www.theweekendsun.co.nz" target="_blank">The Weekend Sun</a> </li> <li class="nav-item"> <a class="nav-link" href="https://www.coastandcountrynews.co.nz" target="_blank">Coast & Country News</a> </li> <li class="nav-item"> <a class="nav-link" href="https://www.buzzworthy.co.nz" target="_blank">Buzzworthy</a> </li> </ul> </div> </div> </nav> <div class="row"> <div class="lead-logo row"> <div class="col-2" style="margin-top:15px; margin-bottom:15px;" > <a href="/"><img src="/assets/images/sunlive-logo.png" alt="SunLive - The Bay's news first" title="SunLive - The Bay's news first" style="max-width: 250px;" border="0" /></a> </div> <div class="col-lg-2 col-md-0"> </div> <!-- Lead Banner --> <div class="col-lg-8 col-sm-12" style="margin-top:15px; margin-bottom:15px;" id="ld-bnr"> <script> if (screen && screen.width > 767) { GridAD('dt','ld-bnr'); } else { GridAD('mb','ld-bnr'); } </script> </div> <!-- /.Lead Banner --> </div> </div> <!-- time & social banner --> <div class="row"> <div class="col-sm-12 col-lg-12" style="background-color: #e5e5e5; margin: 0px 0px 10px 0px"> <div class="row"> <div class="col-lg-6 col-sm-12" id="txt" style="font-size: 10px; padding: 5px 0px 0px 7px"> </div> <div class="col-l ml-auto"> <a href="https://www.facebook.com/sunlivebop/" target="_blank"><img src="/assets/images/icon-facebook.png" /></a> <a href="https://www.instagram.com/sunlivenews/" target="_blank"><img src="/assets/images/icon-instagram.png" /></a> <a href="https://twitter.com/SunLive_NZ" target="_blank"><img src="/assets/images/icon-twitter.png" /></a> </div> </div> </div> </div> <!-- /.time & social banner --> <!-- Navigation SunLive --> <nav class="row navbar-sunlive navbar-expand-md navbar-light bg-light" style="padding: 0px;"> <div class="col-lg-12" style="padding: 0px; background-color: #fff;"> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive2" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarResponsive2" style="padding: 0px"> <ul class="navbar-nav nav-fill w-100" style="font-size: 14px; text-transform: uppercase; padding: 0px" > <li class="nav-item active"> <a class="nav-link" href="/" style="color: #333; border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #aaa; padding-right:0px; padding-left: 0px;"><img src="/assets/images/icon-home.png"> <span class="sr-only">(current)</span> </a> </li> <li class="nav-item"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #1977c6;">News</a> <ul class="dropdown-menu"> <li><a href="/news/1_1_news.html">Local News</a></li> <li><a href="/news/1_50_traffic-&amp;-crashes.html">Traffic &amp; Crashes</a></li> <li><a href="/news/1_40_local-elections.html">Elections</a></li> <li><a href="/news/1_53_weather.html">Weather</a></li> <li><a href="/news/1_2_politics.html">Politics</a></li> <li><a href="/news/1_3_council.html">Council</a></li> <li><a href="/news/1_4_business-and-markets.html">Business &amp; Markets</a></li> <li><a href="/news/1_5_health.html">Health</a></li> <li><a href="/news/1_60_coronavirus.html">Coronavirus</a></li> <li><a href="/news/1_6_environment.html">Environment</a></li> <li><a href="/news/1_7_motoring.html">Motoring</a></li> <li><a href="/news/1_8_marine.html">Marine</a></li> <li><a href="/news/1_9_technology.html">Technology</a></li> <li><a href="/news/1_10_property.html">Property</a></li> <li><a href="/news/1_11_rural.html">Rural</a></li> <li><a href="/news/1_15_education.html">Education</a></li> <li><a href="/news/1_37_crime.html">Crime</a></li> <li><a href="/news/1_39_entertainment.html">Entertainment</a></li> <li><a href="/news/6_34_funeral-notices.html">Funeral Notices</a></li> </ul> </li> <li class="nav-item"> <a class="dropdown-toggle" href="/news/1_50_traffic-&amp;-crashes.html" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #20d7ea;">Traffic &amp; Crashes</a> </li> <li class="nav-item"> <a class="dropdown-toggle" href="/news/1_12_city-life.html" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #ffa702;">City Life</a> </li> <li class="nav-item"> <a class="dropdown-toggle" href="/news/1_11_rural.html" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #6dc234;">Rural</a> </li> <li class="nav-item"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #e65139;">Sport</a> <ul class="dropdown-menu"> <li><a href="/news/1_43_sport.html">Sports News</a></li> <li><a href="/sports-events.html">Sports Events</a></li> </ul> </li> <li class="nav-item"> <a class="dropdown-toggle" data-toggle="dropdown" href="#" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #9c50d1;">Lifestyle</a> <ul class="dropdown-menu"> <li><a href="/competitions.html">Competitions</a></li> <li><a href="/gig-guide.html">Gig Guide</a></li> <li><a href="/horoscopes.html">Horoscopes</a></li> <li><a href="/news/3_23_music.html">Music</a></li> <li><a href="/whats-on.html">What&#039;s On</a></li> <li><a href="/videos/index.html">Video</a></li> </ul> </li> <li class="nav-item"> <a class="dropdown-toggle" href="/news/6_34_funeral-notices.html" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #777;">Funeral Notices</a> </li> <li class="nav-item"> <a class="dropdown-toggle" href="/blogs/index.html" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #777;">Blogs</a> </li> <li class="nav-item"> <a class="dropdown-toggle" href="/contact-us.html" style="border-style: solid; border-width: 0px 1px 3px 0px; border-right-color: #ddd; border-bottom-color: #aaa;">Contact</a> </li> <li class="nav-item"> <a class="dropdown-toggle" data-toggle="dropdown" href="#search" style="border-style: solid; border-width: 0px 0px 3px 0px; border-bottom-color: #aaa; padding-right:0px; padding-left: 0px;"><img src="/assets/images/icon-search.png" height=18px></a> <div class="dropdown-menu dropdown-menu-right" style="width:305px;padding:0;" aria-labelledby="search-dd-l"> <div class="dropdown-item"> <div class="input-group stylish-input-group"> <form action="/searchresults.html" method="GET" style="display:inline-flex;"> <input type="text" name="search" class="form-control" placeholder="Search" > <span class="input-group-addon"> <button class="btn" type="submit"> <img src="/assets/images/icon-search.png" height="18px" style="padding: 2px"> </button> </span> </form> </div> </div> </div> </li> </ul> </div> </div> </nav> <!-- /.Navigation SunLive --> <div class="row"> <div class="col-lg-8 col-md-12 col-sm-12"> <div class="generic-content row" style="margin-top: 16px;"> <div class="col-12" style="background-color: #FFFFFF;"> <div class="row" id="cbt-ad" style="padding: 15px;"> <script> if (screen && screen.width > 767) { GridAD('dt','cbt-ad'); } else { GridAD('mb','cbt-ad'); } </script> </div> <!--breadcrumb--> <div class="row navblock"> <div class="col-8"> <p> Posted: 11:15am Thu 28 Nov, 2024 | By Laura Smith - Local Democracy Reporter <div class="pp-donate-button"></div> </p> </div> <div class="col-4" id="sharethis"> <div class="sharethis-inline-share-buttons"></div> </div> </div> <!--Details--> <div class="details"> <h2>Designer hired for new multisport skatepark</h2> <figure><img src="https://cdn.sunlive.co.nz/images/sunlive/241128-EIMA4ADP6BB5VCWNTI7EZCTEDM.jpg" width="100%"></figure> <p><i>Leah and Wayne Temara with their son Dante at the Rotorua skate park. Photo / Andrew Warner</i></p> </div> <div class="row"> <div class="col-3 sky-ad" id="sky-ad"> <script> if (screen && screen.width > 767) { GridAD('dt','sky-ad'); } </script> </div> <div class="col-lg-9 col-sm-12 article-content" style="display: inline-block; overflow: hidden;"> <section data-test-ui="article-section-top-main"> <section data-test-ui="article-top-body"> <p></p> <p><strong>Plans to turn a hill of grass into a multisport skatepark are rolling forwards with concept designs on the way.</strong></p> <p><strong>The new skatepark has been about a decade in the making and those involved say a new skatepark would not only create a safe active space but boost the economy by attracting events.</strong></p> <p><a href="https://www.nzherald.co.nz/topic/rotorua-lakes-council/" target="_blank">Rotorua Lakes Council&nbsp;</a>this year agreed to contribute&nbsp;<a href="https://www.nzherald.co.nz/rotorua-daily-post/news/rotorua-lakes-council-long-term-plan-which-proposals-made-it-over-the-line/C3ZVWXHZHNHDXGANZKBW762EAU/" target="_blank">$650,000 in year three of the long-term plan towards a new skatepark at Kuirau Park</a>, which would give the Rotorua Action Sports Charitable Trust time to raise the rest of the funding for the project.</p> <p>The trust was formed last year to secure funding and it is working with the council.</p> </section> <section data-test-ui="article-bottom-body"> <p>Chairman Ryan Gray previously told&nbsp;<a href="https://www.nzherald.co.nz/author/laura-smith/" target="_blank"><i>Local Democracy Reporting</i></a>&nbsp;the entire action-sports community was &ldquo;thrilled the council listened&rdquo; to its pleas.</p> <p>Gray, and others from the trust, met with skatepark designer Acid NZ on Monday.</p> <p>&ldquo;The [trust] is stoked to be working with Acid NZ to design a modern, high-quality skatepark suitable for all skill levels including a street league style area, bowls and a dedicated roller-skating area for roller derby and other roller skate disciplines,&rdquo; Gray said.</p> <p>The Hamilton-based company designs and builds skateparks and has been involved in several recent skatepark projects including in&nbsp;<a href="https://www.nzherald.co.nz/bay-of-plenty-times/news/skate-park-at-gordon-spratt-reserve-in-papamoa-reopens-with-community-led-celebration/KTXDK35OKFCR7NHHZAYBNHHUUM/" target="_blank">P&#257;p&#257;moa</a>, Tairua, Cambridge and Te Awamutu.</p> <p>A design brief was provided to Acid and style and concept designs were expected in the New Year so the community could have their say.</p> <p>Gray said the trust&rsquo;s vision was for a safe space which encouraged more people to get active, build community, and enable Rotorua to&nbsp;<a href="https://www.nzherald.co.nz/rotorua-daily-post/news/rotorua-skateboarded-stoked-as-council-puts-funding-for-new-skatepark-in-long-term-plan/3ZLGW3QAWRB3VPUTBQM2AGM7II/" target="_blank">host major events and national competitions to &ldquo;encourage progression and boost economic activity in our city</a>&rdquo;.</p> <p><img alt="" src="https://cdn.sunlive.co.nz/images/sunlive/241128-M4WCX5PBNJFJVISE6MWXQGGEFY.jpg" style="width: 100%;"><em>The Rotorua Action Sports Charitable Trust, a council representative and skatepark designer and builder Acid NZ met on Monday. Photo / Supplied</em></p> <p>The geothermal activity at Kuirau Park would present challenges and the trust would be &ldquo;seeking support&rdquo; from an engineer before construction.</p> <p>&ldquo;However we are confident the positives of the site outweigh the challenges and a skatepark can be built that stands the test of time.&rdquo;</p> <p>Gray said the trust would continue talking with funders to reach the remaining $1.8 to $2.4 million needed before construction could begin.</p><div style="margin-top:15px; margin-bottom:15px; text-align: center;" id="ma-mrec"> <script> if (screen && screen.width > 767) { GridAD('dt','ma-mrec'); } else { GridAD('mb','ma-mrec'); } </script> </div> <p>Acid NZ owner-operator Anthony Leggett said he and the team were excited to partner with the trust to develop a &ldquo;modern, progressive skate space&rdquo;.</p> <p>&ldquo;It&rsquo;s been a long journey for the local Rotorua skaters, and it&rsquo;s really rad to see their dreams for a new park start to become a reality.&rdquo;</p> <p>The planned skatepark has had a rocky road to fruition with numerous starts and stops.</p> <p>Councillors heard passionate pleas to save the project from the action sports community and family of&nbsp;<a href="https://www.nzherald.co.nz/rotorua-daily-post/news/planned-skatepark-excluded-from-rotorua-lakes-council-draft-long-term-plan/GQFKL5VOGZHL3MOPHX3OIBVUUM/">late former councillor Charles Sturt, who advocated for the park&rsquo;s development.</a></p> <p>Last year&rsquo;s submitters described the city&rsquo;s existing skateparks as&nbsp;<a href="https://www.nzherald.co.nz/rotorua-daily-post/news/rotorua-lakes-council-draft-annual-plan-hearings-told-of-concerns-about-skate-parks-museum-cab/F3IOQEVO3BDNVJ7IBE3YR2TWSU/">sunken concrete &ldquo;death traps&rdquo;, with concrete rougher than an &ldquo;industrial cheese grater&rdquo;</a>. The council has said it maintains its facilities and removed deteriorated features.</p> <p>At submission hearings, 14-year-old competitive skateboarder Dante Temara highlighted to councillors the difference between the existing Rotorua facility and others he visited.</p> <p>The teen said a new park would help him progress and enhance his skills for competing overseas.</p> <p>Temara said he has to leave his hometown to find a smooth surface to train on and he hoped a new multisport facility would allow him to compete on home turf.</p> <p>One of New Zealand&rsquo;s top roller derby athletes, Layla Robinson, urged the council to go ahead with the project and<a href="https://www.nzherald.co.nz/rotorua-daily-post/news/rotorua-lakes-councils-long-term-plan-hearings-begin-with-skatepark-advocates/ERMSFHUSMZEQPJCWODCTS744M4/" target="_blank">&nbsp;explained how the sport allowed her to conquer long-running issues with drugs and alcohol.</a></p> <p>Existing roller facilities closed down over the years and the roller and artistic skating community now train in carparks.</p> <p>Conversations about a new multisport skatepark for the inner city began in 2015.</p> <p>The council pre-loaded the site, costing $94,000.</p> <p><i><b>Laura Smith is a Local Democracy Reporting journalist based at the Rotorua Daily Post. She previously reported general news for the Otago Daily Times and Southland Express, and has been a journalist since 2019.</b></i></p> </section><p><strong>LDR is local body journalism co-funded by RNZ and NZ On Air.</strong></p><p><strong><img alt="" src="https://cdn.sunlive.co.nz/images/sunlive/LDR-Logo.jpg?v=2" width="100%" style="width: 100%;"></strong></p></section> <div class="row" id="cbt2-ad" style="padding: 15px;"> <script> if (screen && screen.width > 767) { GridAD('dt','cbt2-ad'); } else { GridAD('mb','cbt2-ad'); } </script> </div> </div> </div> <!--breadcrumb--> <div class="navblock row"> <div class="social-link" id="sharethis"> <div class="sharethis-inline-share-buttons"></div> </div> </div> <!--Comment-box--> <section class="comment-box"> <!--Comment-Area--> <div class="comment-area"> <div class="title"><h1>1 comment</h1></div> <div class="comment-detail"> <h4>Hmmm </h4> <p>Posted on 28-11-2024 14:06 | By Let&#039;s get real</p> <p>I'm still not convinced that there is a possibility of providing a "safe active space" whilst working with an engineer to alleviate "The geothermal activity at Kuirau Park" when we remember what happened at White Island. <br/>There is absolutely no possibility of predicting the ongoing geothermal and volcanic activities in the country, with Rotorua being one of the most unstable areas in the country and Kuirau Park known to erupt on occasion. <br/>Just build it elsewhere... There's acres of rarely used land just up the road at the racecourse (if building houses in a perfect location is never going to be an option). Plenty of parking, great visibility to keep used safe and no pools of water that can Kill if entered. </p> </div> <hr/> </div> <!--Comment-Form--> <div class="comment-form"> <div class="title"> <h1>Leave a Comment</h1> </div> <br/> You must be logged in to make a comment. <button type="button" class="btn-sm" data-toggle="modal" data-target="#loginModal"> LOGIN </button> <script type="text/javascript"> var wdcnt; function wordcount(count) { document.getElementById('comment').value = count; var words = count.split(/\s/); if(document.getElementById('comment').value=="") { wdcnt = 0; } else { wdcnt = words.length; if(wdcnt>=150) { dcmt = document.getElementById('comment'); dcmt.value = dcmt.value.substring(0, count.length-1); } } var counter = document.getElementById('wordcount'); counter.innerHTML = wdcnt; return wdcnt; } function postComment() { $.post('/news/postcomment',$('#commentForm').serialize()).done(function(response) { GridHandler(response); }); } </script> </div> </section> </div> </div> </div> <!-- Sidebar --> <div class="sidebar col-4" style="margin: 0px; padding: 0px 0px 0px 10px;"> <!--this is the div enclosing the whole side bar--> <!-- MREC1 --> <div class="card" style="background-color: #fff; padding: 0px; margin-top: 15px;"> <div class="advert" id="mrec-1"> <script> if (screen && screen.width > 767) { GridAD('dt','mrec-1'); } </script> </div> </div> <!-- /.MREC1 --> <!-- Latest News --> <div class="card"> <ul class="nav nav-tabs"> <li class="nav-item"> <a class="nav-link active" style="margin: 0px; padding-top: 15px;" href="#"><h4>LATEST NEWS</h4></a> </li> </ul> <div class="container"> <!--SIDEBAR LATEST--> <p style="margin-bottom: 0px; color: #999;">29-Nov 08:30</p> <h5><a href="/news/355999-chiefs-to-play-in-pre-season-super-rugby-clash.html">Chiefs to play in pre-season Super Rugby clash</a></h5> <p style="margin-bottom: 0px; color: #999;">29-Nov 08:00</p> <h5><a href="/news/356002-why-waihi---s-mine-wants-to-keep-digging.html">Why Waihi’s mine wants to keep digging</a></h5> <p style="margin-bottom: 0px; color: #999;">29-Nov 07:30</p> <h5><a href="/news/355933-bay-of-plenty-rangers-going-to-japan.html">Bay of Plenty Rangers going to Japan</a></h5> <p style="margin-bottom: 0px; color: #999;">29-Nov 07:00</p> <h5><a href="/news/355972-rnzaf-firefighter-awarded-2024-aviator-of-the-year.html">RNZAF firefighter awarded 2024 Aviator of the Year</a></h5> <p style="margin-bottom: 0px; color: #999;">29-Nov 06:30</p> <h5><a href="/news/355957-kitchen-fire--pyes-p---good-local-set-to-reopen.html">Kitchen fire: Pyes Pā Good Local set to reopen</a></h5> <p style="margin-bottom: 0px; color: #999;">29-Nov 05:00</p> <h5><a href="/news/355942-you-are-a-hero--how-organ-donation-saved-a-life.html">&#039;You are a hero&#039;: How organ donation saved a life</a></h5> <p style="margin-bottom: 0px; color: #999;">28-Nov 20:00</p> <h5><a href="/news/355987-operation-nickel-update-----first-seven-days.html">Operation Nickel update – first seven days</a></h5> <p style="margin-bottom: 0px; color: #999;">28-Nov 19:00</p> <h5><a href="/news/355936-bill-to-allow-hair-salons-to-provide-beverages.html">Bill to allow hair salons to provide beverages</a></h5> <p style="margin-bottom: 0px; color: #999;">28-Nov 18:30</p> <h5><a href="/news/355996-arrests-made-in-tauranga-gang-funeral-operation.html">Arrests made in Tauranga gang funeral operation</a></h5> <p style="margin-bottom: 0px; color: #999;">28-Nov 18:00</p> <h5><a href="/news/355951-locals-oppose-proposed-reintegration-facility-move.html">Locals oppose proposed reintegration facility move</a></h5> <p style="margin-bottom: 0px; color: #999;">28-Nov 17:00</p> <h5><a href="/news/355927-baybus-ondemand-fares-to-rise-as-service-booms.html">Baybus OnDemand fares to rise as service booms</a></h5> <p style="margin-bottom: 0px; color: #999;">28-Nov 16:00</p> <h5><a href="/news/355960-fatal-crash--vehicle-may-have-crossed-centreline.html">Fatal crash: Vehicle may have crossed centreline</a></h5> <div class="pp-donate-button"></div> </div> </div> <!-- /.Latest News --> <!-- MREC2 --> <div class="container card" style="background-color: #fff; padding: 8px; margin-top: 15px;"> <div class="advert" id="mrec-2"> <script> if (screen && screen.width > 767) { GridAD('dt','mrec-2'); } </script> </div> </div> <!-- /.MREC2 --> <!-- Brians Nav --> <div class="col-12" style="margin: 20px 0px;"> <div class="row"> <div class="brians-nav w-49"> <h6><a href="/weather-and-tides.html">Weather & Tides</a></h6> </div> <div class="brians-nav w-49"> <h6><a href="/whats-on.html">What's On</a></h6> </div> </div> <div class="row"> <div class="brians-nav w-49"> <h6><a href="/news/6_34_funeral-notices.html">Funeral Notices</a></h6> </div> <div class="brians-nav w-49"> <h6><a href="/news/4_28_letters-to-the-editor.html">Letters</a></h6> </div> </div> <div class="row"> <div class="brians-nav w-49"> <h6><a href="/job-search.html">Job Search</a></h6> </div> <div class="brians-nav w-49"> <h6><a href="/blogs/index.html">Blogs</a></h6> </div> </div> </div> <!-- /. Brians Nav --> <!--ONEROOF--> <div class="card container" style="padding: 0px 10px"> <div class="container" style="height: 320px; background-color: #fff; margin: 20px 0px;">             <iframe id="Regionals_OneRoof" src="https://www.oneroof.co.nz/premium-property3?carousel=81" width="300" height="320" frameborder="0" scrolling="no"></iframe>            </div> </div> <!--/. ONEROOF--> <!--Competitions--> <div class="card container" style="padding: 0px 10px"> <h3>COMPETITIONS</h3> <hr style="border-bottom-width: 1px; border-color: #f77937; margin-top: 0px; margin-bottom: 10px;"> <div class="container" style="height: 150px; background-color: #eee; margin-bottom: 20px"> <p><a href="/competitions.html"><img src="/assets/images/competitions.jpg" border="0"></a></p> </div> </div> <!--/. Competitions--> <!-- MREC3 --> <div class="container card" style="background-color: #fff; padding: 8px; margin-top: 15px;"> <div class="advert" id="mrec-3"> <script> if (screen && screen.width > 767) { GridAD('dt','mrec-3'); } </script> </div> </div> <!-- /.MREC3 --> <!--Opinion Poll--> <div class="card container" style="padding: 0px 20px; margin: 20px 0px;"> <h3>OPINION POLL</h3> <hr style="border-bottom-width: 1px; border-color: #f77937; margin-top: 0px; margin-bottom: 20px;"> <div class="panel-body" style="padding-bottom: 20px;"> <p class="poll"><h4>Where do you get your news from most?</h4></p> <span id="pollArea"> <form name="pollForm" id="pollForm" autocomplete="off" onSubmit="return false;"> <input type="hidden" name="pid" value="1444"> <table style="width: 280px; margin-bottom: 5px;"> <tr><td valign="top"><input type="radio" name="pollanswer" id="answer_1" value="1" style="margin: 5px 5px 0px 0px;"></td><td>Newspaper</td></tr> <tr><td colspan="2" style="border-bottom:1px solid #eeeded;"></td></tr><tr><td valign="top"><input type="radio" name="pollanswer" id="answer_2" value="2" style="margin: 5px 5px 0px 0px;"></td><td>News websites</td></tr> <tr><td colspan="2" style="border-bottom:1px solid #eeeded;"></td></tr><tr><td valign="top"><input type="radio" name="pollanswer" id="answer_3" value="3" style="margin: 5px 5px 0px 0px;"></td><td>Social media</td></tr> <tr><td colspan="2" style="border-bottom:1px solid #eeeded;"></td></tr><tr><td valign="top"><input type="radio" name="pollanswer" id="answer_4" value="4" style="margin: 5px 5px 0px 0px;"></td><td>Other</td></tr> <tr><td colspan="2" style="border-bottom:1px solid #eeeded;"></td></tr> </table> </form> <br/> <button class="poll-button" onClick="voteInPoll();">VOTE</button> </span> <button class="poll-button" onClick="document.location.href='/pollresults.html';">VIEW RESULTS</button> </div> </div> <!--/. Opinion Poll--> </div> <!-- /.Sidebar --> </div> <br/> </div> <!-- Footer --> <footer class="py-5 bg-dark"> <div class="container"> <div class="row"> <div class="col-12" style="text-align: center; padding: 0; margin: 0;"> <div class="pp-donate-button"></div> <li class="footer-nav-item"> <a class="nav-link" href="/news/1_1_news.html">Local</a> </li> <li class="footer-nav-item"> <a class="nav-link" href="/news/1_50-traffic-and-crashes.html">Traffic & Crashes</a> </li> <li class="footer-nav-item"> <a class="nav-link" href="/news/2_sport.html">Sport</a> </li> <li class="footer-nav-item"> <a class="nav-link" href="/news/3_lifestyle.html">Lifestyle</a> </li> <li class="footer-nav-item"> <a class="nav-link" href="/news/1_3_council.html">Council</a> </li> <li class="footer-nav-item"> <a class="nav-link" href="/blogs/index.html">Blogs</a> </li> <li class="footer-nav-item"> <a class="nav-link" href="/contact-us.html">Contact</a> </li> </div> </div> <hr style="border-color: #fff" /> <div class="row"> <div class="col-6" style="text-align: left;"> <p style="color: #eee">Copyright &copy; Sun Media Ltd 2024. <br>SunLive - a Sun Media Publication</p> </div> <div class="col-6" style="text-align: right; padding-right: 10px"> <p><a href="#top" style="color: #eee">Back to top</a></p> </div> </div> </div> </footer> <div class="modal fade" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="loginModalLabel" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="loginModalLabel">Log In</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <form name="loginForm" id="loginForm" autocomplete="off" onSubmit="return false;"> <div class="form-group"><label>Email:</label><input type="text" name="email" class="form-control"></div> <div class="form-group"><label>Password:</label><input type="password" name="password" class="form-control"></div> </form> </div> <div class="modal-footer"> <button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button> <button type="button" class="btn btn-warning" onClick="goLogin();">Login</button> <div class="row"> <div class="col-12" style="font-size: 11px;"> Not registered? <a class="link" href="/register.html">Register Now</a> | Forgot Password? <a class="link" href="/forgot-password.html">Reset It Now</a> </div> </div> </div> </div> </div> </div> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WQSNPQK" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> function goLogin(){ $.post('/login',$('#loginForm').serialize()).done(function(response) { GridHandler(response); }); } </script> <script> function startTime() { var today = new Date(); var h = today.getHours(); var m = today.getMinutes(); var s = today.getSeconds(); var day = today.getDay(); var d = today.getDate(); var mo = today.getMonth(); var y = today.getFullYear(); var months = ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]; var days = ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]; m = checkTime(m); s = checkTime(s); document.getElementById('txt').innerHTML = h + ":" + m + ":" + s + "&nbsp;" + days[today.getDay()] + "&nbsp;" + d + "&nbsp;" + months[today.getMonth()] + "&nbsp;" + y var t = setTimeout(startTime, 500); } function checkTime(i) { if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10 return i; } function resizeMe() { if($(window).width()<770) { var asp = document.getElementById('tas'); if(asp!=null) { var b = document.getElementById('tas'); b.parentNode.removeChild(b) } } } function voteInPoll() { $.post('/poll/vote',$('#pollForm').serialize()).done(function(response) { GridHandler(response); }); } </script> <script type="text/javascript"> $(document).ready(function() { $('#goodwork .goodwork').bxSlider({ auto:true, pause: 8000, mode:'fade', pager: false, speed:1000, autoHover: true, touchEnabled: true, controls: false }); }); </script> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-10384727-1', 'sunlive.co.nz'); ga('require', 'displayfeatures'); ga('send', 'pageview'); </script> <script> function flipCard() { var card1 = document.querySelector('.adx1'); var card2 = document.querySelector('.adx2'); card1.classList.toggle('is-flipped'); card2.classList.toggle('is-flipped'); setTimeout("flipCard()",10000); } 'use strict'; if (typeof Map === 'function') { //setTimeout("flipCard()",10000); } </script> <script type="text/JavaScript"> !function(t,n){t[n]=t[n]|| { nlsQ:function(e,o,c,r,s,i) { return s=t.document, r=s.createElement("script"), r.async=1, r.src=("http:"===t.location.protocol?"http:":"https:")+"//cdn-gl.imrworldwide.com/conf/"+e+".js#name="+o+"&ns="+n, i=s.getElementsByTagName("script")[0], i.parentNode.insertBefore(r,i), t[n][o]=t[n][o]||{g:c||{}, ggPM:function(e,c,r,s,i){(t[n][o].q=t[n][o].q||[]).push([e,c,r,s,i])} }, t[n][o] } } } (window,"NOLBUNDLE"); </script> <script type="text/JavaScript"> var nSdkInstance = NOLBUNDLE.nlsQ("P97CD5BD2-E63D-407B-9B8C-4EA4DDDD7765","SunLive"); </script> <!-- START Nielsen Online SiteCensus V6.0 --> <!-- COPYRIGHT 2012 Nielsen Online --> <script type="text/javascript" src="//secure-gl.imrworldwide.com/v60.js"></script> <script type="text/javascript"> var pvar = { cid: "nz-sunmedia", content: "0", server: "secure-gl" }; var trac = nol_t(pvar); trac.record().post(); </script> <noscript> <div> <img src="//secure-gl.imrworldwide.com/cgi-bin/m?ci=nz-sunmedia&amp;cg=0&amp;cc=1&amp;ts=noscript" width="1" height="1" alt="" /> </div> </noscript> <!-- /9777248/SunLive-Skins--> <div id='div-gpt-ad-2430518-2' style='height:1px; width:1px;'> <script> googletag.cmd.push(function() { googletag.display('div-gpt-ad-2430518-2'); }); </script> </div> <script> var staticMetadataObject = { type: "static", assetid: "/news/355921-designer-hired-for-new-multisport-skatepark.html", section: "SunLive - Other" }; </script> <script type="text/JavaScript"> nSdkInstance.ggPM("staticstart",staticMetadataObject); </script> </body> </html>

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