$(document).ready(function() {
	$('#flash a[href*="maps.google.com"]').attr('target', '_blank');
	});

