var _file = gid('psimg').getAttribute('src');
var _image = gid('vdata').getAttribute('title');
var _ltascc = gid('vdata').innerHTML;
var pu = false;
var sc = false;

if(_file.match(/^http:\/\/www.pink-unicorns.com/)) pu = true;
if(_file.match(/^http:\/\/www.soccerclips.net/)) sc = true;

if(pu || sc) {
	_type = "video";
	_skin = (sc) ? "/static/swf/skin_embed.swf" : "";
	_plr = (sc) ? "/static/swf/player5.swf" : "http://www.pink-unicorns.com/static/swf/player5.swf";
	//_plr = (sc) ? "/static/swf/player5.swf" : "http://www.pink-unicorns.com/static/swf/player.swf";
}
else {
	_type = "youtube";
	_skin = "/static/swf/skin_embed.swf";
	_plr = (_file.match(/youtube/))
		? "/static/swf/player5.swf"
		: _file;
}

var flashvars = {
	width: "606",
	height: "370",
	skin: _skin,
	file: _file,
	image: _image,
	plugins: "ltas",
	"ltas.cc": _ltascc,
	type: _type
};

var params = {
	allowfullscreen: "true",
	wmode: "transparent",
	allowscriptaccess: "always",
	bgcolor: "#000000"
};

var attributes = {
	id: "longtail",
	name: "longtail"
};

swfobject.embedSWF(_plr, "playerspace", "606", "370", "9.0.0", "/static/swf/expressInstall.swf", flashvars, params, attributes);
