%
//Function to add commas to large numbers
function commaSeparateNumber(val){
while (/(\d+)(\d{3})/.test(val.toString())){
val = val.toString().replace(/(\d+)(\d{3})/, '$1'+','+'$2');
}
return val;
}
%>
<% if(memberNode && memberNode.logo){ %>
<% } %>
<%
if ((resourceMap && (typeof resourceMap != "undefined")) && (resourceMap.length > 1)) {
// handle multiple resourceMaps
print('
');
print('');
print('');
print('');
}
else{
var URLid = resourceMap || id;
print('
');
}
%>
<%
if (typeof read_count_i !== "undefined"){
var readableCount = commaSeparateNumber(read_count_i); %>
<%=readableCount%>
<% }
else{
%>
<% }
%>
<% if(typeof abstract != "undefined"){ %>
<% } %>
<%
if (resourceMap) {
print('

');
}
%>
<%
if (typeof southBoundCoord != "undefined"){
print('');
}
else{
print('');
}
%>
<% if(hasProv){
print('
');
print('
');
}
else{
print('
');
print('');
}
%>