<!-- Limit the number of characters per textarea -->
<!-- Begin
function submitBrokenLink(title, url, wda){
URLstring = './phpSitePg/submitBrokenLink.php?title='  + title + '& url=' + url + '& wda=' + wda ;
window.open(URLstring,'','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=no, copyhistory=no, width=700, height=200, left=' + windowLeftPosition(100,700) + ', top=' + windowTopPosition(30,200) + '')
}
//  End -->