window.onload = function(){
	/*---*/
	tab.setup = {
		tabs: document.getElementById('staffSelections').getElementsByTagName('li'),
	
		contents: [
			document.getElementById('housing'),
			document.getElementById('cosmos'),
			document.getElementById('zakka'),
			document.getElementById('thanks'),
		]
		
	}
	
	tab.init();	
}

try { 
    document.execCommand('BackgroundImageCache', false, true); 
} catch(e) {}

