// JavaScript Document
$(document).ready(function() {
						   
	if( $("#map").length > 0 )
	{
		ini(html, x, y);
	}
});

