url_get_domain();
Returns: string
You can use this to get the domain where your HTML5 game is being played.
dom_name=url_get_domain();
This will store the domain of your game in the variable "dom_name".