﻿$(document).ready(function() {
    $('a.popup').live('click', function() {
        newwindow = window.open('http://www.tascsite.org/index.cfm?event=Seal&ID=1145', '', 'height=360,width=675,scrollbars=no,resizable=0');
        if (window.focus) { newwindow.focus() }
        return false;
    });
});
