function buy_now()
{
	alert('Thank You For Your interest in this exciting series of products.');
	alert('Unfortunately, this product is now SOLD OUT');
	var whocares = prompt('Register Interest', 'However, you can register you interest by entering your email here');
	if( whocares )
		alert('Thank you, we will only spam you a little bit, we promise');	
}