/*

	JavaScript (c) 2000- Elin Tjerngren, Artopod. 
	elin@artopod.se
	
*/
function openWindow(url,winname,w,h) {
popupWin = window.open(url, winname, 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,dependent=no,width='+w+',height='+h+'')
}
// Artolog
var str="",w="",h="",cd="",rand=Math.round(Math.random()*10000);
cd=screen.colorDepth;
w=document.documentElement.clientWidth;
h=document.documentElement.clientHeight;
if (!w) { w=document.body.clientWidth; h=document.body.clientHeight; }
if (!w) { w=window.innerWidth; h=window.innerHeight; }
var gt = unescape("%3E");
str+="&amp;referer="+escape(top.document.referrer)+"&amp;width="+w+"&amp;height="+h+"&amp;colordepth="+cd+"&amp;rand="+rand;
document.write('<img src="http://pictogram.se/cgi/artolog.pl?log=pict&amp;do_this=log_root'+str+'" border="0" width="1" height="1" /'+gt);
	

// google
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
window.onload=function() {
	var pageTracker = _gat._getTracker("UA-5396244-8");
	pageTracker._trackPageview();
}
