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

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

	/**
	 * Image Rollover
	 */
	$('a img', '#gNavi, #guide div.questionnaire, #implant div.qAndA, #implantReturnMain').rollover();
});

