var flashvars = 
{
    ecard: ecard,
    deeplink: deeplink,
    mainXml: 'flash_asset/xml/main.xml',
    gateway: 'services/gateway.php'
};
var params = 
{
    quality: "BEST",
    allowFullScreen: "true",
    allowscriptaccess: "always"
};
var attributes = 
{
    id: 'flashObject'
};

swfobject.embedSWF("Main.swf?3", "flashReplace", "100%", "100%", "10", false, flashvars, params, attributes);

if (swfmacmousewheel) 
{
    swfmacmousewheel.registerObject(attributes.id);
}


FB.init({});

function share(url)
{
	var share = {
	   method: 'stream.share',
	   u: url
	 };
	FB.ui(share);
}

function messageCompleted()
{
	//floodlight-Tag
	var axel = Math.random() * 10000000000000;
    var floodlightTagUrl = "http://fls.doubleclick.net/activityi;src=2589985;type=confi679;cat=absch212;ord=" + axel + "?";
    var floodlightTag = document.getElementById("floodlightTag");
    if (floodlightTag)
    {
		floodlightTag.innerHTML = '<iframe src="' + floodlightTagUrl + '" width="1" height="1" frameborder="0"></iframe>';
    }
	
	//spotlight-Tag
	var spotlightTag = new Image();
	spotlightTag.src = "http://www.roitracking.net/1_lead.gif?sid=" + sid + "&kdnr=1404";
}
