function foxrecord_thank() 
{
	document.getElementById('foxrecord-thank-count').innerHTML=parseInt(document.getElementById('foxrecord-thank-count').innerHTML) + 1;
	document.getElementById('foxrecord-thank-button').style.display = "none";

  document.getElementById('foxrecord-notification-image').src='http://foxrecordcdn.appspot.com/thank?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title);
  //document.write('<img width="1" height="1" src="http://foxrecordcdn.appspot.com/thank?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'"></img>');
  
  //if (window.XMLHttpRequest) xhttp=new XMLHttpRequest();
  //else 											 xhttp=new ActiveXObject("Microsoft.XMLHTTP");
	//xhttp.open("GET","http://foxrecordcdn.appspot.com/thank?url=" 
	//						  + encodeURIComponent(location.href) + '&title='
	//							+ encodeURIComponent(document.title) ,true);
  //xhttp.send(null);
}

document.write('<script charset="utf-8" type="text/javascript" src="http://foxrecordcdn.appspot.com/thankyou.js?url='+encodeURIComponent(location.href)+'&amp;title='+encodeURIComponent(document.title)+'"></script>');
