function specifyYourOwnClick(whichOne)
{
	var	valToSend = document.getElementById(whichOne).value;
	
	xxx = document.createElement('Script');
    xxx.src = 'http://popular-christmas-gifts.com/specifyCategory.php?category=' + encodeURIComponent(valToSend) + '&url=' + encodeURIComponent(window.location) + '&timestamp=' + (new Date()).valueOf();
    document.body.appendChild(xxx);
	
	alert('Thank you for your input. I will evaluate it and possibly add it here to this list.');

}