document.write('<div class="affBoxClass" id="affBox" style="display:none;"></div>');
function include(filename)
{
	var head = document.getElementsByTagName('head')[0];		
	script = document.createElement('script');
	script.src = filename;
	script.type = 'text/javascript';		
	head.appendChild(script)
}
function closeAffBox()
{
	document.cookie = "af=; expires=Thu, 01-Jan-70 00:00:01 GMT" + "; path=/";
	document.getElementById('affBox').style.display = 'none';
}
urlvars=window.location.href;
point=urlvars.indexOf('?');
if (point != -1) urlvars=urlvars.substring(point);
else urlvars="";
include('/webservices/affiliateboxcontents.php' + urlvars);