/*
 * no_zoombar.js
 * ------------
 * A simple script to plug the new zoomshare toolbar into a zoomshare site.
 */

var toolbar_height = 0;
var isIE = (navigator.userAgent.indexOf('MSIE') > 0)?true:false;
var use_toolbar=false;

// Make sure we're not in the editor!!!!
if (!location.pathname.match (/:tools/i))
{
	if (isIE)
	{
		document.write('<scr'+'ipt src="http://www.google-analytics.com/urchin.js" type="text/javascript"><\/scr'+'ipt>');
		document.onreadystatechange = function () {
			if (document.readyState=="complete")
			{
				_uacct = "UA-83262-4";
				urchinTracker();
			}
		};
	}
	else
	{
		document.write('<scr'+'ipt src="http://www.google-analytics.com/urchin.js" type="text/javascript"><\/scr'+'ipt><scr'+'ipt type="text/javascript">_uacct = "UA-83262-4";urchinTracker();<\/scr'+'ipt>');
	}
}
