/*--- End Forum Resize ---*/
document.write("</div></div>");

/*--- Insert Copyright to Bottom of Page ---*/
function addToBottom(){
var addedHTML="<br/><a href='http://roddyinnov.proboards75.com' target='_blank' title='Roddy Innovations - Your Source for Intricate Web Designs'><img src='"+riImgPath+"copyright.gif' border='0' alt='Crimson Revenge 2 | Another template by Scorpian | Copyright ©2006 Roddy Innovations, Inc.' /></a>";
var divAlignment="center";
var newDiv=document.createElement("DIV");
newDiv.align=divAlignment;
newDiv.innerHTML=addedHTML;
document.getElementsByTagName("BODY")[0].appendChild(newDiv);
}
window.onload=addToBottom;