// JavaScript Document

$(function(){
  var t= $.browser.msie?0:800;
  //if (!$.browser.msie){
    setTimeout(function(){
      $("#xxx").dropShadow({left: 4, top: 0, blur:3, opacity: 0.6, color:"black", swap:false});

      //$(".dropShadow").hide();
      //$(".dropShadow").fadeIn(1000);
    },0);
 // }

});

