// JavaScript Document
function writeTitle(path){
	//alert("writeInLayer = " + "path = " + path + " file = " + file)
tlayerCode="";
		theSWF=(path+"assets/swf/antoine_title")
		var temptext=AC_FL_RunContent("justWrite","true","codebase","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0","width","180","height","20","align","middle","src",theSWF,"quality","high","wmode","transparent","name",theSWF,"allowscriptaccess","sameDomain","pluginspage","http://www.macromedia.com/go/getflashplayer","movie",theSWF);
tlayerCode+=temptext;

  return tlayerCode
}



