function getXMLHTTPRequest(){var a=false;if(window.XMLHttpRequest)a=new XMLHttpRequest;else if(window.ActiveXObject)a=new ActiveXObject("Microsoft.XMLHTTP");return a}var xmlhttp=getXMLHTTPRequest();
function sendRequest(a,b){var c=getBody(a);xmlhttp.open("GET",a,true);xmlhttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");xmlhttp.onreadystatechange=function(){if(xmlhttp.readyState==4&&xmlhttp.status==200)document.getElementById(b).innerHTML=xmlhttp.responseText};xmlhttp.send(c)}function getBody(a){var b="value=";b+=encodeURIComponent(a);return b}function updater(a,b,c,d){setTimeout(function(){sendRequest(a+"?"+c+"="+d,b)},0)}
function showDiv(a){document.getElementById(a).style.display="block"}$(document).ready(function(){$("#dock").Fisheye({maxWidth:50,items:"a",itemsText:"span",container:".dock-container",itemWidth:45,proximity:50,halign:"right",alignment:"left",valign:"bottom"})});$(document).ready(function(){});