// CONFIGURATION VARIABLES
var float_positionY			=	"top";			// OPTIONS: top, bottom
var float_marginY			=	147;			// 9999 = center
var float_marginFromCenterY 	=	0;		// this value will only be used if float_marginY=9999, use it to place the badge some pixels away from the vertical center 
										// positive values, will move it right
										// nagative values, move the badge left from center

var float_positionX			=	"left";			// OPTIONS: left, right
var float_marginX			=	0;			// 9999 = center
var float_marginFromCenterX 	=	0;	// this value will only be used if float_marginX=9999, use it to place the badge some pixels away from the horizontal center 
										// positive values, will move it down
										// nagative values, move the badge up from center

var float_type		=	"image"; 	// OPTIONS: image, text
var float_content	=	"http://www.discovery-premium.com/sample-request/static-media/images/sample_6.png";
var float_link		=	"http://www.discovery-premium.com/sample-request/uploads/sample_request.xls";
var float_target	=	"_blank";

var float_fixedOnScroll	=	1;

var use_shadowbox	=	0;


// DON'T EDIT BELLOW THIS POINT UNLESS YOU KNOW WHAT YOU'RE DOING

// load shadowbox adapter, if requestes
if (use_shadowbox==1)
{
	document.write('<link href="/sample-request/scripts/shadowbox/shadowbox.css" type="text/css" rel="stylesheet" />');
	document.write('<script src="/sample-request/scripts/shadowbox/shadowbox.js" language="javascript"></script>');
}
// load external file
document.write('<script src="/sample-request/scripts/floatter.js" language="javascript"></script>');