// livecam flag
isMente = false;

if (!isMente)
{
	var liveVanaCode = '\
	<div style="background-image:url(/ff11eu/imgs/livevana.jpg); background-repeat:no-repeat; margin-top:10px; padding:0px; width:148px; height:153px;margin-left:5px">\
		<a href="/ff11eu/download/wind/index.html">\
			<img id="liveVanaImage" src="http://gdl.square-enix.com/11livecam/11live.jpg?"' + Math.random() + ' width="125" height="97" border="0" style="margin:37px 0px 0px 11px;">\
		</a>\
	</div>';

	function refreshLiveVanaImage() {
		document.getElementById('liveVanaImage').src = 
			'http://gdl.square-enix.com/11livecam/11live.jpg?' + Math.random();
	}

	setInterval('refreshLiveVanaImage()', 10000);
}
else
{
	var liveVanaCode = '\
	<div style="background-image:url(/ff11eu/imgs/livevana.jpg); background-repeat:no-repeat; margin-top:10px; padding:0px; width:148px; height:153px;margin-left:5px">\
		<img id="liveVanaImage" src="/ff11eu/imgs/Livements.jpg" width="125" height="97" border="0" style="margin:37px 0px 0px 11px;">\
	</div>';
}

with (document) {
	// Language
	write('<div style="background-image:url(/ff11eu/imgs/langbg.gif); background-repeat:no-repeat; margin-top:0px; padding:0px; width:148px; height:90px; margin-left:5px">');
	write('<a href="/ff11fr/"><img src="/ff11eu/imgs/lgbtfr.gif" width="136" height="17" border="0" style="margin:36px 0px 0px 5px;"></a>');
	write('<a href="/ff11de/"><img src="/ff11eu/imgs/lgbtde.gif" width="136" height="17" border="0" style="margin:2px 0px 0px 5px;"></a>');
	write('</div>');

	// Server Stataus
	write('<div id="serverStatus" style="margin-left:5px"><iframe width="148" height="86" frameborder="0" src="http://www.playonline.com/pcd/service/ff11eu.html" scrolling="no" ></iframe></div>');

	// Live Vana'diel
	write(liveVanaCode)

	// Screen Shots Gallery
	write('<div style="margin-left:5px"><iframe width="148" height="197" frameborder="0" src="/ff11eu/js/kongazo.html" scrolling="no" ></iframe></div>');

	// BANNER AREA
	write('<div id="czbn">');
	write("<img src='/ff11eu/imgs/spacer.gif' width='1' height='30' border='0' alt=''><br>");
	write('<a class="imgb" href="http://fanzone.playonline.com/lscom/index.do" target="_blank"><img src="/ff11eu/banner/img_c/lscom.gif" border="0" width="148" height="48" alt=""></a><br><br>');

	write('<a class="imgb" href="http://ssl.square-enix-shop.com/eu/category.php?cat=9" target="_blank"><img src="/ff11eu/banner/img_c/sqexprod.gif" border="0" width="148" height="48" alt=""></a><br>');
	write('</div>');
}