function openMusicWindow() {
	ref = document.referrer.replace(/[<>]/g, '');
	if (ref.indexOf("goldenyasmin") == -1) {
		s=""+document.location;
		if (s.indexOf("?") < 0) {
			window.open('m1.htm','music','width=130,height=40');
		}
	}
}
function addFavorite(){
	window.external.addFavorite( window.location.href, window.document.title );
	return true;
}
