$(document).ready(function() {

	$("#latest-properties-list").show()
	$('ul#latest-properties-list').innerfade({
		speed: 1000,
		timeout: 8000,
		type: 'sequence',
		containerheight: '150px'
	});

	getHomePageMap();

	//centering with css
//	centerPopup();
	//load popup
//	loadPopup();

});