
$(function(){
	
	//flashembed('flash-header', '/flash/960wide.swf');
	flashembed('flash-header', '/flash/headerx5.swf');
	
	/*
	var p = document.createElement('param');
	p.name = 'wmode';
	p.value = 'transparent';
	var flash = document.getElementsByTagName('object')[0];
	flash.wmode = 'transparent';
	flash.appendChild(p);
	var aafixlogo = document.createElement('img');
	aafixlogo.id = 'aafixlogo';
	aafixlogo.src = 'images/aafixlogo.png';
	aafixlogo.style.position = 'absolute';
	aafixlogo.style.left = ($(flash).position().left + 20) + 'px';
	aafixlogo.style.top = ($(flash).position().top + 15) + 'px';
	document.getElementsByTagName('body')[0].appendChild(aafixlogo);
	flash.style.zIndex = '888';
	aafixlogo.style.zIndex = '999';
	*/
});

