function confirmExit()
	{
	var msg="You are now leaving the realsimplerewards.com/homebasics site.\n\nClick 'OK' to continue, or 'Cancel' to remain.";
	if ( confirm(msg) ) { window.location="/rsn/microsites/homebasics/holiday2007/coupon/index.html"; }
	else { return false; }
	}