var flvurl = "boat1-kf";
var flvwidth = "320";
var flvheight = "320";
var flvsx = 10;
//var flvsy = -316;
var flvsy = -353;
var floaterCookieName = "no";

document.write('<div id="divBottomRight" style="position: absolute; width: ' + flvwidth + 'px; height: ' + flvheight + 'px; z-index:100;">\n');
document.write('<p>&nbsp;<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + flvwidth + '" height="' + flvheight + '" id="FLVPlayer1"><param name="movie" value="FLVPlayer_Progressive.swf" /><param name="salign" value="lt" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="wmode" value="transparent" /><param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=' + flvurl + '&autoPlay=true&autoRewind=true" /><embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=' + flvurl + '&autoPlay=false&autoRewind=true" quality="high" scale="noscale" width="' + flvwidth + '" height="' + flvheight + '" name="FLVPlayer1" salign="LT" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" wmode="transparent" /></object></p>');
//document.write('<p>&nbsp;<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,0,0" width="' + flvwidth + '" height="' + flvheight + '"><param name="src" value="' + flvurl + '" /><param name="loop" value="false" /><param name="wmode" value="transparent" /><embed src="' + flvurl + '" pluginspage="http://www.macromedia.com/shockwave/download/" width="' + flvwidth + '" height="' + flvheight + '" flashvars="&autoPlay=true&autoRewind=true" loop="false" wmode="transparent"></embed></p>');
//document.write('<p>&nbsp;<embed src="' + flvurl + '" pluginspage="http://www.macromedia.com/shockwave/download/" width="' + flvwidth + '" height="' + flvheight + '" loop="false" wmode="transparent"></embed></p>');
document.write('\n</div>');

/*<!-- *********************************************************
     * You may use this code for free on any web page provided that 
     * these comment lines and the following credit remain in the code.
     * Floating Div from http://www.javascript-fx.com
     ********************************************************  -->*/

var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
var px = document.layers ? "" : "px";
function JSFX_FloatDiv(id, sx, sy)
{
	var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
	window[id + "_obj"] = el;
	if(d.layers)el.style=el;
	el.cx = el.sx = sx;el.cy = el.sy = sy;
	el.sP=function(x,y){this.style.left=x+px;this.style.top=y+px;};
	el.init=false;
	el.flt=function()
	{
		var pX, pY;
		pX = (this.sx >= 0) ? 0 : ns ? innerWidth : 
		document.documentElement && document.documentElement.clientWidth ? 
		document.documentElement.clientWidth : document.body.clientWidth;
		pY = ns ? pageYOffset : document.documentElement && document.documentElement.scrollTop ? 
		document.documentElement.scrollTop : document.body.scrollTop;
		if(this.sy<0) 
		pY += ns ? innerHeight : document.documentElement && document.documentElement.clientHeight ? 
		document.documentElement.clientHeight : document.body.clientHeight;
		this.cx += (pX + this.sx - this.cx)/8;this.cy += (pY + this.sy - this.cy)/8;
		if(!this.init)
		{
			this.init=true;
			this.cx = pX+this.sx;
			this.cy = pY+this.sy;
		}
		this.sP(this.cx, this.cy);
		setTimeout(this.id + "_obj.flt()", 90);
	}
	return el;
}
//JSFX_FloatDiv("divTopLeft",       10,   10).flt();
//JSFX_FloatDiv("divTopRight", 	  -100,   10).flt();
//JSFX_FloatDiv("divBottomLeft",    10, -100).flt();
//JSFX_FloatDiv("divBottomRight", -100, -100).flt();
JSFX_FloatDiv("divBottomRight", flvsx, flvsy).flt();
