// Copyright 2007 Eoghan McCabe Limited
var FoldSpy=new Object();FoldSpy.send=function(){var a=window.location.toString();var b='http://go.foldspy.com/r.php?t='+(new Date()).getTime();var c=-1;var d=-1;if(typeof window.innerWidth!="undefined"){c=window.innerWidth;d=window.innerHeight}else if(document.documentElement&&typeof document.documentElement.offsetWidth!="undefined"&&document.documentElement.offsetWidth!=0){c=document.documentElement.offsetWidth;d=document.documentElement.offsetHeight}else if(document.body&&typeof document.body.offsetWidth!="undefined"){c=document.body.offsetWidth;d=document.body.offsetHeight}if(window.location.hash.length>=1){var e=document.location.hash.substr(1,document.location.hash.length);b+='&p='+e}b+='&w='+c+'&h='+d+'&u='+a;var f=document.createElement("script");f.src=b;f.type="text/javascript";f=FoldSpy.getHead().appendChild(f)};FoldSpy.getHead=function(){var a=document.getElementsByTagName("head");if(a.length==0){var b=document.createElement("head");document.appendChild(b);return b}else{return a[0]}};FoldSpy.send();