　　var a = new Date();
　　a =a.getDay();
switch(a)
   {
	case 1:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0200000637\" target=\"_blank\"><img src=\"/images/today/t1.jpg\" border=\"0\" /></a>");
	  break	
    case 2:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0200000480\" target=\"_blank\"><img src=\"/images/today/t2.jpg\" border=\"0\" /></a>");
	  break
	  
	case 3:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0600000586\" target=\"_blank\"><img src=\"/images/today/t3.jpg\" border=\"0\" /></a>");
	  break
	
	 case 4:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0600000166\" target=\"_blank\"><img src=\"/images/today/t4.jpg\" border=\"0\" /></a>");
	  break
	  
	  case 5:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0400000399\" target=\"_blank\"><img src=\"/images/today/t5.jpg\" border=\"0\" /></a>");
	  break
	
	 case 6:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0600000354\" target=\"_blank\"><img src=\"/images/today/t6.jpg\" border=\"0\" /></a>");
	  break
	  
	  case 7:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0600000089\" target=\"_blank\"><img src=\"/images/today/t7.jpg\" border=\"0\" /></a>");
	  break
	  
	default:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0400000607\" target=\"_blank\"><img src=\"/images/today/t8.jpg\" border=\"0\" /></a>");
   }