function doAdClick(tempFileName, tempID, tempURL){	document.getElementById("knittyAdsID").value = tempID;	var theAdForm=document.getElementById("adForm");	theAdForm.action=tempFileName;	theAdForm.submit();	//window.open(tempURL, '_blank');}