<!--framecheck----------------------

window.defaultStatus="Merry Christmas!";
if (window.name != 'main' && window.name != 'middle')
{
if (window.name != 'top')
                {
                PM=confirm("This page is a part of Winter Wonderland, a site with frames.\n"+ "Click OK to surf to the complete site.");
                if (PM==true){location.href='http://www.erikaweb.com/xmas/'};
		}
        }

//--end framecheck-->