function br(){if(top.location!=location){top.location.href=document.location.href;}}
function sfHover(){var sfEls=$("#nav").getElementsByTagName("LI");for (var i=0;i<sfEls.length;i++){sfEls[i].onmouseover=function(){$(this).addClass("sfHover");};sfEls[i].onmouseout=function(){$(this).removeClass('sfHover');};}}
if(window.attachEvent){window.attachEvent("onload",sfHover);window.attachEvent("onload",br);}
$(document).ready(function(){$('a[rel="external"]').click(function(){this.target="_blank";return true;});});