$(function() {
$(".carousel").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
speed: 500,
auto: 3000
});

$("a.tab.getquote,a.tab.callback").attr("href","#");

$("li.page-item-199>ul").prepend("<li><a href='http://www.kewlaw.co.uk/join-us-careers/'>Join Kew Law</a></li>");
$("li.page-item-505 a").attr("href", "http://www.kewlaw.co.uk/category/job-vacancies/");

});

<!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("navigation").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover); //--><!]]>
$(document).ready(
				
function() {
	

var up = true;
$('#toggle').click(function(){
if (up == true){
$('#request').animate({ 
        marginTop: "-165px"
      }, 600 );
          up = false;

          }else{
        $('#request').animate({ 
        marginTop: "-11px"
      }, 600 );
          up = true;  
          }


});
});
