	function directAmazon()
	{
		var c = null;
		if(document.aForm.prime.checked == true)
			var c = document.aForm.prime.value;
		else
			var c="";
		var d= null;
		if(document.aForm.keywords.value != null)
			d="%26keywords%3D"+document.aForm.keywords.value;
		window.open('http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2Fgp%2Fsearch%2F%3Fnode%3D'+ document.aForm.node.value +'%26pct-off%3D'+ document.aForm.from.value +'-'+ document.aForm.to.value + c +'%26tag%3Dajaxim-20'+ document.aForm.sort.value + d +'&tag=ajaxim-20&linkCode=ur2&camp=1789&creative=9325')
	}

