/*
 * Author        : Christopher Robinson <christopher@edg3.co.uk>
 * Last Modified : 2009-12-24 19:09:21 GMT
 */

$(function() {
	
	/*
	 * Google Analytics
	 */
	$.ga.load('UA-534469-1');
	
	/*
	 * 
	 */
	$('a[rel=external]').click(function(e) {
		open(this.href);
		e.preventDefault();
	}).attr('title', 'Opens in a new window');
	
});