function matchBackgrounds() {
//	// recalculate the height
//	var columnsWrapHeight;
//	columnsWrapHeight = document.getElementById("columnsWrapInterior").clientHeight;
//
//	if (columnsWrapHeight == 0) {
//		columnsWrapHeight = document.getElementById("columnsWrapInterior-2").clientHeight;		
//	}
//
//
//	// resize columns for background pinstripes
//	// all the horizontal lines should match up
//	var addPixels = columnsWrapHeight % 4;
//	document.getElementById('footer').style.backgroundPosition = '0px -' + addPixels + 'px';

}
