
//ドメインを返す
function getDomain()
{
	return "http://"+document.domain;
}