/**
 * jQuery - Config file
 */
jQuery(function($) {
	/**
	 * Google Analytics
	 */
	$.GATracker('UA-7202200-47');

	/**
	 * Window Open
	 */
	$('a[href^="http"]').not('a[href^="http://'+ location.host +'"]').winOpen();

	/**
	 * Image Rollover
	 */
	$('img', '#gNavi a, #map a').rollover();
});
