$(window).bind("load",function(){

 
$("a.one").click(function () {
      $("div#first").show("slow");
 });


 });  
  
  