//
//
//
/*
this function handles the image swapping on the club listings
*/
function swap_image(toWhat){
	var swapWithThis = new Image();
	document["full_image"].src = 'images/' + toWhat;
}
//
//confirm delete - admin/archives/manage-categories.php
function confirmDeleteEntry(whereto){
	temp = confirm('We are about to permanently delete this entry.\n\n');
	if (temp == true){
		document.location = whereto;
	} else {
		return;
	}
}




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"));

try {
var pageTracker = _gat._getTracker("UA-9136958-1");
pageTracker._trackPageview();
} catch(err) {}