window.onload = initAll;

function initAll()
{
	lastModified();
	
	copyrightDate();
	
	stripedTable();
	
	boardTable();
	
	FP_swapImg();
	
	FP_getObjectByID();
	
	FP_preloadImgs();

}
