﻿$(document).ready(function(){
	$('.external').bind('click', function() { window.open(this.href); return false; });
});