Brown & Hurley
Our Journey Through History
Explore the rich history of Brown & Hurley from its founding after World War II to its current position as an industry leader.
The Beginning
Alan Brown and Jack Hurley, both returned servicemen from World War II, established Brown & Hurley in Kyogle, NSW.
With a shared vision and £500 each, they started a small automotive repair shop that would eventually grow into one of Australia's most respected truck dealerships.
"We started with nothing but our hands and our determination. We never imagined how far we would go." - Alan Brown
Kenworth Partnership
Brown & Hurley became one of the first Kenworth dealers in Australia, beginning a partnership that continues to this day.
This strategic partnership with Kenworth positioned Brown & Hurley at the forefront of the heavy vehicle industry in Australia, setting the foundation for decades of growth.
Regional Expansion
The company opened its second dealership in Rockhampton, Queensland, marking the beginning of regional expansion.
This strategic move allowed Brown & Hurley to better serve the growing transport industry across Queensland and northern New South Wales.
Second Generation Leadership
Jim Hurley and Doug Brown, sons of the founders, took over leadership of the company.
The second generation continued the legacy of excellence while bringing fresh perspectives to the business. Under their guidance, Brown & Hurley expanded its network and strengthened its market position.
Agricultural Division Launch
Brown & Hurley expanded into the agricultural sector, establishing a dedicated division to serve farming communities.
Recognizing the importance of agriculture to the Australian economy, the company diversified its offerings to include specialized equipment and services for farmers and agricultural businesses.
Technology Integration
Brown & Hurley embraced digital transformation, implementing computerized inventory and service management systems.
This forward-thinking approach to technology allowed the company to improve efficiency, customer service, and maintain its competitive edge in a rapidly evolving industry.
Third Generation Leadership
The third generation of the Brown and Hurley families took key positions in the company, bringing new ideas while honoring traditions.
This transition ensured the company's family values and commitment to excellence would continue into the future, while adapting to modern business challenges and opportunities.
Modern Expansion
Despite global challenges, Brown & Hurley continued to grow with new facilities and expanded service offerings.
The company demonstrated remarkable resilience during the COVID-19 pandemic, adapting operations to ensure continued support for essential transport industries while prioritizing safety.
Looking to the Future
Today, Brown & Hurley stands as a testament to Australian entrepreneurship, with multiple dealerships across Queensland and New South Wales.
With a focus on sustainability, innovation, and customer service, Brown & Hurley continues to evolve while staying true to the values established by its founders over 75 years ago.
document.addEventListener('DOMContentLoaded', function() { const timelineItems = document.querySelectorAll('.timeline-item'); const eraButtons = document.querySelectorAll('.era-button'); // Function to activate a timeline item function activateItem(item) { // Deactivate all items first timelineItems.forEach(i => i.classList.remove('active')); // Activate the clicked item item.classList.add('active'); // Smooth scroll to the item const yOffset = -100; const y = item.getBoundingClientRect().top + window.pageYOffset + yOffset; window.scrollTo({top: y, behavior: 'smooth'}); } // Add click event to timeline items timelineItems.forEach(item => { item.addEventListener('click', function() { activateItem(this); }); }); // Filter by era eraButtons.forEach(button => { button.addEventListener('click', function() { const era = this.getAttribute('data-era'); // Update active button eraButtons.forEach(b => b.classList.remove('active')); this.classList.add('active'); // Filter timeline items timelineItems.forEach(item => { if (item.getAttribute('data-era') === era) { item.style.display = 'block'; } else { item.style.display = 'none'; } }); // If no era is selected (or "all" is selected), show all items if (!era) { timelineItems.forEach(item => { item.style.display = 'block'; }); } // Activate the first visible item const visibleItems = document.querySelectorAll(`.timeline-item[data-era="${era}"]`); if (visibleItems.length > 0) { activateItem(visibleItems[0]); } }); }); // Activate the first item by default if (timelineItems.length > 0) { activateItem(timelineItems[0]); } }); (function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'93bdfb2b97f5d710',t:'MTc0NjU5MjIxNy4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();