function imageLinks(img,w,h) {
	var arg;
	h = h + 30;
	w = w + 30;
	arg = "height=" + h + ",width=" + w + ",menubar=no,toolbar=no,location=no,resizable=yes";
	window.open(img,'_blank',arg);
	return false;
}

function onLoad() {
/*
function gAnalytics() {

	_uacct = "UA-1341353-7";
	urchinTracker();
*/
	_gaq.push(['_setAccount', 'UA-1341353-7']);
	_gaq.push(['_trackPageview']);
/*
}

function externalLinks() {
*/
	if (!document.getElementsByTagName) return; 
	var anchors = document.getElementsByTagName("a"); 
	for (var i=0; i<anchors.length; i++) { 
		var anchor = anchors[i]; 
		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") 
			anchor.target = "_blank"; 
	} // for
/*
}
*/
}

window.onload = onLoad;

