<!--
var ThisDomain='warcofalvofuneralhome.com';
var RightPage='bottom.html';
var WrongPage='bottom-silent.html';
var URL1='http://www.' + ThisDomain + '/' + WrongPage;
var URL2='http://' + ThisDomain + '/' + WrongPage;
var FrameFileName=window.parent.frames["music"].document.location;
if (FrameFileName == URL1 || FrameFileName == URL2) {
	parent.music.location=RightPage;
	}
//-->
