function createCurrent() {
var s4 = new SWFObject('http://www.thornvillechurch.com/tools/media/player.swf','current_message','174','151','8');
s4.addParam('allowscriptaccess','sameDomain');
s4.addVariable('file','http://www.thornvillechurch.com/sermons/Living-in-the-Shadow-of-the-Cross/playlist.php');
s4.addVariable('skin','http://www.thornvillechurch.com/tools/media/skins/simple.swf');
s4.addVariable('autostart','false');
s4.addVariable('showdownload','true');
s4.addVariable('displayclick','play');
s4.addVariable('stretching','uniform');
s4.addVariable('wmode','opaque');
s4.write('current_message');
};