Follow us on facebook

<script language="Javascript" type="text/javascript">
var curUri = String(document.location.href);
var currentTimestamp = Math.round(((new
Date()).getTime()-Date.UTC(1970,0,1))/1000);
// You can change the following variables if you know what you are
doing, otherwise the leave the defaults
var popupOpenMode = 'popup'; // Could be popup or iframe
var imgSize = 'large'; // Could be large or small
var specificOpertors = ''; // Comma seperated list of Operator
IDs
var specificDepartment = ''; // Specific department to send visitor
to, if any
var specificRouteId = ''; // Specific route id to send visitor to,
if any
var livechatImgUri = ('https:' == document.location.protocol ?
'https://' : 'http://') +
'www.ultimatelivechat.com/sites/4279/454821/index.php?option=com_jlivechat&view=popup&task=display_status_img&no_html=1&do_not_log=true&t='+currentTimestamp;
livechatImgUri += '&size='+imgSize;
if(specificOpertors != '') {
livechatImgUri +=
'&operators='+specificOpertors;
}
if(specificDepartment != '') {
livechatImgUri +=
'&department='+specificDepartment;
}
if(specificRouteId != '') {
livechatImgUri +=
'&routeid='+specificRouteId;
}
var livechatImg = '<a href="javascript:void(0);"
onclick="requestLiveChat(\'http://www.ultimatelivechat.com/sites/4279/454821/index.php?option=com_jlivechat&view=popup&tmpl=component&popup_mode='+popupOpenMode+'\',
\''+popupOpenMode+'\');"><img src="'+livechatImgUri+'"
border="0" alt="" /></a>';
document.writeln(livechatImg);
</script