/*global console: true, swfobject: true, google: true, jQuery: true, document: true, flashembed: true, GSmallMapControl: true, GMapTypeControl: true, GLatLng: true, GMarker: true  */

"use strict";

google.load
(
	"jquery",
	"1.4",
	{
		uncompressed: false
	}
);

google.setOnLoadCallback
(
	function ()
	{
		jQuery(document).ready
		(
			function ()
			{
				jQuery("a[rel='external']").attr("target", "_blank");
			}
		);
	}
);