function head(str) {
	if (JJ.flash >= 6) {
		g("heading").innerHTML = '<embed src="/flash/head-guest-' + str + '.swf" loop="false" menu="false" quality="best" wmode="transparent" bgcolor="#5b240f" width="630" height="50" type="application/x-shockwave-flash" />';
	}
}

function mainInit() {
	if (JJ.flash >= 6) {
		g("banner").innerHTML = '<embed src="/flash/logo.swf" quality="high" wmode="transparent" bgcolor="#5b240f" width="690" height="120" type="application/x-shockwave-flash" />';
		g("head-photo").innerHTML = '<embed src="/flash/head-pic-guest.swf" menu="false" quality="best" wmode="transparent" bgcolor="#5b240f" width="159" height="136" type="application/x-shockwave-flash" />';
	}
	else {
		g("banner").innerHTML = '<img src="/images/logo.png" alt="" />';
		g("head-photo").innerHTML = '<img src="/images/head-pic-guest.png" alt="" />';
	}
}