return "
" + "
" + "
"+ "
"+ "" +" "+person.month+" "+ person.date + "
"+ "
"+ "" +" "+ person.event_country + "
" + "
"+ "
"+ "" + ""+ ""+ "
"+"
"+ "
"+ "" +" "+ person.event_industry + "
" + "
"+ "" +" "+person.audience_type+ "
"+ "
"+ "" +" "+ person.cycle_time + "
" + "
"+"
"+""; } // Function to update the contact counter function updateContactCounter(count) { var contactCounter = document.getElementById("contactCounter"); contactCounter.innerHTML = "No of Contacts: " + count; }