$(function(){
  $(".pngfix").pngFix();
  $("a.lightbox").lightBox({fixedNavigation:true});
  
  $(".tooltip").tooltip({
      showURL: false
  });  
  if($("#4swfreplace").size() > 0){
    var swf_obj = new SWFObject("/front/b-swf/countdown.swf", "fl", "340", "92", "9", "#000000");
    swf_obj.addVariable("enddate", "2010,2,15,23,59,0");
    swf_obj.write("4swfreplace");
  }
});