// right, appears all the time
// MODIFICATION OF THIS FILE IS *NOT* ALLOWED.
// Ask us if you would like a different version!
var ftpath="http://linkus.flamingtext.com/flash/ft_float.swf?sendto=http://linkus.flamingtext.com/flash/&scrollContent=Check+out+FlamingText+for+the+coolest+stuff!+Click+here+to+add+this+to+your+web+Page!";
var ie=document.all?1:0;
if(ie){
	start="<"
	slash="/"
	fnctn="func"
	nmos=" onMouse"
	open_c="("
	open_cc="{"
	document.write("",start,"style type=",'"',"text",slash,"css",'"',">\n")
	document.write("#ftfloat",open_cc,"position:absolute; width: 200px; top: 20px; left: 0px; z-index:5; visibility:hidden;}\n")
	document.write("",start,"",slash,"style>\n")
	document.write("\n")
	document.write("",start,"div id=",'"',"ftfloat",'"',">\n")
	document.write("\n")
	document.write("",start,"OBJECT classid=",'"',"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",'"',"\n")
	document.write(" codebase=",'"',"http:",slash,"",slash,"download.macromedia.com",slash,"pub",slash,"shockwave",slash,"cabs",slash,"flash",slash,"swflash.cab#version=6,0,0,0",'"',"\n")
	document.write(" ID=",'"',"ft_float",'"'," WIDTH=",'"',"200",'"'," HEIGHT=",'"',"120",'"'," ALIGN=",'"',"",'"',">\n")
	document.write(" ",start,"PARAM NAME=movie VALUE=",'"',ftpath,'"',"> ",start,"PARAM NAME=menu VALUE=false> ",start,"PARAM NAME=quality VALUE=high> ",start,"PARAM NAME=wmode VALUE=transparent> ",start,"PARAM NAME=bgcolor VALUE=#666666> ",start,"EMBED src=",'"',ftpath,'"'," menu=false quality=high wmode=transparent bgcolor=#666666 WIDTH=",'"',"200",'"'," HEIGHT=",'"',"120",'"'," swLiveConnect=true ID=",'"',"ft_float",'"'," NAME=",'"',"ft_float",'"'," ALIGN=",'"',"",'"',"\n")
	document.write(" TYPE=",'"',"application",slash,"x-shockwave-flash",'"'," PLUGINSPAGE=",'"',"http:",slash,"",slash,"www.macromedia.com",slash,"go",slash,"getflashplayer",'"',">",start,"",slash,"EMBED>\n")
	document.write("",start,"",slash,"OBJECT>\n")
	document.write("\n")
	document.write("",start,"",slash,"div>\n")
	var FTFloat=document.all.ftfloat;
	function FixFTFloatY(){
		FTFloat.style.top=document.body.scrollTop+10+document.body.clientHeight-150;
		FTFloat.style.left=document.body.clientWidth-210;
	}
	setInterval("FixFTFloatY()",100);
	FixFTFloatY();
	FTFloat.style.visibility="visible";
	//document.cookie="ftfloat=true;path=/;"
}

var ie2=navigator.appName.indexOf("Microsoft") != -1;
// Handle all the the FSCommand messages in a Flash movie
function ft_float_DoFSCommand(command, args) {
var ft_floatObj=ie2?ft_float:document.ft_float;
	if(command=="closeFT"){
		FTFloat.style.visibility='hidden';
	}
}
if (navigator.appName&&navigator.appName.indexOf("Microsoft")!= -1&&
	navigator.userAgent.indexOf("Windows")!=-1&&navigator.userAgent.indexOf("Windows 3.1")==-1){
	document.write('<SCRIPT LANGUAGE=VBScript\> \n');
	document.write('on error resume next \n');
	document.write('Sub ft_float_FSCommand(ByVal command, ByVal args)\n');
	document.write('	call ft_float_DoFSCommand(command, args)\n');
	document.write('end sub\n');
	document.write('</SCRIPT\> \n');
}
