﻿　　var a = new Date();
　　a =a.getDay();
switch(a)
   {
	case 1:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0400000936\" 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=A0900000608\" 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=A0600000639\" 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=A0200000637\" 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=A0700001110\" 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=A0200000480\" target=\"_blank\"><img src=\"/images/today/t6.jpg\" border=\"0\" /></a>");
	  break
	  
	 case 0:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0700000992\" target=\"_blank\"><img src=\"/images/today/t7.jpg\" border=\"0\" /></a>");
	  break
	  
	default:
	  document.writeln("<a href=\"http://shop.lenovomobile.com/showPhone.aspx?GdsID=A0700000992\" target=\"_blank\"><img src=\"/images/today/t7.jpg\" border=\"0\" /></a>");
   }
