<!--
	var swfNameBird = "birdhouse";
	var swfPathBird = getImageURL() + "store/category/homepage/2009/_constant/holiday/birdhouse.swf";
	var attributesBird = { id: "birdhouse", name: "birdhouse" };
	
	var strPreviouslyViewed;
	var swfViewedCookie = readCookie(swfNameBird + "Viewed");
	if (swfViewedCookie != null){ strPreviouslyViewed = swfViewedCookie; } else { createCookie(swfNameBird + "Viewed",1); };

	var expInst;
	var params = { quality: "high", scale: "noscale", wmode: "transparent", allowscriptaccess: "always", bgcolor: "#2b1e13" };
	var flashvars = { imgPath: getImageURL() + "store/category/homepage/2009/_constant/holiday/", imageURL: getImageURL(), storeURL: getStoreURL(), contentURL: getContentURL(), viewed: strPreviouslyViewed };

	swfobject.embedSWF(swfPathBird, "birdhouse", "190", "111", "10", expInst, flashvars, params, attributesBird);
//-->