function inlineFlashPreview(el, res, flp,version,fod) {
    new Insertion.Before(el, '<span class="inlineFlash"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="13" height="13" allowNetworking="all"> <param name="wmode" value="transparent"> <param name="allowScriptAccess" value="always" /><param name="FlashVars" value="autostart=true&resourceID='+res+'&flp='+(flp?'true':'false')+'' + (fod ? '&FOD=1' : '') + ' " />  <param name="movie" value="http://static.last.fm/webclient/inline/'+version+'/inlinePlayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed wmode="transparent" src="http://static.last.fm/webclient/inline/'+version+'/inlinePlayer.swf" quality="high" FlashVars="autostart=true&resourceID='+res+'&flp='+(flp?'true':'false')+'' + (fod ? '&FOD=1' : '') + '" bgcolor="#ffffff" width="13" height="13" name="inlinePlayer" allowNetworking="all" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> </object></span>');
    el.parentNode.removeChild(el);
}

