// JavaScript Document

function start(){
	headerContent();
	slideTimer1();
}

window.onload = start;
window.onunload = start;
