if(!location.pathname.match("hosting/order.html"))
{
	var links = document.getElementsByTagName('a');
	for(var i = 0; i < links.length; i++)
	{
		var link = links[i];
		if(link.href.match("://") && (link.target == '_BLANK' || link.target == '_blank') && !link.href.match("http://www.blade-conspire.com") && !link.href.match("http://licensing.conspireweb.com/") && !link.href.match("http://conspireweb.com") && !link.href.match("http://www.conspireweb.com"))
		{
			var ext = link.href;
			link.href = "/disclaimer.html?link=" + encodeURI(ext);
		}
	}
}
