function new_button() {
	var currentdate = new Date();
	if (expiry_date_on_new > currentdate)
	{
	document.write('<img src="http://www.lakesidetrader.com/img_permanent/new_tag.jpg" width="101" height="50">');
	}
	else
	{
	document.write('');
	}		
}	
