function show() { var currentMsg = $('#marquee').html(); $('#marquee').load('msg.txt', function(newMsg) { if (currentMsg != newMsg){ msgrun(); }; }); };