this is a handy table/small box you can throw on your page anywhere you want. I use it on my site as a news box
<TABLE WIDTH=150><TR><TD ALIGN=CENTER>
</TD></TR>
<TR><TD ALIGN=right>
<IFRAME src="http://yoursite.keenspace.com/thesiteyouwanttoshowupinthebox.html" width="97%" Height="150"></IFRAME>
</TD></TR></TABLE><BR>
--Insert whatever table width/table height you want
--type the addy of the page you want to appear inside the box. for instance, on my site it appears as <IFRAME src="http://glg.keenspace.com/news.html"></IFRAME>