/* Used in index, contact_us , onlineAdmissions etc */ window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-895FTVT23R'); var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UAA-20375330-1']); _gaq.push(['_trackPageview']); (function () { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); $(document).ready(function () { try { $("a").css("color", "lightsalmon"); $("a").hover(function () { $(this).css("color", "lightgreen"); }, function () { $(this).css("color", "lightsalmon"); }); if (document.getElementById("404Btn")) { document.getElementById("404Btn").onclick = function () { window.close(); }; } } catch (err) { alert("Script Error: " + err); document.getElementById('uploadingDiv').style.display = "none"; return false; // To avoid actual submission of the form } });