/* SMS services */
function ss_changeRegion(service, regionId, urlKey)
{
	hrefString = '/user/srv/' + service + '/country/' + regionId;
	if (urlKey) {
		hrefString += '/song/' + urlKey;
	}
	document.location.href = hrefString;
}