﻿$(document).ready(function() {
$('a[rel="external"]').click(function () {
$(this).attr({'target':'_blank'});
});
$('a[rel="nofollow"]').click(function() {
    $(this).attr({ 'target': '_blank' });
});
})
// initialise plugins
jQuery(function() {
    jQuery('ul.ps-menu').superfish();
});
