var ckNam = "clustrmap"

var ckieData = window.document.cookie;
if(ckieData.indexOf(ckNam) < 0 || ckieData.indexOf(nameVal) >= 0){
	var showMap = true;
	var expDate=new Date();
	expDate.setTime(expDate.getTime()+3600000);		
	document.cookie=ckNam+"="+escape(nameVal)+ "; expires=" +expDate.toGMTString()+"; path=/";
	wCMap();
}else{
	wCMAlt();
}




function wCMap(){
	document.write("<a href='http://clustrmaps.com/counter/maps.php?url=http://nassocal.org' id='clustrMapsLink'><img src='http://clustrmaps.com/counter/index2.php?url=http://nassocal.org' alt='Locations of visitors to this page' STYLE='margin-left:46px;border:0;'><\/a><BR><BR>");
}
function wCMAlt(){
	document.write("<DIV ONCLICK='document.location.href=&quot;http://clustrmaps.com/counter/maps.php?url=http://nassocal.org&quot;'");
	document.write(" STYLE='width:160px;height:106px;margin-left:46px; border:1px dotted #333;text-align:center;cursor:pointer;background:#FFF;'>");
	document.write("<P STYLE='margin:30px 0 0 0;color:#00C;border:0'>Small map image appears<BR>only on first page visited.<BR>Click here to view large map.<\/P>");
	document.write("<\/DIV><BR><BR>");
}
