function embed_lsl(__mixID) {
    document.write(make_lsl_embed_code(__mixID));
}

function make_lsl_embed_code(__mixID) {
    return('<embed src="http://site.livestrongstore.org/loader_livestronglive.swf?ID='+__mixID+'" quality="high" bgcolor="#000000" width="400" height="225" name="livestronglive" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
}