<!-- Start
// NOTE: If you use a ' add a slash before it like this \'
// FLOATING AREA - SEE NOTE BELOW FOR MOVING THE MENU UP ON THE PAGE
if (!document.layers)
document.write('<div id="Floater" style="position:absolute; text-align:center; z-index:9999;">')
document.write('<layer id="Floater">');
// OPTIONS: Placing the menu left or right: replace right=x; to left=x.  

// START THE IMAGE LINKS
document.write('<a href="https://www.e-junkie.com/ecom/gb.php?c=cart&cl=87522&ejc=2" target="ej_ejc" class="ec_ejc_thkbx" onClick="javascript:return EJEJC_lc(this);"><img src="http://www.e-junkie.com/ej/ej_view_cart.gif" border="0" alt="View Cart"/></a> <br /><br />');

document.write('<div id="ciTCVD" style="z-index:100;position:absolute"></div><div id="scTCVD" style="display:inline"></div><div id="sdTCVD" style="display:none"></div><script type="text/javascript">var seTCVD=document.createElement("script");seTCVD.type="text/javascript";var seTCVDs=(location.protocol.indexOf("https")==0?"https":"http")+"://image.providesupport.com/js/personalwriters/safe-standard.js?ps_h=TCVD&ps_t="+new  Date().getTime();setTimeout("seTCVD.src=seTCVDs;document.getElementById(\'sdTCVD\').appendChild(seTCVD)",1)</script><noscript><div style="display:inline"><a href="http://www.providesupport.com?messenger=personalwriters">Live Chat </a></div> </noscript> <br />');

document.write('<span id="siteseal"><a href="https://seal.godaddy.com/verifySeal?sealID=WhtTQVhzj9pQ87em6RXTcD9TEk7E7Ohqjo1FNrHMNeF8g58DPlIMuUp" target="_blank"><img src="godaddy.png" border="0" vspace="1"></a></span><br>');

// STOP THE IMAGE LINKS
document.write('</layer>');

// NOTE: If you add links you will need to alter the "Yloc" 300 
if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 10,
	Yloc = 300;
	var ns = (navigator.appName.indexOf("Netscape") != -1);
	function SetMenu(id)
	{
		var GetElements=document.getElementById?document.getElementById(id):document.all?document.all[id]:document.layers[id];
		if(document.layers)GetElements.style=GetElements;
		GetElements.sP=function(x,y){this.style.left=x;this.style.top=y;};
		GetElements.x = Xloc;
		GetElements.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		GetElements.y -= Yloc;
		return GetElements;
	}
	window.LoCate_XY=function()
	{
		var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
		ftlObj.y += (pY - Yloc - ftlObj.y)/15;
		ftlObj.sP(ftlObj.x, ftlObj.y);
		setTimeout("LoCate_XY()", 10);
	}
	ftlObj = SetMenu("Floater");
	LoCate_XY();
}
FloatMenu();
// Modification 2009-SEP-29
//  End -->

