﻿/* http://keith-wood.name/countdown.html
   Simplified Chinese initialisation for the jQuery countdown extension
   Written by Cloudream (cloudream@gmail.com). */
//(function($) {
$(document).ready(function(){
    /*
	$.countdown.regional['zh-CN'] = {
		labels: ['年', '月', '周', '天', '小时', '分', '秒'],
		labels1: ['年', '月', '周', '天', '时', '分', '秒'],
		compactLabels: ['年', '月', '周', '天'], compactLabels1: ['年', '月', '周', '天'],
		whichLabels: null,
		timeSeparator: ':', isRTL: false};
	$.countdown.setDefaults($.countdown.regional['zh-CN']);
    
    $('.div_level_1 table td[width="335"]').html('<div id="countdown_wrap"><div id="countdown_title"><a href="http://www.fortunechina.com/first/c/2011-10/24/content_76275.htm">倒计时，距2011财富CEO峰会召开还有：</a></div><div id="defaultCountdown"></div><div id="slike"><iframe width="63" height="24" frameborder="0" allowtransparency="true" marginwidth="0" marginheight="0" scrolling="no" frameborder="No" border="0" src="http://widget.weibo.com/relationship/followbutton.php?width=63&height=24&uid=1657987915&style=1&btn=light&dpc=1"></iframe></div><div style="clear:both;"><div></div>'); 

    var austDay = new Date ( 'Oct 27, 2011 14:30:00' );
    $('#defaultCountdown').countdown({until: austDay,format: 'MS',timezone:+8,
        alwaysExpire: false,
        onExpiry: function(){
//                    $('#countdown_wrap').html('<span id="countdown_title" style="color: #5D5D5D;line-height:150%;">2011年世界<span class="countdown_number">500</span>强揭晓</span><a href="http://www.fortunechina.com/fortune500/c/2011-07/07/content_62335.htm"><h3 style="COLOR:#c74b03">中国公司上榜数量创造历史</h3></a>');
//                    $('#countdown_wrap').css({'padding':'2px 10px 0px'});
                  }
    });
    */
});
//})(jQuery);

