﻿function GetXmlHttpObject()
{
var xmlHttp=null;
try
  {
  // Firefox, Opera 8.0+, Safari
  xmlHttp=new XMLHttpRequest();
  }
catch (e)
  {
  // Internet Explorer
  try
    {
    xmlHttp=new ActiveXObject("Msxml2.XMLHTTP");
    }
  catch (e)
    {
    xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
    }
  }
return xmlHttp;
}

function dbStoreAjax(a)
{ 
xmlHttp=GetXmlHttpObject();
if (xmlHttp==null)
  {
  alert ("Your browser does not support AJAX!");
  return;
  } 
  
var url="../webpages/livehelp_page_hits_ajax.asp";
url=url+"?pagename="+document.location.href+"&langname="+a+"&ajaxcountry="+document.getElementById('cyreserve').value+"&ajaxstate="+document.getElementById('rgreserve').value+"&ajaxcity="+document.getElementById('ctreserve').value;
 alert(url);
xmlHttp.open("post",url,true);
xmlHttp.send(null);
}

document.write('<script language="JavaScript" type="text/javascript" src="http://livewebhelp.info:9090/webchat/jivelive.jsp"></script>');
document.write('<script language="Javascript" src="http://gd.geobytes.com/gd?after=-1&variables=GeobytesCity,GeobytesCountry,GeobytesRegion"></script>');


document.write('<table width="915" border="0" cellspacing="0" cellpadding="0" class="header_bg">');
document.write('<tr>');
document.write('<td width="488" align="left" valign="top"><img src="../webimages/banner_left.jpg" width="488" height="141" border="0" usemap="#Map" /></td>');
document.write('<td width="427" align="left" valign="top" background="../webimages/banner_right.jpg"><table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.write('<tr>');
document.write('<td align="left" valign="top"><table width="86%" height="27" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr>');
document.write('<td width="17%"><div class="news"><a href="news.html" title="News"></a></div></td>');
document.write('<td width="17%"><div class="chart"><a href="charts.html" title="Charts"></a></div></td>');
document.write('<td width="17%"><div class="sitemap"><a href="sitemap.html" title="Sitemap"></a></div></td>');
document.write('<td width="26%"><div class="openaccount"><a href="open_an_account.html" title="Open an account"></a></div></td>');
document.write('<td width="29%"><div class="login"><a href="login.html" title="Click here to Login Page"></a></div></td>');
document.write('</tr>');
document.write('</table></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td align="left" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="427" height="114">');
document.write('<param name="movie" value="../webimages/swf/banner_right.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<embed src="../webimages/swf/banner_right.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="427" height="114"></embed>');
document.write('</object></td>');
document.write('</tr>');
document.write('</table></td>');
document.write('</tr>');
document.write('</table>');
document.write('<map name="Map" id="Map">');
document.write('<area shape="rect" coords="148,49,386,95" href="../index.html" title="Kerford Investments an online evolution" /><area shape="rect" coords="20,28,148,111" href="../index.html" /></map>');
document.write('<script src="../webincludes/tab.js" type="text/javascript"></script>');
document.write('<script type="text/javascript" src="../webincludes/image_scroll.js"></script>');
document.write('<script type="text/javascript" src="../webincludes/jquery-1.2.6.pack.js"></script>');
document.write('<script type="text/javascript" src="../webincludes/ddaccordion.js"></script>');

