This area was created to test how CMS will handle a third-party content push.
Layout with tables to allow side-by-side content messes up the style sheet. Don't try to do it. (A work around *might* be to use a master column>two column set up.) The current layout holds up under FF and IE6.
Sample using embedded and customized scripts:
The original You Tube embed code was resized to make a proportional thumbnail.
Margin (t r b l) set to 20px in the <script> and <noscript> embed code.
The scripts took some time and fiddling. The inspiration came from a site using Joomla --- an open-source CMS product with a lot of Scandinavian devotees.
This clip lasts 5:37.
Here's the code:
<script language="Javascript"> function writethis(what) { document.write(what); } </script>
This sample uses only the code You Tube provides when you want to embed video on a page. It looks and acts like the first one with less code to customize.