**SPECIAL NOTE TO YOU-TUBE USERS**
You-Tube has slightly altered the way they procuce the "share" code for your
video's since we built DWBTV.
As a consequence, you need to remove a small portion of the "Embed" code to make
your video look right on DWBTV.
Once you have added your video to your post as instructed in our how to video,
you need to remove both sets of <param></param> tags, as well as the [youtube]
and [/youtube] tags.
So instead of this:
[align=center][youtube]<object width="425" height="350"><param></param><param></param><embed
src="http://www.youtube.com/v/DchkFPHEFiY" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350"></embed></object>[/youtube][/align]
Your code should look like this:
[align=center]<object width="425" height="350"><embed src="http://www.youtube.com/v/DchkFPHEFiY"
type="application/x-shockwave-flash" wmode="transparent" width="425"
height="350"></embed></object>[/align]