$(
		function(){
		
		
		var headertxt = $('#catname').text();
		
		if(headertxt == undefined || headertxt == "")
			var headertxt = $('#contentcell h1').text();
		
		if(headertxt == undefined)
			headertxt = "";
		
			
		$("#headersubflash").html('<object width="950" height="246" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0"><param value="/sub.swf?headertxt='+headertxt+'" name="movie"/><param value="high" name="quality"/><param value="always" name="allowscriptaccess"/><embed width="950" height="246" type="application/x-shockwave-flash" pluginspage="httsp://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" quality="high" allowscriptaccess="always" src="/sub.swf?headertxt='+headertxt+'"/></object>');
			
		}
	);