// . . . . . . . . . . . . . . . . . . .
//
//	  Mono Graphics AW
//	  www.monographics.fi
//
// . . . . . . . . . . . . . . . . . . .


// Document Ready

$(document).ready(function(){
	
	
	// Google Analytics Track Events 
	
	if (pageTracker != undefined) {
		
		// a
		$('a:not([href*="' + document.domain + '"])').click(function () {													  
			pageTracker._trackEvent('Outbound Links', 'Click', $(this).attr("href"));
		});
		
		// area (image map)
		$('area:not([href*="' + document.domain + '"])').click(function () {													  
			pageTracker._trackEvent('Outbound Links', 'Click', $(this).attr("href"));
		});
	}
	

});
