$(function(){$("#Anchor_PrintPage").click(function(c){window.print();c.preventDefault()});$("#Anchor_AddToFavs").click(function(d){d.preventDefault();var c=window.location;var f=$("title").html().replace(/^\s+|\s+$/g,"");if($.browser.mozilla==true){window.sidebar.addPanel(f,c,"")}else{if($.browser.msie==true){window.external.AddFavorite(c,f)}else{alert("Unfortunately your browser does not support automatic bookmarking.\n\nPlease use the favourites/bookmark menu in your browser to add this site manually.")}}});$("#Anchor_Homepage_ForgottenPassword").click(function(c){c.preventDefault();window.location=$(this).attr("href").replace("=","="+$(this).parents("form").find("input[name=email]").val())});var a=$(".field-validation-message:first");if(a[0]){var b=a.offset().top;$("html,body").animate({scrollTop:b-100},500)}if($.browser.msie){$(".textBox").focus(function(){$(this).addClass("textBox-focus")}).blur(function(){$(this).removeClass("textBox-focus")})}});
