I checked my global footer and found the following script , If I delete this would it harm the rest of my board
[/tr]'],[/p]
['http://s2.images.proboards.com/td.gif','[td]','
[/td]'],[/p]
['http://s2.images.proboards.com/sup.gif','',''],
['http://s2.images.proboards.com/sub.gif','',''],
['http://s2.images.proboards.com/tele.gif','',''],
['http://s2.images.proboards.com/code.gif','','
'],
['http://s2.images.proboards.com/quote2.gif','
'],
['http://s2.images.proboards.com/list.gif','
'],
function ubbc(open, end){
// This function was created by Peter,
but is open source. The first section has been ch<script
type='text/javascript'>
<!--
// UBBC Buttons Above Quick Reply by
Mithras
// Do not repost without permission
// Buttons - [Image Location, Opening
Tag, Closing Tag] -- Do not edit unless you want to add buttons, or
change the default ones.
var buttons = [
['http://s2.images.proboards.com/bold.gif','',''],
['http://s2.images.proboards.com/italicize.gif','',''],
['http://s2.images.proboards.com/underline.gif','',''],
['http://s2.images.proboards.com/strike.gif','',''],
['http://s2.images.proboards.com/glow.gif','[glow=red,2,300]','[/glow]'],
['http://s2.images.proboards.com/shadow.gif','[shadow=red,left,300','[/shadow]'],
['http://s2.images.proboards.com/move.gif',''],
['http://s2.images.proboards.com/pre.gif','
','
'],
['http://s2.images.proboards.com/left.gif','
','
'],
['http://s2.images.proboards.com/center.gif','
','
'],
['http://s2.images.proboards.com/right.gif','
','[/cener]'],
['http://s2.images.proboards.com/hr.gif','
',''],
['http://s2.images.proboards.com/size.gif','',''],
['http://s2.images.proboards.com/face.gif','',''],
['http://s2.images.proboards.com/blockquote.gif','
','[/blovckquote]'],
['http://s2.images.proboards.com/url.gif','',''],
['http://s2.images.proboards.com/ftp.gif','[ftp]','[/ftp]'],
['http://s2.images.proboards.com/img.gif',''],
['http://s2.images.proboards.com/email2.gif','',''],
['http://s2.images.proboards.com/table.gif','
'],
['http://s2.images.proboards.com/tr.gif','[tr]','
[/tr]'],[/p]
['http://s2.images.proboards.com/td.gif','[td]','
[/td]'],anged.[/p]
var tAreas =
document.getElementsByTagName('textarea');
for(i=0; i<tAreas.length; i++) {
if(tAreas.rows == 5 &&
tAreas.cols == 100) {
var tArea = tAreas[0];
}
}
var isIE = (document.all)? true :
false;
var open = (open)? open : "";
var end = (end)? end : "";
if(isIE){
tArea.focus();
var curSelect =
document.selection.createRange();
if(arguments[2]){
curSelect.text = open + arguments[2] +
"]" + curSelect.text + end;
} else {
curSelect.text = open + curSelect.text
+ end;
}
} else if(!isIE && typeof
tArea.selectionStart != "undefined"){
var selStart = tArea.value.substr(0,
tArea.selectionStart);
var selEnd =
tArea.value.substr(tArea.selectionEnd, tArea.value.length);
var curSelection =
tArea.value.replace(selStart, '').replace(selEnd, '');
if(arguments[2]){
tArea.value = selStart + open +
arguments[2] + "]" + curSelection + end + selEnd;
} else {
tArea.value = selStart + open +
curSelection + end + selEnd;
}
} else {
tArea.value += (arguments[2])? open +
arguments[2] + "]" + end : open + end;
}
}
if(location.href.match(/thread=/)) {
var tds =
document.getElementsByTagName('TD')
for(a=0; a<tds.length; a++) {
if(tds.width=='100%' &&
tds[a+1].align=='right') {
var b = a
}
}
var quickReply = tds.innerHTML;
var buttonHTML = '';
for(i=0; i<buttons.length; i++) {
buttonHTML += '<a
href="javascript:ubbc(\'' + buttons[1] + '\',\'' +
buttons[2] + '\')"><img src="' + buttons[0] +
'" border="0" /></a>';
if(i==13) { buttonHTML += '<br />';
}
}
buttonHTML += '<br/>';
tds.innerHTML = buttonHTML + '' +
quickReply;
}
//-->
</script>
[/quote][/p]