var url_prefix = GetPathPrefix();
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="'+url_prefix+'images/help-img.gif" border="0" style="margin:2px 0px 0px 2px;"></a>';
	else
		LR_GetObj('LR_User_Icon0').innerHTML='<a '+LiveReceptionCode_BuildChatWin('come on ','Clink Here')+'><img src="'+url_prefix+'images/help-img.gif" border="0" style="margin:2px 0px 0px 2px;"></a>';
}
