var wsUrl="http://www.free3gmobilephoneoffers.co.uk/";function GetHttpObject(){var xmlHttpObj;try{xmlHttpObj=new XMLHttpRequest();return xmlHttpObj;}
catch(e){try{xmlHttpObj=new ActiveXObject("Msxml2.XMLHTTP");return xmlHttpObj;}
catch(e){try{xmlHttpObj=new ActiveXObject("Microsoft.XMLHTTP");return xmlHttpObj;}
catch(e)
{alert("Sorry, Your browser does not support AJAX!");return null;}}}}
function fillhandset(spnId,ctlId,GId,Phid,GName){var xmlHttp;var url=wsUrl+"include/giftsearch.asp";url=url+"?ctlId="+ctlId;url=url+"&Phid="+Phid;url=url+"&GId="+GId.replace('+','*');url=url+"&GName="+GName.replace('+','*');url=url+"&rnd="+Math.random();xmlHttp=GetHttpObject();xmlHttp.onreadystatechange=function(){StateChanged(xmlHttp,spnId)};xmlHttp.open("GET",url,true);xmlHttp.send(null);}
function StateChanged(xmlHttp,spnId){if(xmlHttp.readyState==4||xmlHttp.readyState=="complete"){document.getElementById(spnId).innerHTML=xmlHttp.responseText;}else{}}
function redirectPage1(id,gift)
{window.location="gift_deal.asp?gift="+gift+"&ph="+id}