/*--- Fix News Fader ---*/
if(location.href.match(/action=(logout|home)/i) || !location.href.match(/(action|board)=/i)){
	for(x=0;x<riTd.length;x++){
		if(riTd[x].vAlign == 'middle' && riTd[x].align == 'center' && riTd[x].height == '60'){
			riTd[x].className = 'windowbg2';
		}
	}
}

/*--- Redefine MouseOver Functions ---*/
function mouseOverHighlightCell(tcell){
	tcell.style.backgroundImage = 'url('+riImgPath+'windowgrad3.gif);';
}
function mouseOutHighlightCell(tcell){
	tcell.style.backgroundImage = 'url('+riImgPath+'windowgrad2.gif);';
}

/*--- Write Copyright to Forum ---*/
document.write("<a href='http://roddyinnov.proboards75.com/' target='_blank'>");
document.write("<img src='"+riImgPath+"copyright.gif' alt='Roddy Innovations' border='0'/></a>");

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