function putcookie()
    {
       SetCookie("promocode", "VZ0125F", 60);
         
    }   
   
function navigate(msg)
{
    var dest = document.getElementById('destination');
    
    if(dest.selectedIndex == 0)
    {
        alert(msg);                    
    }
    else
    {
        window.location.href = dest.value;
    }
    return false;
}            

function submitDomain(domainName,domainExt){    
   document.forms[0].action="spportalFlow.do?REQUESTFROM=domainHome&_flowId=webhosting-domainnames-flow&domainName="+domainName+"&domainExt="+domainExt;
   document.forms[0].submit();
}
function DomainNameBoxClicked(tb)
    {
        if(tb.value=="Enter a Domain")
            tb.value="";
    }
function onVertsterLoad(vswapid)
{
	if(document.getElementById(vswapid).innerHTML!='')
	{
		var FO = { movie:"/spportal/img-spportal/flash/headline.swf", width:"280", height:"90", majorversion:"6", build:"0", wmode:"transparent" };
		UFO.create(FO, "advertise-with-us");

	}
	else
	{
		setTimeout('onVertsterLoad("'+vswapid+'")',100);
	}
}