$(document).ready(function() { 
	$("a#mapcontent").fancybox({ 
		'frameWidth': 660, 'frameHeight':500,
		'hideOnContentClick': false,
		'callbackOnClose': function() {
				$("#fancy_content").empty();
		} 
	});
});
