function woopra(domain,timeout)
{
	var timeout_val=timeout*6000;
	var woo_settings = {idle_timeout: timeout_val, domain: domain};
	var woo_actions = [{type:'pageview',url:window.location.pathname+window.location.search,title:document.title}];
	(function(){
	var wsc = document.createElement('script');
	wsc.src = document.location.protocol+'//static.woopra.com/js/woopra.js';
	wsc.type = 'text/javascript';
	wsc.async = true;
	var ssc = document.getElementsByTagName('script')[0];
	ssc.parentNode.insertBefore(wsc, ssc);
	})();
}
