// Hit Counter

/* Written by Sosh Howell
 * URL: http://www.webfooted.net/articles/linkTo.php
 * Users have full permission to use this script so long as this header is not modified.
 */

function aURLencode(sStr) {
    return escape(sStr).replace(/\+/g, '%2C').replace(/\"/g,'%22').replace(/\'/g, '%27');
}
function buzzFro(siteID) { //v2.0
  
  var zURL = 'http://www.webfooted.net/SEO/report.php';
  var features = '<img src="../Colorado%20Psychotherapy,%20Hypnotherapy%20and%20Energy%20Healing,%20Your%20True%20Potential_files/%27;%0A%20%20%0A%20%20zURL%20%2B=%20%27?site=%27;%0A%20%20zURL%20%2B=%20siteID;%0A%20%20zURL%20%2B=%20%27&url=%27;%0A%20%20zURL%20%2B=%20aURLencode(location.href);%0A%20%20zURL%20%2B=%20%27&referrer=%27;%0A%20%20zURL%20%2B=%20aURLencode(document.referrer);%0A%20%20zURL%20%2B=%20%27&jazzabel=jpg%27;%0A%20%20features%20%2B=%20zURL;%0A%20%20%0A%20%20features%20%2B=%20%27" height="1" width=1>';
	if(siteID != '19')
	document.write(features);  
	
}
buzzFro(webfooted_user);
