$(function() {

  $("#menu_top li").hover(
    function () {
      $(this).animate({ backgroundColor: '#fd7d00' }, 100);
    }, 
    function () {
      $(this).animate({ backgroundColor: '#164F80' }, 100);
    }
  );

  if (window.location == "http://www.free-debt-advice.co.uk/") {
    $('#photo').flash({
      src: 'http://files.free-debt-advice.co.uk/randrfin_vt_01.swf',
      width: 980,
      height: 202
    });
  }
  
});
