// Hide these elements until the flash is loaded.
document.write('<style type="text/css" media="screen">');
document.write('#content {visibility: hidden; padding: 0;}');
document.write('</style>');


function doHomeFeatureReplace(){

	var mapPath = encodeURIComponent(flashPath + "distributors/distributor_map_v4.swf");
	var dataPath = encodeURIComponent("/flash_data/distributors/agentsList.aspx");
	
	var b = document.getElementById("content");
	writeFlash(b, "distributors/distributor_loader.swf", "900", "450", "debugMode=false&movieUrl=" + mapPath + "&contentPath=" + dataPath);
	//b.style.marginRight = "-20px";
}

EventUtils.addEventListener(window,'load',doHomeFeatureReplace);