$(document).ready(function(){$("#pause").toggle(function(){$(".slideshow").cycle("pause");$(this).attr({src:"http://www.macmillandictionary.com/external/images/home/play.gif"});
},function(){$(".slideshow").cycle("resume");$(this).attr({src:"http://www.macmillandictionary.com/external/images/home/pause.gif"});
});});
