function fuc_initiate() {
	fuc_navSetup();
	fuc_galleryInterval();
	setTimeout("fuc_newsInterval()", 3000);
}

window.onload = fuc_initiate;