function bd()
	{
	if (navigator.userAgent.search('Firefox/3.0')<1)
		{
		document.write('<div id="warning"><b>Attention, valued shopper!</b><br/>You seem to be using an older version of Firefox, or not using Firefox at all (I\'m too lazy to do proper userAgent checking).<br/>Most of the stuff you see here pertains to Firefox 3.0 and above. Please upgrade to Firefox 3.</div>');
		}
		
	}