How to Embed your publication into your web site
If you want people to think that you are hosting the publication, put it in a frame like the one below. Copy and paste the code into your html page.
   
  

<html>
<head>
<title>Window titletitle>
head>
<frameset cols = "*">
<frame src ="publication url" />
frameset>
html>