if (messageOfTheDayID == null)
{
	var messageOfTheDayID = 0;
}

switch(messageOfTheDayID)
{
	case 2:
		var d=new Date();
		var time=d.getHours();
		if ((messageOfTheDayID ==2 ) && (time >= 7) && (time < 19))
		{
			document.open();
			document.write('<img src="/TC/HTMLImages/discount25.jpg" width=371 height=53>');
			document.close();
			break;
		}
	default:
	{
		document.open();
		document.write('<font color=blue size=+1><b>');	
		document.write('<a href="/TC/StdInfo/PriceProtectionPolicy.htm">1 Year Price Protection Guarantee</a><br>');
		document.write('We will protect your lowest price for 1 year.');
		document.write('</b></font>');
		document.close();		
	}
}