(function(){var D=0.5,B=document.getElementsByTagName("body")[0],H=document.createElement("div"),F=document.createElement("img"),G=H.style,C=F.style,E="http://pyrolupus.com/img/jq.png";G.position="fixed";G.bottom="2px";G.right="20px";G.width="200px";G.height="24px";G.margin="0 auto 0 auto";G.padding="5px 10px 5px 10px";G.backgroundColor="#0f1923";G.color="#fdfdfd";G.fontSize="8pt";G.textAlign="center";G.display="none";C.position="fixed";C.bottom="2px";C.right="2px";C.zIndex="5";C.cursor="pointer";C.border="0";B.appendChild(F);B.appendChild(H);function A(){var J=jQuery,I=J.fn.jquery;if(F.src!=E){F.src=E}F.title=I;H.innerHTML="Using jQuery v"+I;J(F).click(function(){G.display="block";window.setTimeout(function(){J(H).fadeOut("slow")},1000)})}if(typeof jQuery!="undefined"){A()}else{F.src="http://pyrolupus.com/img/jqx.png";F.title="Load jQuery";F.onclick=function(){var K=document.createElement("script");K.setAttribute("src","http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js");document.getElementsByTagName("head")[0].appendChild(K);var J=0;function I(){H.innerHTML="jQuery Loading...";G.display="block";if(++J<10&&typeof jQuery=="undefined"){window.setTimeout(I,50)}else{if(J>=10){H.innerHTML="Load jQuery failed<br/>(try again?)"}else{F.onclick=A;H.innerHTML="jQuery loaded, v"+jQuery.fn.jquery;F.src=E;window.setTimeout(function(){jQuery(H).fadeOut("slow")},1000)}}}I()}}})();