// <!-- Start -->

/* (C) StudioPaw JAVASCRIPT Document */

if (!document.layers)
document.write('<div id="Floater" style="position:absolute">')
document.write('<layer id="Floater">');
document.write('<a href="http://www.facebook.com/#!/group.php?gid=283962612901" TARGET="_blank" title="Click me to connect with facebook!"><img src="images/interaction/start.gif" border="0" vspace="1"></a><br>');
document.write('<a href="http://del.icio.us/post?url=http%3A%2F%2Fwww.pubgamer.org" TARGET="_blank" title="Click me to share on delicious!"><img src="images/interaction/1.gif" border="0" vspace="1"></a><br>');
document.write('<a href="https://twitter.com/pubgamer" TARGET="_blank" title="Click me to follow me on twitter!"><img src="images/interaction/2.gif" border="0" vspace="1"></a><br>');
document.write('<a href="http://steamcommunity.com/groups/PGRP" TARGET="_blank" title="Click me to goto our steam page!"><img src="images/interaction/3.gif" border="0" vspace="1"></a><br>');
document.write('<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http%3A%2F%2Fwww.pubgamer.org%2F&amp;title=PubGamer.org" TARGET="_blank" title="Click me to bookmark on google!"><img src="images/interaction/end.gif" border="0" vspace="1"></a><br>');
document.write('</layer>');

if (!document.layers)
document.write('</div>')

function FloatMenu()
{
	var Xloc = 0,
	Yloc = 450;
	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();

/* (C) StudioPaw JAVASCRIPT Document */

//  <!-- End -->