
function mapitem( city, caption, picture, href, regionCode) 
{
	this.city = city;
	this.caption = caption;
	this.image = picture;
	this.href = href;
	this.regionCode = regionCode;
}




