
function badlink(theURL) {
window.open(theURL, '', 'width=300,height=100, scrollbars=no');
}
