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