window.onload = function(){
	/*---*/
	tab.setup = {
		tabs: document.getElementById('lineupSelections').getElementsByTagName('li'),
	
		contents: [
			document.getElementById('united'),
			document.getElementById('universal'),
			document.getElementById('tdh'),
			document.getElementById('hana'),
			document.getElementById('maminka')
		]
		
	}
	
	tab.init();	
}

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


