if(top.location!=self.location)
top.location=self.location;

var RecaptchaOptions={theme:'custom',custom_theme_widget:'rCWidget'};

function goCheckout()
{
window.location = "/checkout.html";
}

function GetXmlHttpObject(handler)
{
var objXMLHttp=null    
if (window.XMLHttpRequest)    
   {       
   objXMLHttp=new XMLHttpRequest();
   } else if (window.ActiveXObject)
             {
             objXMLHttp=new ActiveXObject("Microsoft.XMLHTTP");
             }
   return objXMLHttp;
}

