// JavaScript Document
var web_site_domain;
web_site_domain = document.domain == 'localhost' ? 'http://localhost/mortalonlinegold.org/' : 'http://' + document.domain + '/';

if(typeof(LiveReceptionCode_isonline)!='undefined'  && LR_GetObj('LR_User_Icon0')!=null)
{
	if(LiveReceptionCode_isonline)
		LR_GetObj('LR_User_Icon0').innerHTML='<a '+LiveReceptionCode_BuildChatWin('come on ','Clink Here to Contact Our Live Chat')+'><img src="'+web_site_domain+'images/help.gif" border="0"></a>';
	else
		LR_GetObj('LR_User_Icon0').innerHTML='<a '+LiveReceptionCode_BuildChatWin('come on ','Clink Here')+'><img src="'+web_site_domain+'images/help.gif" border="0"></a>';
}