// Richard's new Flash podcast player...

function flashpod(MP3) {
var thefile9 = MP3;
document.write('<div><object type="application/x-shockwave-flash" data="http://webcast.bodybuilding.com/fitshow/bodyspace/audio/player.swf" id="audioplayer1" height="24" width="185"><param name="movie" value="http://webcast.bodybuilding.com/fitshow/bodyspace/audio/player.swf"><param name="FlashVars" value="playerID=1&amp;soundFile=' + thefile9 + '"><param name="quality" value="high"><param name="menu" value="false"><param name="wmode" value="transparent"></object>');
document.write('</div>');
}

// Richard's Justin.TV player...

function justin() {
document.write('<div><object type="application/x-shockwave-flash" height="270" width="320" id="jtv_player_flash" data="http://www.justin.tv/widgets/jtv_player.swf"><param name="allowFullScreen" value="true" /><param name="movie" value="http://www.justin.tv/widgets/jtv_player.swf" /><param name="flashvars" value="channel=bbcom&auto_play=true&start_volume=20" /></object>');
document.write('</div>');
}

// BodySpace flash video player - content from YouTube - for Skippy.

function invokeBS(URL) {
var thefile6 = URL;
document.write('<div style="padding: 0px 0px 0px 0px;"><object width="380" height="300"><param name="movie" value="' + thefile6 + '&autoplay=1"><embed src="' + thefile6 + '&autoplay=1" type="application/x-shockwave-flash" width="380" height="300"></embed></object>');
document.write('</div>');
}

