function soundframe(siteurl) {
	if (self.location.href == top.location.href) {
		window.location.href = siteurl+'/index.html';
	}
}
