Embedding a Website in your Website

I just discovered a fantastic tool for embedding websites within your own site. If you want to have a live feed to a blog or a particular page on the web, you can have it fed directly into your site. Using the tag

<div align="left"><iframe src=http://yoururl.com width="840" height="600"></iframe></div>
and replacing "yoururl.com" with the site you want to embed, you can post it anywhere. Hit "Read More" for an example.

Ok, so my site isn't as wide as this particular feed, but you get the idea