bgneal@45: <html xmlns="http://www.w3.org/1999/xhtml">
bgneal@45: <head>
bgneal@45: <title>blank_page</title>
bgneal@45: <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
bgneal@45: <link href="css/blank.css" rel="stylesheet" type="text/css" />
bgneal@45: <script type="text/javascript">
bgneal@45: function init() {
bgneal@45: 	if (parent.tinymce.isIE)
bgneal@45: 		document.body.contentEditable = true;
bgneal@45: 	else
bgneal@45: 		document.designMode = 'on';
bgneal@45: 
bgneal@45: 	parent.initIframe(document);
bgneal@45: 	window.focus();
bgneal@45: }
bgneal@45: </script>
bgneal@45: </head>
bgneal@45: <body onload="init();">
bgneal@45: 
bgneal@45: </body>
bgneal@45: </html>