function siteInit() {
	if(screen.width<1024){
		var main = document.getElementById('main');
		main.style.position = 'relative';
		main.style.left = '-82px';
		main.style.top = '-50px';
		main.style.fontSize = '20px';
	 	
	}
	if (AC_FL_RunContent == 0) {
		alert("This page requires AC_RunActiveContent.js.");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
			'width', '962',
			'height', '242',
			'src', 'header',
			'quality', 'best',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'transparent',
			'devicefont', 'false',
			'id', 'header',
			'bgcolor', '#fbe1c8',
			'name', 'header',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'public/images/header',
			'salign', ''
			); //end AC code
	}
}
