Contact Us

Address

Directorate of Animal Husbandary & Veterinary Services,
Office No.401, 4th Floor, and 502 and 504,5th Floor,
"SPACES" Building, Patto, Panaji Goa - 403 001

Phone: 0832-2437245
Fax: 0832-2437244.
Email-id: dir-ahvs.goa@nic.in.

let tickerRunning = true; function toggleTicker() { const ticker = document.querySelector(".spt-posts-ticker"); if (!ticker) return; if (tickerRunning) { ticker.style.animationPlayState = "paused"; } else { ticker.style.animationPlayState = "running"; } tickerRunning = !tickerRunning; }
Scroll to Top