// Smartbutton Include File
// Customize the IMG SRC tags for the images you are using
// Customize the customer and dept


// IF AGENTS ARE AVAILABLE: 
function agents_available() { 

var xurl = decodeURI(window.location);



	if(xurl.match(".com") && xurl.match("/world")!="/world" && xurl.match(".au")!=".au" && xurl.match("/latin")!="/latin" && xurl.match(".com/br/")!=".com/br/" && xurl.match(".com/nl/")!=".com/nl/" && xurl.match("/2010")!="/2010") 

	{
  
	document.getElementById('smartbutton').innerHTML = '<A HREF="#" onClick="document.cookie=\'OSA=1; path=/; expires=Fri, 17 Dec 2010 10:00:00 GMT\';window.open(\'https://admin.instantservice.com/Customer?ai=6211&di=38567&optionaldata5='+window.location+'&optionaldata6='+document.referrer+'&trackingid='+ISVT_getVTID()+'\',\'custclient\',\'width=500,height=320,scrollbars=0\');return false;"><IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/click.jpg"></A>'; 

	}

	else 
	{ 
		if(xurl.match(".co.uk") && xurl.match("/2010")!="/2010") 

		{
  
		document.getElementById('smartbutton').innerHTML = '<A HREF="#" onClick="document.cookie=\'OSA=1; path=/; expires=Fri, 17 Dec 2010 10:00:00 GMT\';window.open(\'https://admin.instantservice.com/Customer?ai=6211&di=38574&optionaldata5='+window.location+'&optionaldata6='+document.referrer+'&trackingid='+ISVT_getVTID()+'\',\'custclient\',\'width=500,height=320,scrollbars=0\');return false;"><IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/click.jpg"></A>'; 

		}

		else
		{
			if(xurl.match(".au") && xurl.match("/2010")!="/2010") 
		
			{
	  
			document.getElementById('smartbutton').innerHTML = '<A HREF="#" onClick="document.cookie=\'OSA=1; path=/; expires=Fri, 17 Dec 2010 10:00:00 GMT\';window.open(\'https://admin.instantservice.com/Customer?ai=6211&di=38580&optionaldata5='+window.location+'&optionaldata6='+document.referrer+'&trackingid='+ISVT_getVTID()+'\',\'custclient\',\'width=500,height=320,scrollbars=0\');return false;"><IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/click.jpg"></A>'; 

			}
	
			else
			{
				if(xurl.match(".com/world") && xurl.match("/2010")!="/2010")

				{
  	
				document.getElementById('smartbutton').innerHTML = '<A HREF="#" onClick="document.cookie=\'OSA=1; path=/; expires=Fri, 17 Dec 2010 10:00:00 GMT\';window.open(\'https://admin.instantservice.com/Customer?ai=6211&di=38587&optionaldata5='+window.location+'&optionaldata6='+document.referrer+'&trackingid='+ISVT_getVTID()+'\',\'custclient\',\'width=500,height=320,scrollbars=0\');return false;"><IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/click.jpg"></A>'; 

				}

				else
				{
					if(xurl.match("store."))

					{
  	
					document.getElementById('smartbutton').innerHTML = '<A HREF="#" onClick="document.cookie=\'OSA=1; path=/; expires=Fri, 17 Dec 2010 10:00:00 GMT\';window.open(\'https://admin.instantservice.com/Customer?ai=6211&di=38593&optionaldata5='+window.location+'&optionaldata6='+document.referrer+'&trackingid='+ISVT_getVTID()+'\',\'custclient\',\'width=500,height=320,scrollbars=0\');return false;"><IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/av_click.jpg"></A>'; 

					}

					else
					{
						document.getElementById('smartbutton').innerHTML = '<A HREF="#" onClick="document.cookie=\'OSA=1; path=/; expires=Fri, 17 Dec 2010 10:00:00 GMT\';window.open(\'https://admin.instantservice.com/Customer?ai=6211&di=38567&optionaldata5='+window.location+'&optionaldata6='+document.referrer+'&trackingid='+ISVT_getVTID()+'\',\'custclient\',\'width=500,height=320,scrollbars=0\');return false;"><IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/click.jpg"></A>'; 

					}
				}
			}
		}
	}
			


  
return true; 
} 
  
// IF AGENTS ARE NOT AVAILABLE: 
function agents_not_available() { 
    document.getElementById('smartbutton').innerHTML = '<IMG SRC="https://partners.bitdefender.com/scripts/marketlinc/offline.jpg">'; 
  
return true; 
} 

 
document.write('<img src="//admin.instantservice.com/resources/smartbutton/6211/38593/available.gif?'+Math.floor(Math.random()*10001)+'" style="width:0;height:0;visiblity:hidden;position:absolute;" onLoad="agents_available()" onError="agents_not_available()">');

