$(document).ready(function(){
		    $(".contact_row").click(function() {
					      //alert('x');
			 });
})

