var player = null;

function onYouTubePlayerReady(id){
	player = document.getElementById('ytplayer');
	player.setVolume(0);
	player.playVideo();
}

// livecam flag
isMente = false;

if (!isMente)
{
	var code = ['<div style="background-image:url(/ff11/imgs/livewindow.png); background-repeat:no-repeat; margin-top:10px; padding:0px; width:182px; height:217px;margin-left:5px;position:absolute;left:639px;overflow:hidden;padding-top:41px">'];
	if (navigator.userAgent.indexOf('MSIE') != -1) {
		code.push('<iframe id="livevana" width="180" height="153" src="http://vanawind.playonline.com" frameborder="0" allowfullscreen></iframe>');
	}
	else {
		code.push('<object width="180" height="153">');
		code.push('<param name="movie" value="http://www.youtube.com/v/r1OMe2IwSLc?version=3&amp;enab&amp;autoplay=1lejsapi=1&amp;autohide=1&amp;autoplay=1"></param>');
		code.push('<param name="allowFullScreen" value="true"></param>');
		code.push('<param name="allowscriptaccess" value="always"></param>');
		code.push('<embed id="ytplayer" src="http://www.youtube.com/v/r1OMe2IwSLc?version=3&amp;enablejsapi=1&amp;autohide=1&amp;autoplay=1" type="application/x-shockwave-flash" width="180" height="153" allowscriptaccess="always" allowfullscreen="true"></embed>');
		code.push('</object>');
	}
	code.push('</div>');
	var liveVanaCode = code.join('');
}
else
{
	var liveVanaCode = '<div style="background-image:url(/ff11/imgs/livewindow.png); background-repeat:no-repeat; margin-top:10px; padding:0px; width:182px; height:217px;margin-left:5px;position:absolute;left:639px;overflow:hidden;padding-top:41px"><img id="liveVanaImage" src="/ff11/imgs/toplivemainte.jpg" border="0"></div>';
}

with (document) {
	// Server Stataus
	write('<div id="serverStatus" style="margin-left:5px"><iframe width="148" height="86" frameborder="0" src="http://www.playonline.com/pcd/service/ff11us.html" scrolling="no" ></iframe></div>');

	// Live Vana'diel
	write(liveVanaCode)
}

var scriptEls = document.getElementsByTagName('script');
for (var k in scriptEls) {
		if (scriptEls[k].src != undefined && scriptEls[k].src.indexOf('/widget.js') > 0) {
			with (document) {
				write('<div style="padding:235px 0 0 5px;width:148px;">');
				write('<img src="/ff11/imgs/twbg01.gif">');
			}

			new TWTR.Widget({
			  version: 2,
			  type: 'profile',
			  rpp: 10,
			  interval: 6000,
			  width: 'auto',
			  height: 200,
			  theme: {
			    shell: {
			      background: '#787878',
			      color: '#e4e4e4'
			    },
			    tweets: {
			      background: '#f7f7f7',
			      color: '#333333',
			      links: '#d6402f'
			    }
			  },
			  features: {
			    scrollbar: true,
			    loop: false,
			    live: true,
			    hashtags: false,
			    timestamp: true,
			    avatars: false,
			    behavior: 'all'
			  }
			}).render().setUser('FFXI_EN').start();
			
			with (document) {	
				write('<img src="/ff11/imgs/twbg02.gif">');
				write('</div>')
			}
	}
}

with (document) {

	// Screen Shots Gallery
	write('<div style="margin-left:5px"><iframe width="148" height="213" frameborder="0" src="/ff11us/js/kongazo.html" scrolling="no" ></iframe></div>');

	// BANNER AREA
	write('<div id="czbn">');
	write("<img src='/ff11us/imgs/spacer.gif' width='1' height='30' border='0' alt=''><br>");
	write('<a class="imgb" href="http://www.youtube.com/finalfantasyxi" target="_blank"><img src="/ff11/banner/img_c/xichannel.gif" border="0" width="148" height="48" alt=""></a><br>');
	write('<a class="imgb" href="http://fanzone.playonline.com/lscom/index.do" target="_blank"><img src="/ff11us/banner/img_c/lscom.gif" border="0" width="148" height="48" alt=""></a><br><br>');

	write('<a class="imgb" href="http://www.square-enix-shop.com/" target="_blank"><img src="/ff11us/banner/img_c/sqexprod.gif" border="0" width="148" height="48" alt=""></a><br><br>');
	write('<img src="/ff11us/banner/img_c/logo.gif" border="0" width="148" height="285" alt="">');
	write('</div>');

}
