var browser = navigator.userAgent;
var htmlChat = false;
if (typeof(av) == 'undefined')
{
	var av = 0;
}

if (av == 1)
{
	var flashCode = 'flashchat8/123flashchat.html?init_host=www.123flashchat.com&init_port=41127';
	flashCode  +=  (typeof(roomid) != 'undefined') ? "&init_room=" + roomid : "";
}
else
{
	var flashCode = 'flashchat8/123flashchat.html?init_host=www.123flashchat.com&init_port=51128&init_host_s=chat10.123flashchat.com&init_port_s=80&init_host_h=www.123flashchat.com&init_port_h=443';
	flashCode  +=  (typeof(roomid) != 'undefined') ? "&init_room=" + roomid : "";
}
if(browser.toLowerCase().indexOf("ipad") != -1 || browser.toLowerCase().indexOf("iphone") != -1 || browser.toLowerCase().indexOf("ipod") != -1)
{
		htmlChat = true;
}

if(!htmlChat)
{
			var showString = '<iframe width="800" height="680" frameborder="0" scrolling="no" vspale="0" src="' + flashCode + '" noresize="" name="htmlchat" marginwidth="0" marginheight="0" framespacing="0" border="0"></iframe>';
        showChatRoom(showString);	
}
else
{
	var showString = '<iframe width="800" height="680" frameborder="0" scrolling="no" vspale="0" src="flashchat8/htmlchat/123flashchat.html?init_host=www.123flashchat.com&init_port=51128&init_host_s=chat10.123flashchat.com&init_port_s=80&init_host_h=www.123flashchat.com&init_port_h=443" noresize="" name="htmlchat" marginwidth="0" marginheight="0" framespacing="0" border="0"></iframe>';
	showChatRoom(showString);
}
           

function showChatRoom(data)
{

   document.getElementById('123flashchat_demo').innerHTML = data;
}


