<!--

if (top.frames.length != 0) {
	if (window.location.href.replace) {
		top.location.replace(self.location.href);
	} else {
		top.location.href = self.document.href;
	}
}

function Set_Masthead(image_name, image_url) {
	if (document.images) {
		document[image_name].src = image_url;
	}
}

function Abe_Search(url_parameters) {
	if (url_parameters.length > 0 ) {
		the_url = "http://www.qksrv.net/click-1267616-7153884?url=http%3A%2F%2Fdogbert.abebooks.com%2Fabe%2FBookSearch%3Fph%3D2" + url_parameters;
		var newWindow = window.open(the_url);
	}
}

//-->