/*
 Theme Name:   Ultra Child
 Theme URI:    --
 Description:  Ultra Child Theme
 Author:       Ryan Breuer
 Author URI:   --
 Template:     ultra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, accessibility-ready
 Text Domain:  ultra-child
*/

console.log("Hello");

<script>
    var x = document.getsElementsByClassName("email");
	console.log("Hello2");
	console.log(x[0].href);
    x[0].href= "https://www.google.com.au/maps/place/Bullcreek+Tennis+Club/"; 
</script>