TrackerCookieName = "PSYCHOHELP-UniqueID";

// document.write('<div ID=BookClick style="position:absolute;visibility:hidden;width:100px;height:20px;">X</div>');

function BookClick3(ASIN,DestURL) {
	SrcURL = escape(document.URL);
	DB = "psychohelp";	
	Tracker = getCookie(TrackerCookieName);
	
	//base = "<img src='/cgi-bin/dof-track.pl";
	base = "/perl/amazon-click3.pl";

	if (DestURL != "") {
		base = base + "?DestURL=" + DestURL;
	} else {
		base = base + "?DestURL=http://www.amazon.co.uk/exec/obidos/redirect-home/psychodynamcouns";
	}

	if (ASIN != "") {
		base = base + "&ASIN=" + ASIN;
	} else {
		base = base + "&ASIN=0";
	}
	
	if (Tracker) {
		base = base + "&Tracker=" + Tracker;
	} else {
		base = base + "&Tracker=2002";
	}
	
	if (SrcURL != "") {
		base = base + "&SrcURL=" + SrcURL;
	}
	
	if (DB != "") {
		base = base + "&DB=" + DB;
	}

	X = window.open(base, "Notice", "height=200,width=450,left=10,top=10,menubar=no,location=no,resizable=no,status=yes,toolbar=no");
	//setTimeout("X.close()", 5000);

}

function BookClick2(ASIN,DestURL) {
	// AnchorO.href
	
	SrcURL = escape(document.URL);
	DB = "psychohelp";	
	Tracker = getCookie(TrackerCookieName);
	
	//base = "<img src='/cgi-bin/dof-track.pl";
	base = "/perl/amazon-click.pl";

	if (DestURL != "") {
		base = base + "?DestURL=" + DestURL;
	} else {
		base = base + "?DestURL=http://www.amazon.co.uk/exec/obidos/redirect-home/psychodynamcouns";
	}

	if (ASIN != "") {
		base = base + "&ASIN=" + ASIN;
	} else {
		base = base + "&ASIN=0";
	}
	
	if (Tracker) {
		base = base + "&Tracker=" + Tracker;
	} else {
		base = base + "&Tracker=2002";
	}
	
	if (SrcURL != "") {
		base = base + "&SrcURL=" + SrcURL;
	}
	
	if (DB != "") {
		base = base + "&DB=" + DB;
	}

	window.open(base, "Review");
	
	return false;
}

function BookClick(ASIN,AnchorO) {
	// AnchorO.href
	
	SrcURL = escape(document.URL);
	DestURL = escape(AnchorO.href);
	DB = "psychohelp";	
	Tracker = getCookie(TrackerCookieName);
	
	//base = "<img src='/cgi-bin/dof-track.pl";
	base = "/perl/amazon-click.pl";

	if (DestURL != "") {
		base = base + "?DestURL=" + DestURL;
	} else {
		base = base + "?DestURL=http://www.amazon.co.uk/exec/obidos/redirect-home/psychodynamcouns";
	}

	if (ASIN != "") {
		base = base + "&ASIN=" + ASIN;
	} else {
		base = base + "&ASIN=0";
	}
	
	if (Tracker) {
		base = base + "&Tracker=" + Tracker;
	} else {
		base = base + "&Tracker=2002";
	}
	
	if (SrcURL != "") {
		base = base + "&SrcURL=" + SrcURL;
	}
	
	if (DB != "") {
		base = base + "&DB=" + DB;
	}
	
	//base = base + "' width='1' height='1'>"
	//base = base + "'";
	
	//document.URL = base;
	window.location.href=base;
	
	//document.write('<div style="position:absolute;visibility:hidden;width:1px;height:1px">')
	//document.open();
	//X = window.open(base);
	//document.write("hello");
	//document.close();
	
	//document.write('</div>');
	
	/*
#	ASIN
#	DestURL
#	SrcURL
#  Tracker
#	DB
	
	*/

	return false;
}

