//live call function ClickToCall() { var objDate = new Date(); //alert(objDate.getHours()>6||objDate.getHours()<17?'uk':'us');//debug //timezone = objDate.getHours()>6||objDate.getHours()<17?'uk':'us'; timezone = (9>1&&9<17)?'uk':'us'; var reffer = escape(document.URL); var account = new Array(); account['us'] = '00002363'; account['uk'] = '00002362'; var url = "http://callme.sales2europe.com/callme-pop.php?cid="+account[timezone]+"&language=EN&us=0&referrer="; var settings = 'height=490,width=425,location=0,menubar=0,resizable=0,scrollbars=0,status=1,titlebar=0,toolbar=0,screenX=100,screeny=100,left=100,top=100'; var title = 'callme'; window.open(url+reffer,title,settings); } //live chat function liveChat(){ window.open('http://zebra.livechatnow.com/js/enter.php?cid=8908&skin=&group=General','LiveChat','width=500,height=350,titlebar=1,resizable=1,scrollbars=0'); } //set google analytics pseudo ecommerce link and submit function trackLink(objLinkVals){ //initialise utmform hidden textfield to correct values: //UTM:T|[order-id]|[affiliation]|[value]|[tax]|[shipping]|[city]|[state]|[country] //UTM:I|[order-id]|[sku-code]|[productname]|[category]|[price]|[quantity] //string to build var strData = "UTM:T|[order-id]|[affiliation]|[value]|[tax]|[shipping]|[city]|[state]|[country]\\nUTM:I|[order-id]|[sku-code]|[productname]|[category]|[price]|[quantity]"; //tags to parse var arrGTags = new Array ('[order-id]','[affiliation]','[value]','[tax]','[shipping]','[city]','[state]','[country]','[order-id]','[sku-code]','[productname]','[category]','[price]','[quantity]'); //parse in correct values for link for (var intTag=0; intTag