"use strict"; document.addEventListener('scroll', initGTMOnEvent); document.addEventListener('mousemove', initGTMOnEvent); document.addEventListener('touchstart', initGTMOnEvent); function initGTMOnEvent(event) { initGTM(); event.currentTarget.removeEventListener(event.type, initGTMOnEvent); // remove the event listener that got triggered } function initGTM() { if (window.gtmDidInit) { return false; } window.gtmDidInit = true; // flag to ensure script does not get added to DOM more than once. const script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; script.onload = () => { dataLayer.push({ event: 'gtm.js', 'gtm.start': new Date().getTime(), 'gtm.uniqueEventId': 0 }); }; // this part ensures PageViews is always tracked script.src = 'https://www.googletagmanager.com/gtm.js?id=GTM-WDW6WGL'; document.head.appendChild(script); } Listing Rule 5.16 and Exploration Target Clarification - Australian Vanadium Limited

Listing Rule 5.16 and Exploration Target Clarification

Yellow Rock Resources Limited (“the Company”) provides the following clarification under Listing rule 5.16 in relation to the Concept Study announced on Monday 15 September 2014 for the Gabanintha Vanadium Project and the Exploration Target included in the Investor Presentation announced on Tuesday 16 September 2014.

Listing Rule Clarification View PDF (365KB)
Scroll to Top