// jQuery - Setting file

$(document).ready( function () {
	$('a[@href^="http"]').click(function(){
		window.open(this.href, '');
		return false;
	});


	/**
	 * Analytics
	 */
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	$.getScript(gaJsHost + "google-analytics.com/ga.js", function() {
		var pageTracker = _gat._getTracker("UA-5442189-6");
		pageTracker._trackPageview();
	});
});
