$(document).ready(function(){

$(".slink").hide();
$(".movie").hover(
				  function(){$(this).children(".slink").stop().show(300);},function(){$(this).children(".slink").stop().hide(300);});





  });

function update (){alert ("Hello!");}
