<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 3</title>
<script type="text/javascript">
function autofitIframe(id){
if (!window.opera && !document.mimeType && document.all && document.getElementById){
parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
parent.document.getElementById(id).style.width=this.document.body.offsetWidth+"px";
}
else if(document.getElementById) {
parent.document.getElementById(id).style.height=this.document.body.offsetHeight+"px";
parent.document.getElementById(id).style.width=this.document.body.offsetWidth+"px";
}
}
</script>
</head>
<body>
<iframe frameborder="0" style="border:0;" id="myframe1" name="myframe1" src="[URL unfurl="true"]http://www.google.com"[/URL] onload="autofitIframe('myframe1');"></iframe>
</body>
</html>