/*!
 * Title: external.js
 * Date: 15:07 1 July 2011
 * Version: 6
 * Copyright: Copyright (c) 1994-2012 Global Web Limited 
 * Telephone: +44 1224 454000
 * Web: http://www.globalweb.co.uk/
 */
jQuery(document).ready(function(){jQuery('A[rel="external"]').click(function(){window.open(jQuery(this).attr("href"));return false})});
