<!-- 
if (document.images) {
	var S="";
	S+="HookID=sk";
	S+="&referrer1="+escape(window.document.referrer);
	if (typeof(shortTitle)=="string")
	{
		S+="&r="+shortTitle;
	}
	if (typeof(screen)=="object")
	{
		S+="&resolution1="+screen.width+"x"+screen.height;
		S+="&color1="+screen.colorDepth;
	}
	if (typeof(document)=="object")
	{
		if (typeof(document.documentElement)=="object")
		{
			S+="&winsize1="+document.documentElement.offsetWidth+"x"+document.documentElement.offsetHeight;
		}
	}
	imgHolder = new Image();
	imgHolder.src ="http://www.DynamicVentures.com/ImgHook2/ImgHk.ashx?"+S;
}
-->

