<!--		
			function AlertandAdd()
			{
				
				agree = confirm('Add this record to your cart?');
				
				if (agree) {
				
				return true;
				}
				else
				return false;
			}
//-->		