var obj =
{
	/*
		Everywhere the emailchar appears on values, it will be substituted by "@". This
		is to make more difficult the life of e-mail address crawlers.
	*/
	"emailchar": "ⓐ",
	
	
	"name": {
		"first": "St. John Ambulance of Malaysia",
		"last": "Segamat Area, Johor Darul Ta'zim",
	},
	"title": "Non-emergency Ambulance Service Hotline",


	"columns": {
		"1": ["phone", "publications", "other","mail"],
		"2": ["social", "",            "",     "qrcode"]
	},
	
	"section": {
		"phone": [
			{
				"value": "+6012-767 9880",
				"label": "Hotline 1",
				"microformatTag": "mobile",
				"vcfTag": "mobile" 
			},	

			{
				"value": "+6016-777 5061",
				"label": "Hotline 2",
				"microformatTag": "mobile",
				"vcfTag": "mobile" 
			},	

			
		],

		"mail": [
			{
				"value": "sjamksgt@sjam.org.my",
				"label": "Email"
			},
		],
		
		"social": [
			{
				"value": "SJAMSGMTAREA",
				"label": "facebook"
			}
		],
		
		"publications": [
			{
				"value": "sjamsgt.com",
				"label": "Website",
				"protocol": "https"
			},
		],

		"other": [
			{
				"label": "Address",
				"value": "Jalan Elias, Bukit Siput, 85000 Bukit Siput, Johor"
			}
		],
		
		"qrcode": [
			{
				"label": "Scan with any QR reader for access our Facebook page"
			}
		]
	}	
};