﻿function EmbedSilverlightControl(p_src,p_host,p_id,p_width,p_height)
{
	var scene = new logos.Logos();
	Silverlight.createObjectEx({
		source: p_src,
		parentElement: document.getElementById(p_host),
		id: p_id,
		properties: {
			width: p_width,
			height: p_height,
			version: "1.0"
		},
		events: {
			onLoad: Silverlight.createDelegate(scene, scene.handleLoad)
		}
	});
}

function EmbedSoapVideo(vars, height, width){
	document.write('<embed flashvars="'+vars+'" width="'+width+'" height="'+height+'" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" quality="high" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://macromedia.com/go/getflashplayer">')
}
