function redirect_store()
{
	if(confirm("By clicking on this link you will be redirected to a site outside of www.ariagiovanni.com. Click OK if you wish to continue."))
		return true;		
	else
		return false;
}//redirect_store()

function redirect_auction()
{
	if(confirm("By clicking on this link you will be redirected to a site outside of www.ariagiovanni.com. Click OK if you wish to continue."))
		return true;		
	else
		return false;
}//redirect_auction

