
function initializeFeature()
{
	if (swfobject.hasFlashPlayerVersion("5.0.0"))
	{
		flashFtr = "http://espanol2.victoriassecret.com/enes/sdwww2/wishesgranted/wishlist_contest_landing.swf";
		flashXml = "http://espanol2.victoriassecret.com/enes/sdwww2/wishesgranted/wishlist_contest_landing.xml";
		var flashVars = { applicationURL:flashFtr, rootURL:"", XMLFile:flashXml, debugging:"0" };
		var flashProps = { minWidth:"948", minHeight:"507", maxWidth:"948", maxHeight:"507", center:true };
		var params = { allowScriptAccess:"always", quality:"best", wmode:"transparent" };
		var attributes = { id:"sweepsFeature", bgcolor:"#FFFFFF"};
		var useSwfFit = false;	
		// create the SWFEngine			
		var engine = new SWFEngine(flashFtr, "sweepsFeature", "5.0.0", "http://www2.victoriassecret.com/html/includes/flash/expressinstall.swf", flashProps, flashVars, params, attributes, useSwfFit);			
	}
	else
	{
		document.getElementById('sweepsFeature').src = "http://espanol2.victoriassecret.com/enes/sdwww2/wishesgranted/ftr.jpg";
		document.getElementById("sweepsFeature").useMap = "#ftrMap";
	}
}