// Copyright (c) 2003-2005 Y-Times Publications, LLC. All Rights Reserved.
// Duplication is not permitted without written permission of Y-Times Publications, LLC.


function ShowDeal()
{
	var currentTime = new Date();
	var day = currentTime.getDate();
	var idx = day % Featured.length;
	document.write(Featured[idx]);
}
