if (!parent.frames.length)
{
    document.writeln('<html><head><title>McDonald\'s Corporation</title></head>');
    document.writeln('<frameset framespacing="0" frameborder="0" BORDER="0" rows="100%,0">');;
    document.writeln('<frame src="" name=main target=main>');
    document.writeln('<frame SRC="/sound/" name="sound" NORESIZE SCROLLING="no" MARGINWIDTH="0" MARGINHEIGHT="0" target="_top">');	
    document.writeln('</frameset>');
    document.writeln('<noframes><body><p>McDonald\'s Corporation. You have to use a browser capable of displaying frames to view it.</p></body></noframes>')	
	document.writeln('</html>');
    top.frames[0].location=window.location;
}
