
jQuery(function($){
    var d = new Date();
    var path = '../../vis/v20120127/v0127p.swf' +
        (DEVMODE ? '?v=' + d.getTime() : '');
    var imgPath = '../../vis/v20120127/0127.jpg';
    
    
    if (typeof swfobject != 'undefined' &&
      swfobject.hasFlashPlayerVersion("9")) {
      $('#content-body').empty().append($('<div id="styleimage"></div>'));
      
      var flashvars = {
        fileDir: '../'
      };
      var params = {
        wmode: 'transparent',
        allowscriptaccess: 'always'
      };
      var attributes = {
        wmode: 'transparent',
        allowscriptaccess: 'always'
      };
      swfobject.embedSWF(path, 'styleimage', 960, 576, '9',
        '../file/expressinstall.swf', flashvars, params, attributes, null);
    }
    else {
      $('<a href="http://kailani-exclusive.com/pc/item/index.cgi?condition=4" title="ウィンタークリアランスセール"><img src="' + imgPath + '" alt="" /></a>')
        .appendTo($('#content-body'))
        .css({opacity: 0})
        .animate({opacity: 1}, 1000);
    }
});
