// Hide these elements until the flash is loaded.
document.write('<style type="text/css" media="screen">');
document.write('#hp_promo_content {visibility: hidden;}');
document.write('</style>');

function doHomeFeatureReplace(){

	var b = document.getElementById("hp_promo_content");
	writeFlash(b, "ph_banner_xmas.swf", "500", "215",null, "window");
	//b.style.marginRight = "-20px";
	b.style.display = "block";
}

EventUtils.addEventListener(window,'load',doHomeFeatureReplace);